Jokes & Entertaintment
add
Friday, 16 March 2018
what is Doc Type In Html
<!DOCTYPE>
It is not a Tag But it is a instruction to web browser about what version its Using
The <!Doctype> always be play on the top of html document. Comes befor <html> tag
And doctype define description of DTD(document type Description)
Different
doctype declarations
1).html strick:-
2)Transitional:-
3)Frameset:-
4)HTML5:-
Now Currently most people using HTML5
Example:-
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Demo Site
<
/title
>
<
/head
>
<
body
>
Hellow How are You
<
/body
>
<
/html
>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment