Ah bek
ah bekAnonymous
html
10/04/2024 3:48 AM
336 B
9
Indexable
<!-- This is the basic structure of an HTML page -->
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<h1>Welcome to my first web page!</h1>
<p>This is a paragraph of text.</p>
</body>
</html>Editor is loading...
Leave a Comment