Computer Science, asked by kshirsagarinfo, 3 months ago

Container tags have opening tags as well as ________________ tags

Answers

Answered by anindyaadhikari13
0

Answer:

  • Container tags have opening tags as well as closing tags.

Learn More:

  • There are two types of tags in HTML. They are - Empty tags and Closing tags.
  • Empty tags are those tags that doesn't require any closing tag. They don't need any closing tag.
  • Examples of Empty tags include: <br/> tag, <img/> tag, <hr/> tag, <input/> tag and so on.
  • Container tags are those tags that needs a starting as well as ending tags. Most of the html tags are container tags.
  • Examples of Container tags include: <html> tag, <head> tag, <title> tag, <body> tag and so on.
Similar questions