Sunday, 22 September 2019

Some Format tags.

Hi! friends,

This is Deepak Sharma 26 with all of you. 
Well today I wanna share something about my class. Our teacher taught us some tags about "text formatting". but I already did it in my home so, I was thinking that there is no need to take this class but after attending the class, I realized that I didn't got all the tags in home.I was lucky that I didn't miss this class.

Let's check out the tags,

<html>
    <head>
    </head>
 
    <body>
        <p>
    <b>Write Your First Paragraph in bold text.</b><br><br>
    <strong>This is an important content</strong><br><br>
<em>This is an important content</em><br><br>
<h2> I want to put a <mark> Mark</mark> on your face</h2><br><br><br> 
<u>Write Your First Paragraph in underlined text.</u><br><br>
<strike>Write Your First Paragraph with strikethrough</strike><br><br>
Hello <tt>Write Your First Paragraph in monospaced font.</tt><br><br>
Hello <sup>Write Your First Paragraph in superscript.<br><br>
Hello <sub>Write Your First Paragraph in subscript.</sub><br><br>
Hello <del>Delete your first paragraph.</del><br><br>
<del>Delete your first paragraph.</del><ins>Write another paragraph.</ins><br><br>
Hello <big>Write the paragraph in larger font.</big><br>
        </p>
    </body>
</html>

The output of this code is,


No comments:

Post a Comment

Learn Linux

 Hi, there !  It is Deepak Sharma on this blog today, I am gonna share about my experience about the Linux, there is so much to learn about ...