> What are the only two required tags in an HTML5 web page?

What are the only two required tags in an HTML5 web page?

Posted at: 2014-12-18 
he only two element required tags in HTML5 web page are

1.doctype

2.title element

1. declaration

2. start and end of the html page . The final part () is not required in HTML5, but I use it for good form somehow and because IDEs tend to complete it automatically.

1.DOCTYPE declaration

example-



2.character encoding (charset) declaration

example-