the___ element is a staring element in an HTML, it indicates that document type definition being used by the document.
Answers
Answered by
0
The Datesis element is a staring element in an HTML, it indicates that document type definition being used by the document
Answered by
0
Answer:
<!DOCTYPE html>
This tag tell about document type to the browser so it can be correctly interpreted . if it is a html document ,it tells which version of html written in the document.
for example :
<!DOCTYPE html> indicates HTML 5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" > indicates HTML 4
Similar questions