EDUCATION
   
 
EDUCATION :- Computer :- HTML TUTORIAL :- Lession 1
 

Q: What is HTML?

HTML stands for HyperText Markup Language. It is a document format widely used in the creation of content to be displayed on the World Wide Web.

Q: What is HTML used for?

HTML is commonly used to create pages (format text and images) for display on the World Wide Web.

Q: What does HTML look like?

HTML looks like plain text intermingled among special HTML tags. An example segment of HTML code is shown below:

HTML Code

What it looks like

<HEAD>
<TITLE>Sample HTML</title>
</head>
<BODY>
<CENTER> Hello World! </center>
</body>

Click here to see sample page.