Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

22. which of the following is not true about writing content to a webpa…

Question

  1. 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>

Explanation:

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.

Answer:

C. It is case sensitive so no capital letters
D. It can be written below </html>