answersLogoWhite

0

Do every tag require an attribute?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

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>

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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: &lt;body bgcolor="Red"&gt;


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 :)


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.


Which tag is used to hide the field on a HTML form?

The input tag with the type attribute as hidden.


What is differences between tags and attribute?

A tag is a declaration of a HTML object whereas an Attribute is a property of an object.


The color of a hyperlink that has not been clicked can be specified by setting what attribute in the BODY HTML tag?

The color of a hyperlink that has not been clicked can be specified by setting the "BGCOLOR" attribute in the HTML tag.


Which attribute of Audio tag identifies whether to replay the audio once it has stopped?

The attribute that identifies whether to replay the audio once it has stopped is the loop attribute in the HTML &lt;audio&gt; tag. When the loop attribute is present, the audio will automatically restart from the beginning once it has finished playing. If the attribute is not included, the audio will stop after playing once.