top of page
Search
  • Writer's pictureHarshit Sharma

TEXT FORMATTING TAGS

Text formatting tags

1.Bold tag <B> This text displays the text in bold face

<html>

<body>

Learn HTML <b>CODEIN</b>one platform

</body>

</html>

2. Italics <I> The tag displays text in italics form.

3. Underline <U> This tag is used to underline the text.

4. subscript The subscript tag is used to make the text appear slightly below the baseline.

<Sub>

5.superscript The sup tag displays the text appears the text above the preceding text in smaller font.

Heading tags:

The heading tags allows us to give different styles of heading from larger to smaller in apperance from size or thickness. IT is from<h1> to <h6>

Font tag Font is a set of displayable character in specific style and size.

Attributes:

Font face,size and color.

Paragraph tag is used to write the text in form of paragaraph which can be used with the help of <p> tag.

1 view0 comments

Recent Posts

See All

Comments


Post: Blog2_Post
bottom of page