Answers for "html html 5"

18

html 5

<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Here is site title</title>
   </head>
   <body>
      <h1>Hello World!</h1>
   </body>
</html>
Posted by: Guest on April-21-2021
0

html 5

Idk if this works in other editors but in VScode, type ! tab and it should automatically paste in all the starting info
Posted by: Guest on June-04-2021

Browse Popular Code Answers by Language