answersLogoWhite

0

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.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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

PR


What is the purpose of the radio tag?

The purpose is to attach a radio transmitter.


What is the beginning and ending tag for bold?

The start tag for bold is <b> tag. It is ended the same way with a backslash i.e. </b>.


What is the purpose of DD Form 2745?

To tag detainee.


What is the purpose for DA form 2745?

To Tag Detainee's.


What is the full form of BR in HTML?

The correct HTML form for BR is . BR is a tag to force a line break. It was introduced as a single tag, with no companion tag. The and tags work with older HTML, but for HTML 5, you need to have an ending tag for each tag. You can create your own ending tag by adding forward slash within the single tag: .


What is the purpose of tag?

to follow them and to see where they are so you know the envierment


Do all tags in HTML require a beginning and an ending tag?

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 />.


Different types of attributes?

the size attribute to change the size of the text in our web page .the starting tag is <font>and the ending tag is </font>


The purpose of the b tag in HTML?

The tag is used to make bold text.Example: Hello World!Will result in: Hello World!


Does pjhgeph-c4 have a poly-histidine tag?

where is it from? someone would have to add a his tag on purpose. There are imuno-assays available to detect a his tag. Otherwise find out if the his tag was introduced when it was cloned to a plasmid. You should have access to these papers.


How do you make a word coloured in HTML?

To colour a word in HTML you first need to go under the body tag and type or any other colour you want. To give the background is also written under the body tag. You can write any colour of your own. How do you END the tag though...? Look, there are two types of tags, namely, the stand alone(tags which do not have an ending tag) and the the ending tags (tags which have an ending). Whatever you write comes under the body tag like the paragraph (what you want to write), the image you have to put, its size, its widht, all come under the body tag. After your project is over its somewhat like this: </BODY> </HTML>