Answers for "example of html page"

6

html example

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
    
  </body>
</html>
Posted by: Guest on February-08-2021
0

html example

<html>
<body>
<h1>My First Heading</h1>
<b><!--This is a comment line--></b>
<p title="About Me" class="test">My first paragraph.</p>
<div class="cities">
<h2>London</h2>
</div>
</body>
</html>
Posted by: Guest on August-15-2021

Browse Popular Code Answers by Language