Computer Science, asked by purnima9092, 6 months ago

The content of the web page should be coded within *

1 point

A) <Head> .... </Head>

B) <Title> ...... </Title>

C) <Body> ..... </Body>

D) <HTML>...</HTML>​

Answers

Answered by adi24032007
0

Answer:

Option C is Correct.

Explanation:

In every HTML program within the BODY TAG we have to to write the content of the web page.

please mark this answer the brainliest.

Answered by PravinRatta
0

The information on the web page should be enclosed within the Body tag.

The body tag has both open and close tags <Body></Body>.

The syntax of a HTML is as follows:

<HTML>

<Head>

<Title> </Title>   //Here we can write the title of the web page

</Head>

<Body>

//Here we can write the desired information we need on our web page

</Body>

</HTML>

Hence, the main elements are given within the body tag.  

Similar questions