QUESTION IMAGE
Question
- which of the following is not true about writing content to a webpage? * 4 points it needs to be written between <body> and </body> it needs to have start and end tags to add structure it is case sensitive so no capital letters it can be written below </html>
Brief Explanations
In HTML, content for a webpage is written within the <body> and </body> tags and uses start - end tags for structure. HTML is not case - sensitive for tags. Also, content cannot be written below the </html> tag as that is the closing tag for 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
D. It can be written below </html>