HTML Format command -: In html language provide all type formatting command here are some
BOLD-: This command use for text in Bold in html language as like its represent <b>
<html> <head> <title>tips and Technic of computer and internet</title> </head> <body> <b> http://netnic.org</b><br /> http://netnic.org // without <b> tags </body> </html> -----------------------------------output of this -------
Italic tags-: This command use for text in Italic in html language as like its represent <i>
<html> <head> <title>tips and technic of computer and internet</title> </head> <body> <i> http://netnic.org</i><br /> http://netnic.org // without <i> tags </body> </html>
————-output of this program———-
Underline tags-:This command use for text in Bold in html language as like its represent <u>
<html> <head> <title>tips and technic of computer and internet</title> </head> <body> <u> http://netnic.org</u><br /> http://netnic.org // without <b> tags </body> </html>
———————————–output of this program——-
Break line – This command has already we use. this command is use for given the break in two line.
H1 tags and use of h1 tags
<html> <head> <title>tips and technic of computer and internet</title> </head> <body> <h1>http://www.netnic.org</h1> <h2>http://www.netnic.org</h2> <h3>http://www.netnic.org</h3> <h4>http://www.netnic.org</h4> <h5>http://www.netnic.org</h5> <h6>http://www.netnic.org</h6> </body> </html>
———————-output of this———-