answersLogoWhite

0

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.

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering
Related Questions

How are html elemnts catagorizes?

HTML elements are categorized as tags. Open end tags and close ended tags are the major classification categories.


What are self-closing tags in HTML?

Self-closing tags are tags that don't have a "" to close it.These tags include:imginputbrareabasecolembedkeygenlinkmetaparamsourcetrackand wbr


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "<>". Each HTML tags has the following attributes and operations.


Why the elements are necessary for simple HTML?

The absolute essential tags are <html><body>Hello World</body></html>. Other tags are not required, but certainly add significant value to the format of the page and the ability for search engines to index your site.


Is xHTML the same as HTML strict and what is a HTML frameset declaration?

Yes, XHTML is just the stricter form of HTML. It means that you have to close all the tags that you have opened.


What do you type in to use HTML tags?

Notepad / wordpad. open and close all tags, or the coding may go awry. <opentag> </endtag>


Which HTML tags do you close out at the very end?

The very last tag should be the closing HTML tag. It would be done like this: </html> Before that you would normally close the Body tag, like this: </body>


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


What is the work of HTML?

The work of HTML is to design Web Pages. Just like this one! HTML can be used with other Web and Non-Web coding languages to make an interactive Web-Site. WikiAnswers, uses more then one type of coding inside HTML. It uses JavaScript, PHP, etc! To start with HTML, you first need to start with HTML tags, those define the Web Page, so that then you can add other tags. The HTML tag is <html> Like <body> , <p> , <script> , <title> , <head> , and many, many more! Remember, you always need to close the tags. To close the tags, you use a /. Exampels: </html> </body> </head> </title> , ect Their is a sort of special tag, the <br> tag. That you close automatically, it is basically your ENTER key. for the br tag, you do this : <br /> For more information on HTML, look at the Related Links!


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.