. 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 |
In how many ways can a heading be written in html?
What is meant by markup language?
What is the difference between frame and div in html?
What are the advantages of html5?
What is html5 geolocation? How to use it?
What are the web storages present in html5?
What is an xhtml element?
Is innerhtml a string?
What is html shiv?
How to insert javascript in html?
How do I make a thumbnail for my image(s)?
What are differences between div and span?