- The . This code is enclosed in angle brackets as and they are used to indicate that this is an HTML document. All HTMl codes are paired except a few. All HTML documents should start and end with this HTML code otherwise the document will not execute.
- The tag. This tag is used to indicate the header section of the HTML document which includes the
and the tags which are not shown on the main window of the browser. - The
. This tag is used to indicate the title of the of the HTML document. Usually this title is displayed at the top left or middle of the browser. - The tag. The tag information is not directly shown on your browser rather it is used by the author of the HTML document to record information related to this page. Two common attributes of this are name and content.
- The tag. The body tag includes the HTML body of the document. Every thing within the tag, except those within the script tag, are displayed on the browser inside the browser window.The < body> tag may include several attributes including bgcolor which is the background colour of the HTML document, alink which is the colour of the links, vlinks the colour of visited links, topmargin the margin from the top of the browser window and leftmargin the margin from the left of the browser window.
- The tag. Used to change the format of the text on the web page and the most common attributes include, face the type of font , size this indicates the size of the text and colour this indicates the colour of the text.
- The < b> tag. The tag will bold the text inside the tag.
- The tag. The tag will italicize the text inside the tag.
- The < u> tag. The tag will underline the text inside the tag.
- The header tags
. These tags allow us to place additional importance to on the text within these tags.
- The < center> tag. This tag centers all the text that is within this tags.
- The
tag. This tag indicates a line break. - The < p> tag. The tag indicates a new paragraph. It is the same as
tag. - The
- tag. This tag specifies that the following list is ordered.
- The
- tag. The
- specifies that the following list is not ordered.
- The
- tag. This lists the items whether ordere or unordered.
REFERENCE
http://html-codes.1keydata.com/html-basic-tags.php
No comments:
Post a Comment