Page formatting tags:-
There are many tags these format the page’s elements which are given below:-
<br>---breaks the line.
<center>---</center>---keeps the text on the center of the screen.
<p>---change or create the paragraph.
<blockquote>---</blockquote>---locate the paragraph in the same tab order with the same measurement.
<pre>---</pre>...it is used to display the text in the page in same case or style. But this changes the little font style.
<Hr>---
It creates the horizontal line. We can add attributes to it also.You can write <hr> as many as you need where you need.
Syntax:-
<hr color="color name" width= "">
[Color name can be given like green, red, yellow, blue ,white etc.]
Bgcolor:-
It is used to set t he background color in the page that is written in the body tag.
Syntax:-
<body bgcolor="color name">
[color -red,green,black,yellow,aqua,fuchisa or any text or numbers]
writing comments:
You can write the comment (Information)in your page about the tags for further remembers that is not displayed in the page but you can see in the notepad only.
To write the comment use following tag:-
<!..you can write here comments..>
For Further Reading,

0 comments:
Post a Comment