This is for Example style
<!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>symbol</title>
</head>
<body>
<p> 💘</p>
<p style="font-size:28px;color: red;font-family: fantasy ">I Love My Countery</p>
<div >
<div style="background-color: green; width: 500;">
<h2>This is my list</h2>
<ol type="1">
<li>Home</li>
<li>Car</li>
<li>Taka</li>
</ol>
</div>
<div style="background-color:burlywood; width: 500;">
<h2>Annather list</h2>
<ol start="4">
<li>Home</li>
<li>Car</li>
<li>Taka</li>
</ol>
</div>
<div style="background-color:indianred; width: 500px;">
<img src="dont.png" alt="Fune" title="Very fune" width="300" >
</div>
<div style="background-color:antiquewhite; width: 300;">
<ol type="1">
<li><a href="http://127.0.0.1:5500/form.html" target="blank">click heir</a></li><br>
<li><a href="http://google.com" target="blank">Go to Google</a></li>
</ol>
</div>
</div>
</body>
</html>
Comments
Post a Comment