Html Tag
Advertisements
Html Tag
Html documents must be start with <html> tag end with </html> tag.
Syntax
<html> <body> <p>This is my first web page<p> </body> </html>
Result
This is my first web page
Google Advertisment
Html documents must be start with <html> tag end with </html> tag.
<html> <body> <p>This is my first web page<p> </body> </html>
This is my first web page