Hello, Everyone Myself ~ Ashutosh. And today you learn about Basic Tags.. Lets start...
1. <html></html> -- begins and ends web document, tells the browser that the document is in HTML.
2. <head></head> -- header ,used after HTML tag.
3. <title></title> -- located within header container.
4. <body></body> -- creates the body of the document.
5. body attributes -- to be used within <body> tag.
6. backgrounds = "sample.jpg" -- background picture
7. bgcolour ="color" -- background color
8.text ="color -- text color
9. alink= "color" --visited link
10. bgproperties --when equalto "fixed" , background doesnot scroll
11.topmargin -- set height of top margin
12. leftmargin -- set width of left margin (not used in netscape)
13. <address></address> -- place your name and date of page creation within at bottom of pages.
1. <html></html> -- begins and ends web document, tells the browser that the document is in HTML.
2. <head></head> -- header ,used after HTML tag.
3. <title></title> -- located within header container.
4. <body></body> -- creates the body of the document.
5. body attributes -- to be used within <body> tag.
6. backgrounds = "sample.jpg" -- background picture
7. bgcolour ="color" -- background color
8.text ="color -- text color
9. alink= "color" --visited link
10. bgproperties --when equalto "fixed" , background doesnot scroll
11.topmargin -- set height of top margin
12. leftmargin -- set width of left margin (not used in netscape)
13. <address></address> -- place your name and date of page creation within at bottom of pages.
2. Document Formatting Tags
1. <p> -- place at the end of a paragraph , it will then skip a line for the next pragraph.
2 . <align=left,right,center></align> -- alignment
3. <br> -- line break , it will begin again on the next line.
4. <nobr></nobr> --no line breaks are alloweded to occur within the container (be careful)
5. <wbr> -- gives the browser suggestions for where a break should occur if needed, use within the <nobr> tag.
6. <h1></h1> -- heading style , choose from sizes 1(largest)-6(smallest)
7. <hr> -- horizontal line
8. horizontal line attributes --to be used within <hr> tag.
9. align =left,right,center --alignment
10. width = in percentages or pixels.
11. size = thickness,In pixels
12. noshade -- keeps browser from using 3D effects on line.
13. color="color" -- line color
14. <pre></pre> -- for preformatted text ,comes up as monospaced.
15. < and &get -- represent < and > without the functionally, so you can display them without being interpreted as commands.
****
Weitten with Heart 💙
Thanks.
Created by Ashutosh
Subscribe - ashutosh000.blogspot.com