Back to index.html

Create a web page showing output as Html Structure using character Entities and span Tag.

output

 <!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>Document</title>
 </head>
 <body>
   <!--comment-->

   Write content here.
 </body>
 </html>