answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is an attribute for the HR tag?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you change the color of a line in web htlm?

Use the color attribute in the hr tag like this:


What is an attribute and value to an HTML tag?

A tag can have an additional setting in it. This is an attribute. The attributes can then be given values. For example the body tag has an attribute to set the background colour of the page. The attribute is bgcolor. What colour you specify is the value, in this case it is red: <body bgcolor="Red">


What is an XML attribute?

An XML attribute is a specified property for a tag with a value. For example, the XML tag "person" could have the attribute "name" with a value of "bob."


Is width a tag in HTML?

This is not a tag. It is an attribute and part of CSS


What style attribute will change the color of the text of a tag?

The attribute color :)


What attribute is used to specify the thickness of a hr tag?

Use the size attribute to specify the height (or thickness) of the rule.For example:Note: Since HTML 4.01, the align, noshade, size and width attributes are deprecated. Use style properties instead.


Do every tag require an attribute?

Nope. Every tag doesn't require an attribute. For instance, the paragraph tag is perfectly valid without any: <p>Look how valid I am!</p>


Does a horizontal rule tag need a close tag?

No the HR tag does not need a close tag.


Which attribute is used in script tag to specify a file containing the java script statements?

The script tag will have the "src" attribute to identify the location of the script's contents.


How tell in view source page if two websites are related?

You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.


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.


How do you get emage HTML?

the tag is used to insert images. It is an empty element that only has attributes. Two attributes are required for the element: the src attribute and the alt attribute. The src attribute specifies the path of the image file. The alt attribute specifies an alternative text for the image, if the image is unavailable. The syntax for the tag is as follows: To know more check out the cronj IT site.