Tuesday, May 30, 2017

Can you show the page structure of HTML easily ?

<html>
          <head>
                    <title> page title </title>

           </head>
<body>
          <h1> This is a heading </h1>
           <p>  This is a paragraph </p>
          <p>   This is another paragraph </p>


</body> 
</html>