CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>HTML Head</title> </head> <body> <h4>What is HTML Paragraph</h4> <p>HTML paragraph is used to display the content of a web-page. You cannot write your HTML paragraph like this. And this is a very bad way of writing a paragraph. </p> </body> </html>