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 tags are not case - sensitive. Also, content cannot be written below the </html> tag as that marks the end of the 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. It is case sensitive so no capital letters
D. It can be written below </html>