0% found this document useful (0 votes)
5 views7 pages

YUG Practical CODE&OUTPUT

The document provides an overview of various HTML tags learned, including heading, paragraph, line breaking, alignment, and formatting tags. Each section lists examples of the tags and their usage in HTML. It serves as a reference for understanding basic HTML elements.

Uploaded by

jeseowens111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views7 pages

YUG Practical CODE&OUTPUT

The document provides an overview of various HTML tags learned, including heading, paragraph, line breaking, alignment, and formatting tags. Each section lists examples of the tags and their usage in HTML. It serves as a reference for understanding basic HTML elements.

Uploaded by

jeseowens111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

<!

DOCTYPE html>

<html>

<head>

<title> WORK BY YUGGG </title>

<body>

<h3> <CENTER> ALL THE HTML TAGS LEARNT TILL NOW !!</center>

<hr>

<H2>

1] <b> HEADING TAG- </b>

<H1>Heading font 1</h1>

<H2>Heading font 2</h2>

<H3>Heading font 3</h3>

<H4>Heading font 4</h4>

<H5>Heading font 5</h5>

<H6>Heading font 6</h6> </hr>

<hr>

<h2>

2]Pragraph tag- </h2>

<p>this is paragraph one</p>

<p>this is paragraph two</p>

<p>this is paragraph three</p>

</p></hr>
<hr>

<h2>

3] Line Breaking Tag </h2>

<br>i am yug somani</br>

<br> from BCA </br>

<br> currently studying @SKIPS university</br>

</hr>

<hr>

<h2>

4] Center align tag</h2>

<center> this is center aligned </center>

</hr>

<hr>

<h2>

5] Left align tag</h2>

<leftalign> this is left aligned </leftalign> </hr>

<hr>

<h2>

5] Right aligned tag </h2>


<rightalign> this is right aligned </rightalign>

</hr>

<hr>

<h2>

6]Horizontal line Tag</h2>

this tag will give a break by making a line , like below

</hr>

<hr>

<h2>

7]Preserved Formatting</h2>

<pre> this is with preserved formatting,</pre>

this is without preserved formatting.

</hr>

<h2>

<hr>

8]Non breaking Spaces </h2>

The gap between &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;these is by using NBSP.

</hr>
<hr>

<h2>

9] Italic font tag</h2>

<i> this is written in italic </i>

</hr>

<hr>

<h2>

10] Bold font tag</H2>

this is written in <B> BOLD </B>.

</hr>

<hr>

<h2>

11] Under line tag </h2>

<u>this sentence is underlined. </u>

<hr>

<h2>

12] strike tag </h2>

this is <strike>write</strike> right!!

</hr>
<hr>

<h2>

13] TT Tag </h2>

<tt>this is a tt tag applied sentence.</tt>

this is not a tt tag applied sentence.

</hr>

<H2>

<hr>

14] Super script tag

</h2>

a<sup>2</sup>+b<sup>2</sup>=2ab

</hr>

<hr>

<h2>

15] SubScript Tag

</h2>

H<sub>2</sub>O means Water.

</hr>
<h2>

<hr>

16] Insert Tag

</h2>

<ins>Insert tag</ins> is same as <ins>underlineTag</ins>

</hr>

<h2>

<hr>

17] Delete Tag </h2>

<del> delete tag</del> is same as <del> strike tag.</del>

</hr><hr>

You might also like