30 April 2023

Courses Videos

1. Part of speach English Grammar.



2. Types of sentence structure.



3. Punctuation.



4. Introduction to Computer.



5. Fitness Training.



6. 10. Best Dumbbell Exerscises.



7. HTML Introduction.




Viral Videos

1. Dog becomes very agresive on stage very funny.



2. From Middle East Lebanon's Maysterious Dance of the Mayys' Proven American Got Talent.



3. She was prejudge by judges wrong decision.



4. Dangerous Performances by Aron Crow in American Got Talent.



5. Dog Charlie Performance.



6. 23 Cool Sculptures.



7. Barking Parrot




29 April 2023

Science Videos

1. Introduction of Science.



2. Introduction of Chemistry.



3. Early discoveries in Chemistry.



4. gravity experiment.



5. Strongest Acid.



6. Burning of Hydrogen bubles.



7. Sodium meta is explosive to water and humadity of air.




Entertainment Videos

1. Tiger and Vartika Sensatioal Performance Indian,s Best Dancer.



2. 1 Girl two voices Anuska Patra Theater Rocking Performance Indian Idol 13.



3. Indion Idol 13 contestants Performances Judges shock.



4. Indion Idol Season 13 The Epic Auditions.



5. Indian's Best Season 3 Mega Auditions.



6. Raghav's First breathtaking slow motion dance, Dance India Dance.



7. Raguve Funny jokes.




Knowledge Videos

1. Inside a Google data center.



2. Google Data Center Security: 6 layer deep.



3. How Internet Travels Across Oceans.



4. Inside Microsoft Massive Headquarters.



5. Wikipedia Behind the Encyclopedia.



6. How Wikipedia started.



7. 10 Weirdest Things on Wikipedia.




28 April 2023

Introduction of HTML



Introduction of HTML



HTML is the standard markup language for creating Web pages.


What is HTML

  • HTML stands for Hyper Text Markup Language
  • HTML is the standard markup language for creating Web pages
  • HTML describes the structure of a Web page
  • HTML consists of a series of elements
  • HTML elements tell the browser how to display the content
  • HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.


A Simple HTML Document

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

Its look like

My First Heading

My first paragraph.


Explanation

  • For Html language we can use notepad, html editor or web templates directly.
  • The <!DOCTYPE html> declaration defines that this document is an HTML5 document.
  • All the other tags are inclosed in between html start tag and end tag <html> all other tags </html>
  • The <html> element is the root element of an HTML page.
  • The <head> element contains meta information about the HTML page.
  • The <title> element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab).
  • The <body> element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
  • The <h1> element defines a large headingThe <p> element defines a paragraph.

What is HTML Element

An HTML element is defined by a start tag, some content, and an end tag:

<tagname> Content goes here... </tagname>

The HTML element is everything from the start tag to the end tag:

<h1>My First Heading</h1>

<p>My first paragraph.</p>

Explanation

  • The <h1> is start tag of heading 1 (1 represents size) which alwas ends on heading end tag </h1>
  • The <p>is start tag of paragraph which alwas ends on paragraph end tag </p>

Note: There are some content elements missing (the <br> element). 

Dead elements are dead elements.  Empty elements are two notes in and tag!





Introduction of Computer




Introduction of Computer




This course is an introduction for beginner's to use personal computers and is aimed at those who have no or very little experience of using computers and who need to know the basics. The topics covered are:

  • How computers work
  • Computer devices
  • Software & Hardware

Information Technology

Any equipment or interconnected system or subsystem of equipment, that is used in the automatic acquisition, storage, manipulation, management, movement, control, display, switching, interchange, transmission, or reception of data or information.

The term information technology includes computers, ancillary equipment, software, firmware and

similar procedures, services (including support services), and related resources.


How Information Technology change our world

This is the age of Information Technology. Information Technology has changed the

world into global village. In every field of life computer is playing important role.

In current eras Computers are used everywhere like in homes offices banks schools etc.


Introduction of Computer

Computer is an electronic device which operating under the control of instructions stored

in its own memory.

  • Accept data (raw facts, figures & symbols)
  • Process data into information (Data organized, meaningful & useful)
  • Produces & stores results




Pagination:

1 2 3 4 5 6 7 8 9 10 11 12