You are on page 1of 3

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>INDEX</title>
<link rel="stylesheet" href="g1.css">
</head>
<body class="a3">
<ol>
<li><h1 style="color: rgba(255, 0, 85 , 22)">welcom lol &lt; </h1></li>
<li class="123"><h2>welcom we </h2></li>
<li><h3>welcom lol</h3></li>
<li><h4>welcom lol</h4></li>
<li><h5>welcom lol</h5></li>
<li><h6>welcom lol</h6></li>
</ol>
<hr>
<p style="background-color: darkblue;color: floralwhite;" > <b>Lorem ipsum </b>
10<sup>5</sup> 10<sub>3</sub> dolor sit <i>amet</i> <small>consectetur</small>
adipisicing elit. Repudiandae, sunt?
</p>
<hr>
<ul style="background-color: bisque;">
<li><h2>ml</h2></li>
<li>g</li>
<li>t</li>
</ul>
<hr>
<ol type="A">
<li class="wwww">ml</li>
<li>g</li>
<li>t</li>
</ol>
<hr>
<ol type="I" class="wwww" >
<li>ml:-
<ul>
<li>ol</li>
<li>kk</li>
<li>fo</li>
</ul>
</li>
<li class="a1">g</li>
<li>t</li>
</ol>
<hr>

<a href="https://www.Google.com" target="_blank" >Google</a>


<br>
<a href="page2.html">page2</a>
<br>
<a href="a/Screenshot 2021-06-18 191126.png" target="_blank" >png</a>
<hr>
<img src="a/Screenshot 2021-06-18 191126.png" alt="IDM Downloads" width="350">
<br>
<video src="b/03.HTML Course - World's most premium HTML Course - Lecture
2.mp4" height="300" controls loop muted poster="a/Screenshot 2021-06-18 191126.png"
title="LOL"></video>
<hr>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/9OkzqnjGfFQ" title="YouTube video player"
frameborder="100" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
<table class="a4">
<thead>
<tr>
<th>PG </th>
<th>UG</th>
<th>BT</th>
<th>LF</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td>00</td>
<td>11</td>
<td>22</td>
<td>33</td>
</tr>
<tr>
<td>000</td>
<td>111</td>
<td>222</td>
<td>333</td>
</tr>
<tr>
<td>0000</td>
<td>1111</td>
<td>2222</td>
<td>3333</td>
</tr>
</tbody>
<tfoot>
<tr>
<th colspan="3">lol</th>
<th colspan="1">no</th>
</tr>
</tfoot>
</table>
<input type="password">
<br>
<a href="payment.html" target="_blank" style="background-color: black;"
>PAY</a>
</body>
</html>
<!-- https://www.w3schools.com/charsets/ref_html_entities_4.asp -->
<!-- 07 15:00 -->

You might also like