. What is the purpose of the <!DOCTYPE> declaration?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
It specifies the HTML version used in the document, helping browsers render the page correctly. Example: <!DOCTYPE html> declares HTML5.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
It specifies the HTML version used in the document, helping browsers render the page correctly. Example: <!DOCTYPE html> declares HTML5.
| Is This Answer Correct ? | 0 Yes | 0 No |
Compare HTML and DHTML?
What are the basics of html?
What is the use of id attribute in html?
How do I untag someone?
What is the main function of <pre> tag in html?
Should I end my urls with a slash?
Which tags are no longer valid in html5?
Are html5 tags case sensitive?
What is a href attribute?
Is audio tag supported in html 5?
How do you create text on a webpage that allows you to send an email when clicked?
What is button tag?