-->
Bold, italic, small tag in html

Bold, italic, small tag in html

Bold in HTML <!--DOCTYPE html--> <html> <body> <p><b>This is a bold example </b></p> </p> </body> </html>
OUTPUT

This is a bold text example

Italic tag in HTML <!--DOCTYPE html--> <html> <body> <p><i>This text is italic example</i> </p> </body> </html>
OUTPUT

This text is italic example

Bold, Italic, Small Example <!--DOCTYPE html--> <html> <body> <p><b>This is a bold example </b></p> <p><i>This text is italic example</i> </p> <p><small> This text is small example </small></p> </body> </html>
OUTPUT

This is a bold text example

This text is italic example

This text is small example

Note:- IN these all example i also used paragrah tag. Thats why every line some space in next line. if u do not used pagargraph tag then text all show in same line.

0 Response to "Bold, italic, small tag in html"

Post a Comment

Ads on article

Advertise in articles 1

advertising articles 2

Advertise under the article