Hello! My name is Faiq
I am 9 years old and i am the youngest boy to make a webpage
I am learning how to make websites!
Hello! My name is Faiq
I am 9 years old and i am the youngest boy to make a webpage
I am learning how to make websites!
My fav animal:
<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
</head>
<body>
<h1>Welcome to My Website!</h1>
<p>Hello! My name is Faiq</p>
<p>I am 9 years old</p>
<p>I am learning how to make websites!</p>
<h2>My Favorite Things are:</h2>
<ul>
<li>Games</li>
<li>Animals</li>
<li>Cars</li>
</ul>
</body>
</html>