Hello, Everyone Myself ~Ashutosh . And today you learn about basic tags.. Lets start..
3. Text Formatting Tags..
1. <i></i> -- italics
2. <b></b> -- bold
3. <u></u> -- underline
4. <tt></tt> -- teletype , monospaced text
5. <blockquote></blockquote> -- formatted for quoted text.
6. <strike></strike> --strikethrough style
7. <big></big> -- bigger text
8. <small></small> -- smaller text
9. <sub></sub> -- subscript
10. <sup></sup> -- superscript
11. <front face="font name"></font> -- to select specific font
12. <font size=1></font> -- font size , sizes 1-7
13. <font cokor="color"></font> -- font color
14. <base font> -- the font for the document , can use face size and color with it .
4. Graphics Formatting Tags..
1. <img src="filename"> -- place an image within your document ,reviewrelative vs . absolute links.
image attributes
align=top,middle,bottom -- align text with picture's top, middle, or bottom.
align=left,right -- place pictures on left or right and wrap text around it.
Width,height= -- in pixels or percentage, dimensions of pictures can be altered (be careful with he ration if using pixels)
alt= -- description of the pictures so that text-only browsers know what it is.
border = -- in pixels,border around the picture
vspace , hspace = -- in pixels,empty space around pictures.
5.Creating Lists..
1. <ol></ol> -- orderes lists
ordered lists attributes
2. compact --- makes lists more compact.
type=A -- uses uppercase letter
type=a -- uses lowercase letters
type=I -- uppercase roman numerals.
type=i -- lowercase roman numerals.
type=1 -- uses numbers
start=n -- uses n as begining of that set
<li></li> -- List item
<lh></lh> -- List header
<ul></ul> -- unordered list
unordered List Attributes
type=square -- closed square bullet
type=circle -- open circle bullet
type=disc -- closed circle bullet
---- to replace the bullets with an image us <img src...> instead of <li>
<menu> -- basically works the same as unordered lists
<dl> -- defination lists; can use term : compact for effect (but not all browsers support this)
<dt> -- definition term
<dd> -- definition itself
********
Written With Heart 💙
Thanks
created by Ashutosh
subscribe - ashutosh000.blogspot.com