<html>
<head>
<title>Document</title>
</head>
<body>
content
</body>
</html>
<body bgcolor="red">... </body>
<body text="red"> Text color is red </body>
<body link="white"> This link is white </body>
<body alink="white"> This link is white </body>
<body alink="white"> This link is white </body>
<pre> pre tag
NO Change
</pre>
Heading H1
Heading H2
Heading H3
Heading H4
Heading H5
Heading H6
<b> This is a bold text </b>
<i> This is a bold text </i>
<code> <script>
alert( 'this code is a alert' );
</script>
</code>
<address> Bangladesh, Rajshahi. Home 369 No </address>
<em> Emphasizes word</em>
<i> Itacil word </i>
<strong> Strong word</strong>
<b> Bold word </b>
Font size 1
Font size 2
Font size 3
Font size 4
Font size 5
Font size 6
Font size 7
<font color="red" > Font color is red</font>
<font face="red" > This font is now arial</font>
<a href="your url " > Your url</a>
<a href="mailto:EMAIL_ADDRESS" > Click here to find out how it works</a>
<p> This is a paragraph
</p>
<br> Fast line
<br>
second line
<blockquote> Using peragraph blockquote
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
</blockquote>
<div> this is a div
</div>
<ul> - <li> Pragraph 01
</li>
- <li> Pragraph 02
</li>
- <li> Pragraph 03
</li>
</ul>
<ol start ="1">
<li>english book </li>
<li>bangla book </li>
<li>math book </li>
</ol>
- english book
- bangla book
- math book
<hr>
This is a horizontal line
<hr size="5px">
This horizontal line width is 5px
<hr width="70px">
This horizontal line width is 70px
<img src="https://img.icons8.com/stickers/100/null/image.png">
<img src="https://img.icons8.com/stickers/100/null/image.png" align="right">
<img src="https://img.icons8.com/stickers/100/null/image.png" border="2em">
<img src="https://img.icons8.com/stickers/100/null/image.png" height="2em">
<img src="https://img.icons8.com/stickers/100/null/image.png" width="5em">
select what you love
The table header
The table body
with two columns
My Dream Stars
Player
Gloobles
Arward
CR-7
7
4,569
Niya-Malkovi
7
7,223
Mia Lilifa
9
6,219
My Dream Stars
Player
Gloobles
Arward
CR-7
7 this is td
4,569 this is td
Niya-Malkovi
7 this is td
7,223 this is td
Mia Lilifa
9 this is td
6,219 this is td
My Dream Stars
Player (this is T head)
Gloobles (this is T head)
Arward (this is T head)
CR-7
7
4,569
Niya-Malkovi
7
7,223
Mia Lilifa
9
6,219
My Dream Stars
Player (this is T head)
Gloobles (this is T head)
Arward (this is T head)
CR-7
7
4,569
Niya-Malkovi
7
7,223
Mia Lilifa
9
6,219