how to use
[tex]<!DOCTYPE>html
please tell me
Answers
Answered by
0
bro you write this
[/tex]
or
Answered by
0
Each HTML document starts with a document type declaration or doctype. The document type is necessary to allow the browser to determine the HTML version and therefore to correctly display the page.
The doctype looked like the following in the old version of HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
It is much simpler in the current version of HTML:
<!DOCTYPE html>
Similar questions