Computer Science, asked by etikalashok9619, 1 year ago

Which keyword is used in the declaration of an html page?

Answers

Answered by tejasgupta
0
In html 4, a html document was declared as in the first image but, in html 5 t is declared as in image 2....


....hope this helps.....do rate and mark as brainiest if this helps you.....comment if you have any doubts...don't forget to hit the thanks button below....
Attachments:

tejasgupta: pls mar k as brainiest.........
Answered by mindfulmaisel
0

<!DOCTYPE> declaration is used in the declaration of html page.

Explanation:

  • The declaration represented as <!DOCTYPE> is the very first thing present in our HTML document. It should be used before the <HTML> tag.  
  • This <!DOCTYPE> is not an HTML tag. It is defined as type of instruction to the web browser and indicates about the version of the HTML page through which we have been written.  
  • It should be a good practice for the beginners to add <!DOCTYPE> declaration to the HTML program. So that the browser can know what type of document it is expecting.

Learn more about HTML page

What all tags are required in every HTML page?

https://brainly.in/question/3654466

A dashboard can be embedded in a HTML page.

https://brainly.in/question/7430114

Similar questions