HTML Tags: –HTML or Hyper Text Markup Language is a layout specification script that is used for creating web pages. Let us recall a few tags that we have learnt to use int the previous class.
Tags | Purpose |
---|---|
<html>tag | Every HTML document begins with an <HTML>tag and ends with an </HTML>tag. |
<body>tag | <Body> and </Body> tags enclose the main contents of a web page in an HTML document. |
<p>tag | This tag is used to create a paragraph on the web page. |
<br>tag | This tag is used to create a line break on a web page so that text can be displayed from the next line. |
<hr>tag | This tag is used to create a horizontal line of a specified width on a web page. |
<font>tag | This tag is used to change the font properties of the text. |
<a> | This tag, known as the ANCHOR tag, is used to create hyperlinks on a web page. |
See Also
1. Creating a New Web Page
2. Adding Image to a web Page
3. HTML Center Tag