Sunday, February 12, 2023

Hello World!

 <!DOCTYPE html>
<html>
  <head>
    <title>Hello, World!</title>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
      <h1 class="title">Hello World! </h1>
  </body>
</html>

No comments:

Post a Comment

Current Time

 <!DOCTYPE html> <html>   <head>     <title>Hello, World!</title>     <link rel="stylesheet" href...