answersLogoWhite

0


Best Answer

As far as I know, all HTML codes require a closing tag.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which HTML codes do not require closing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does building your own website require a lot of HTML use?

For as little as $4.99 per month, you can create your own website on Homestead with no HTML codes required.


What should be the last command in any HTML document?

The last command in any HTML document is a closing HTML tag. Just before it is the closing BODY tag. </BODY> <HTML>


What are the basic HTML codes?

Some basic HTML codes are as followed


What HTML language would you use for links Opening and Closing?

HTML is itself a language on it's own, so uses no other. Opening and closing of tags is a part of HTML.


What is a HTML coder?

Someone that codes in HTML


How do you publish a webpage made of HTML codes?

it is very simple only you have to do is after writing html codes save the file with the extension .html example=web.html


What are hmtl codes?

HTML codes are nothing but HTML tags. These tags are used to define how a web page will look.


How do you compile HTML codes?

You don't compile HTML codes. HTML is a parsed language, meaning that it's transferred to the browser as plain text, and the browser reads it as such.


What are reserved symbols in HTML?

There are various reserved symbols in HTML. <,> these are two reserved for the opening and closing tag.


What html codes can be used on Myspace?

There are multiply html codes that can be used on Myspace, whether if it's trying to change one's layout or dividing texts. The main html codes that are used on Myspace is probably &heart; andtext.


Which HTML code does not require a closing tag?

There are many of them. The convention now is to add a front slash into the tag, after the tagname and any attributes that might be in them. Examples include: <hr/> <br/> <img src="picture.jpg" /> <input type="text" /> <button />


Why use HTML codes?

You use HTML codes to tell the browser how to display your content. For example, if you want to display THIS in bold, you would send the following HTML code to the browser: THIS .