Answers for "html5 exmaple"

0

html5 exmaple

<!DOCTYPE html>
<html>
  <head>
    <title>Page Title</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>

  <h1>This is a Heading</h1>
  <p>This is a paragraph.</p>

  </body>
</html>
Posted by: Guest on March-04-2021

Browse Popular Code Answers by Language