answersLogoWhite

0


Best Answer

No. Some do, but some don't, as well.

<body> needs an end tag </body>

<p> does not [Use </p> at the end of the paragraph.

While many browsers work fine without end tags for some tags, to form HTML properly to work on all browsers, every tag needs a beginning and ending. Sometimes, the ending is included in the tag. An example is <br />.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Do all tags in HTML require a beginning and an ending tag?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In HTML double sided tags what distinguishes the ending tag from the beginning tag?

PR


What is the purpose of an ending tag?

Simply to use the start tag and add a "/" before the tag name like the following:If you are making a link:... will be the appropriate ending tag.Working with tables?So simply add a slash "/" in front of the tag to end it.There are certain stand-alone tags like the break/return tag and image tag, which are slightly different. Image tag does NOT need an ending tag, and the doesn't either.


What do the standard PHP delimiter tags look like?

The two standard PHP delimiter tags look similar to XML/HTML languages.The beginning tag is:


How do you connect HTML on MySpace?

Connect? Myspace supports HTML so you should be able to input HTML tags like &lt;h1&gt; and whatnot into your page, if not then I can only suggest using &lt;html&gt;&lt;/html&gt; tags at the beginning and end of your pages.


What element do you use to beginning and end of the body of HTML document?

The beginning and end of the BODY section of an HTML document is delineated by the and tags respectively. Together, these tags mark off the extent of what would be called the body element.


What are the components of a HTML file?

The HTML file contains various components. &lt;HTML&gt; tag is used for the beginning of the code. &lt;HEAD&gt; and &lt;BODY&gt; tags are for the content.


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "&lt;&gt;". Each HTML tags has the following attributes and operations.


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 well formed HTML document?

This is the basic (and correct) formatting of a simple HTML document:Then of course there are LOTS of other tags, but that's just the beginning format.


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.


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.