HTML & CSS
What does ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
What does attributes used for?
Attributes provide additional information about an element
Attributes provide additional information about Character Encoding
Attributes provide additional information about browsers versions
none of above
Explanation
HTML elements can have attributes. Attributes provide additional information about an element and always specified in the start tag. Attributes come in name/value pairs like: name="value"
tag
attribute
start
information
html
element
additional
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
Sometimes, when you enter the page, the button already lights up by default. What attribute is applied to interface elements (such as checkboxes and radio buttons) when they are in the "on" position?
Select correct syntax to specify the "color" attribute for <p> HTML element.
Is it allowed to use title attribute on any HTML element in HTML5?
Which attribute of <ol> tag specifies the start value of the first list item in an ordered list?
Specify the attribute of the tag that is used to reference the external style sheet.
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
How to make a shadow for text in gray?
Which of the following is true about the pseudo-class :visited?
What is the difference between pseudo-elements :after and ::after?
What is the font-variant property for?
Which color will word "text" has? <style> p{ color: green !important; } #p{ color: blue; } </style> <p id="p" style="color: red">text</>
How to change the color of a link to blue when the cursor moves over it?
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment