Computer Science, asked by ShuttlerRD, 1 year ago

Give two examples of container tag in HTML.

Answers

Answered by akosiaia
2

Answer:

For example, the tag for a line break is <br />.

...

Content (Container) Tags.

Opening Tag Closing Tag Description

<strong> </strong> Makes the contained text bold.

<a href = "document location"> </a> Link

<ol> </ol> Ordered (numbered) list

<ul> </ul> Unordered (bulleted) list

Answered by OoINTROVERToO
3

Two Examples of a container element in HTML are

<HTML> & </HTML>

<TITLE> & </TITLE>

Similar questions