Creating an HTML document
We can create HTML document by using text editor software such as Notepad, GEdit.
By using following steps we can create HTML document
1. First, we need to open Text Editor program (Notepad) by clicking at Start > All Programs > Accessories > Notepad
2. Now, Notepad program window will appear and in this window we can write HTML tags (Elements).
3. After writing tags or elements, now we can save this document by clicking at File -> Save as
4. Now save as dialog box will appear and here we can save this document by using extension .htm or .html along with file name.
We can create HTML document by using text editor software such as Notepad, GEdit.
By using following steps we can create HTML document
1. First, we need to open Text Editor program (Notepad) by clicking at Start > All Programs > Accessories > Notepad
2. Now, Notepad program window will appear and in this window we can write HTML tags (Elements).
3. After writing tags or elements, now we can save this document by clicking at File -> Save as
4. Now save as dialog box will appear and here we can save this document by using extension .htm or .html along with file name.
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)