pro 1
Wed Dec 18 2024 01:19:19 GMT+0000 (Coordinated Universal Time)
Saved by
@akshva
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Web Page</title>
</head>
<body>
<marquee>Basic HTML Tags</marquee>
<h1></h1>
<h2></h2>
<h3></h3>
<p></p>
<h3></h3>
<p>
<b>Uttara Kannada</b> district<sup>[7]</sup>.
<br />
<strong>Siddapura</strong>
<br/>
I <i>Kargal town</i>
<em>Shimoga district</em>, <u>Karnataka</u>,
</p>
<p></p>
<hr>
<h2></h2>
<h3></h3>
<h3></h3>
<blockquote>“Jobs fill your pocket, but adventures fill your soul.” – Jamie Lyn Beatty</blockquote>
<pre>
* + *
*
</pre>
</body>
</html>
content_copyCOPY
Comments