Answers for "what's doctype"

0

DOCtype

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset=UTF-8>
    <title>Hello World!</title>
  </head>
  <body>
  </body>
</html>
Posted by: Guest on January-31-2022
0

doctype

<!DOCTYPE html>
This tag shows that it is running HTML5
Posted by: Guest on August-20-2020

Browse Popular Code Answers by Language