Tag And Description
All the tag and description that we will be using in upcoming lessons or post:-
Formating Tags:-
1. Line
break Tag:-
This text contains<br>a line break.
2. Heading Tag:-
Headings are defined with the <h1> to <h6> tags
<h1> defines the most important heading. <h6> defines the least important heading.
3. Text
formatting Tag:-
a. <b>The <b> tag specifies bold text.
b. U>The <u> tag represents some text that
should be stylistically different from normal text and gives underline to text.
c. <i>The <i> tag defines a part of text in an
alternate voice or mood. The content of the <i> tag is usually displayed
in italic.
d. <sub> The <sub> tag defines
subscript text. Subscript text appears half a character below the normal line,
and is sometimes rendered in a smaller font. Subscript text can be used for
chemical formulas, like H2O.
e. <sup> The <sup> tag defines
superscript text. Superscript text appears half a character above the normal
line, and is sometimes rendered in a smaller font. Superscript text can be used
for footnotes, like WWW[1].
f. <big> The <big> tag defines
bigger text.
g. <small> The <small> tag defines smaller text (and other
side comments).
h. <tt> The <tt> tag defines
teletype text.
i. <strike>The <strike> tag defines strike through
text.
4. Horizontal
Rule Tag:-
This text contains<hr>a horizontal line.
5. Center tag
<center >text</center> it aligns the other tag
in the center.
6. Font
tag
<font> text</font> if gives color, size and face for the text
7. Image
tag:-
<img> it inserts image in the html document.
8. Link
tag:-
<a ></a> it helps to insert link of page, picture, video etc.
9. List tag:-
<ul><li></li></ul> it helps to make list of items in html.
10. Marquee tag:-
<marquee></marquee> it helps to animate the text image
11. Table tag:-
<table><tr><th></th></tr></table> insert table in html.
Comments
Post a Comment