Spaces:
Runtime error
Runtime error
<html> | |
<head> | |
<title>My Web Page</title> | |
<link rel="shortcut icon" href="#"> | |
</head> | |
<body> | |
<h1>Welcome to My Web Page</h1> | |
<p>This is a simple web page created using HTML.</p> | |
<h2>About Me</h2> | |
<p>I am a web developer learning HTML.</p> | |
<h2>My Hobbies</h2> | |
<ul> | |
<li>Reading</li> | |
<li>Hiking</li> | |
<li>Coding</li> | |
</ul> | |
</body> | |
</html> |