HTML Elements

 


HTML Elements :

 <p> Hello world!!! </p>    

Example :


 <!DOCTYPE html>   
 <html>   
 <head>   
   <title>WebPage</title>   
 </head>   
 <body>   
   <h1>This is my first web page</h1>   
   <h2> How it looks?</h2>   
    <p>It looks Nice!!!!!</p>   
 </body>   
 </html>  

Test it Now

Output :