Sunday 18 August 2019

Html Page Syntax

<html>
 <head>
 </head>
 <body>
 h1>this is my heading</h1>
 <p>this is my paragaraph</p>
 </body>
 </html>