24. which of the following is not true about writing content to a webpage? * 4 points it needs to be written…

24. 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>
Answer
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.
Answer:
D. It can be written below </html>