answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

The DOCTYPE declaration has no closing tag?

This is not a question, it is a statement with a question mark on the end.


What are examples of a tag question?

jejemons tang ina mo


What are the tags for a definition list for HTML?

There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.There are three of them. They are the tag, the tag and the tag.


Why is it necessary to close HTML tags?

Because html won't know where to stop doing what the tag is doing. So if you open a bold tag and don't close it, the entire rest of the document would be bolded. If you opened an anchor tag and did not close it, the entire rest of your page would be a link. Not all tags have closing tags, but for those that do it is important to use them. Otherwise it will affect your page and it won't work properly or look the way you want it to.


What is b in HTML?

The b tag makes text bold.For example if you give the below code in your HTML pageThis is a sample text and this part alone would be displayed in Bold. The rest would be normalThe output would be:This is a sample text and this part alone would be displayed in Bold. The rest would be normal