Ah bek

ah bek
 avatar
unknown
html
6 months ago
251 B
3
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