Answers for "basic codes of html"

3

Basic HTML code

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <style>
    </style>
    <title>Document</title>
  </head>
  <body>
  </body>
</html>
Posted by: Guest on May-20-2021
1

html basic code

<!DOCTYPE html>
<html>
  <title>"TEXT"</title>
  <body>
    "Eliments"
  </body>
</html>
Posted by: Guest on November-22-2020
-2

all codes of html

<html>
  
  <head><title>Hii</title></head>
  
  <body>
  <p>Hii</p>
  </body>
  </html>
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language