QUESTION IMAGE
Question
- where should the contents of your website be written? there is only 1 correct answer.
between the <body> and </body> tags
between the <head> and </head> tags
at the very top before <doctypehtml>
Brief Explanations
In HTML, the visible content of a website such as text, images, and other elements are placed within the <body> and </body> tags. The <head> section contains metadata about the page and is not for the main content. And nothing should be placed before the <!DOCTYPE html> declaration as it defines the document type.
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
A. Between the <body> and </body> tags