Chapter-5 (HTML)



Question: What is HTML?

Answer: HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup Language.

Question: Write uses of HTML?

Answer: HTML, or Hypertext Markup Language, is used to create web pages. Site authors use HTML to format text as titles and headings, to arrange graphics on a webpage, to link to different pages within a website, and to link to different websites.

Question: Write different HTML tags?

Answer:

HTML Tag

<html>       </html>

Head Tag

<head>      </head>

Title Tag

<title>        </title>

Body Tag

<body>      </body>
 
Paragraph Tag
 
<p>             <p>
 
Break Tag
 
<br />
 
Center Tag
 
<center>     </center>