By voidman on Aug 25, 2025 03:14
<html>
<head>
<title>Python</title>
<link rel="icon" href="pics/snake.png">
</head>
<body>
<!--
this is comment and its not displayed in the browser.
THis is the day 2 of web development.
Headings h1,h2,h3,h4,h5,h6
-->
<h1>Python is the best programming language in the world.</h1>
<h2>Python is the best programming language in the world.</h2>
<h3>Python is the best programming language in the world.</h3>
<h4>Python is the best programming language in the world.</h4>
<h5>Python is the best programming language in the world.</h5>
<h6>Python is the best programming language in the world.</h6>
<!-- paragraph-->
<p>Hello, WOrld!</p>
<p>Im batman.</p>
<audio autoplay muted controls>
<source src="audios/Zhao lei Our time Tararara.aac">
<source src="audios/Tararara Plus 62 Plus Sixty Two.mp3">
</audio>
<br>
<video autoplay muted controls width="600" height="400">
<source src="videos/py.mp4">
<source src="videos/earth.mov">
<source src="videos/earth.wmv">
</video>
<br>
<img src="pics/ktmlogo.png">
</body>
</html>