Container and Empty elements
1. Container elements- This type of HTML elements require pair tags i.e. starting as well as ending tag
e.g.
<Html> ……………………. </Html>
<Head> ……………………. </Head> etc.
2. Empty elements- This type of HTML elements require just a starting tag, not an ending tag
e.g.
<BR> 
<HR> etc.
UNIT-205
HTML Fundamentals
HTML Elements
HTML Fundamentals
HTML Elements
- HTML, HEAD, TITLE, BODY
 - Attributes of Body Element: Background, Bgcolor, Text, Link, Alink, Vlink, Leftmargin, Topmargin
 - FONT (Attributes of FONT Element: Color, Size, Face)
 - IMG (Attributes of IMG Element: Src, Width, Height, Alt, Align)
 - BASEFONT (Attributes of BASEFONT Element: Color, Size, Face)
 - CENTER, BR
 - HR (Attributes of HR Element: Width, Align, Noshade, Color, Size, Face)
 - H1-H6 (Heading Elements)
 - P (Paragraph), B (Bold), I (Italics), U (Underline)
 - UL (Unordered List) Attributes of UL: Type
 - OL (Ordered List) Attributes of OL: Type, Start
 - Linking Internal and External Linking
 - A (Anchor) Attributes of A Element: Href, Title, Name, Alt
 - TABLE (Attributes of TABLE Element: Td, Th, Tr)