QUESTION IMAGE
Question
- what goes on the top of every page when writing html? </head> <body> <!doctypehtml> </html> other
Brief Explanations
In HTML, the <!DOCTYPE html> declaration is placed at the very top of an HTML page to define the document type. It tells the web - browser which version of HTML the page is using. The </head> tag closes the head section, <body> starts the body content section, and </html> closes the entire HTML document.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. <!Doctypehtml>