Ah bek
ah bekunknown
html
a year ago
251 B
5
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