answersLogoWhite

0

Attributes

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


What is a good sentence for the word specification in a sentence?

The device's specifications were on the service tag. The specifications for this job are now posted on the board.


How do you find name of webpage?

It's inside < head > tag.inside this tag there a < title > tag to put the name(actually it's called page title) of the page. Anything you write inside < title > and < /title > appears on the browser as page title.


Why is tag called tag?

no


What is it called when you tag a player with the ball?

A tag is what its called


How can you display your name in the frame tag in simple format?

You can apply the iframe tag. Inside the iframe tag you can apply the text.


What is a clothing tag called?

A clothing tag.


What is the tire size for 2006 Chevrolet Impala?

look on the drivers side door at the specifications tag.


What is Difference between title and heading in HTML?

The head tag includes everything you would you would usually put in the header of a website. ie name, company picture etc. However the title tag is a tag you can place inside the head tag to say what the title of the website is going to be. The main difference is the head tag can have multiple tags within in whereas the title tag is a tag that can go inside a head tag


What is sentence for inside?

Why does your computer has an "Intel Inside" tag?What goes inside, never comes back.


What is the HTML tag for small text?

All it is, is small, inside the <>, it wasn't letting me enter the tag alone


What is the name of the additional information placed inside a tag that controls how the tag is used?

The information contained within the opening portion of an HTML tag that controls various attributes of the tag is called the tags "attributes."Attributes follow the format attribute="value" and are added to the tag after it's opening. For instance:In this case, the image tag has two attributes, the src attribute and the alt attribute. The values of those attributes are "a.png" and "A" respectively.