0% found this document useful (0 votes)
9 views3 pages

HTML Tags and Attributes Guide

The document provides a list of HTML tags and their attributes, organized in an ordered and unordered list format. Key tags include BODY, FONT, HR, OL, and UL, with attributes such as BGCOLOR, TEXT, SIZE, and COLOR. The document uses various font styles and colors for visual emphasis.

Uploaded by

3852devarsh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

HTML Tags and Attributes Guide

The document provides a list of HTML tags and their attributes, organized in an ordered and unordered list format. Key tags include BODY, FONT, HR, OL, and UL, with attributes such as BGCOLOR, TEXT, SIZE, and COLOR. The document uses various font styles and colors for visual emphasis.

Uploaded by

3852devarsh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

<HTML>

<HEAD>

<TITLE> EXERCISE-1 TAGS AND ATTRIBUTES </TITLE>

</HEAD>

<BODY LEFTMARGIN=20 TOPMARGIN=50 BGCOLOR=YELLOW TEXT=ORANGE>

<FONT FACE="ALGERIAN" COLOR=DARKGREEN SIZE=5>

<H1> LIST OF TAGS AND ATTRIBUTES</H1>

<HR SIZE=4 COLOR=RED NOSHADE>

<FONT COLOR=BLUE FACE="HOBO STD">

<OL>

<LI>BODY</LI>

</FONT>

<UL> <FONT COLOR=RED FACE="FORTE">

<LI> TEXT</LI>

<LI> BGCOLOR</LI>

<LI>BACKGROUND</LI>

<LI>TOPMARGIN</LI>

<LI> LEFTMARGIN</LI>

<LI> LINK</LI>

<LI> ALINK</LI>

<LI> VLINK</LI> </FONT>

</UL>

<FONT COLOR=BLUE FACE="HOBO STD">

<LI>FONT</LI></FONT>

<UL>

<FONT COLOR=RED FACE="FORTE">

<LI> FACE</LI>

<LI>COLOR</LI>

<LI>SIZE</LI>
</UL>

<FONT COLOR=BLUE FACE="HOBO STD">

<LI>HR</LI>

<UL>

<FONT COLOR=RED FACE="FORTE">

<LI>SIZE</LI>

<LI>COLOR</LI>

<LI>NOSHADE</LI>

<LI>WIDHT</LI>

<LI>LENGHT</LI>

</UL>

<FONT COLOR=BLUE FACE="HOBO STD">

<LI>OL</LI>

<UL>

<FONT COLOR=RED FACE="FORTE">

<LI>START</LI>

<LI>TYPE</LI>

</UL>

<FONT COLOR=BLUE FACE="HOBO STD">

<LI>UL</LI>

<UL>

<FONT COLOR=RED FACE="FORTE">

<LI>TYPE</LI>

</UL>

</FONT>

</OL>

</HTML>

You might also like