Web Development #2 - HTML Attributes
Hello Everybody!! 👋 👋
In this post i'll explain you what is a html attribute and it's functionality ...
👩💻 👨💻 👩💻 👨💻 👩💻 👨💻
An attribute is used to define the characteristics of an HTML element and is placed inside the element's opening tag. All attributes are made up of two parts − a name and a value
The name is the property you want to set. For example, the paragraph <p> element in the example carries an attribute whose name is align, which you can use to indicate the alignment of paragraph on the page.
The value is what you want the value of the property to be set and always put within quotations. The below example shows three possible values of align attribute: left, center and right.
Attribute names and attribute values are case-insensitive. However, the World Wide Web Consortium (W3C) recommends lowercase attributes/attribute values in their HTML 4 recommendation.
As we can see in the image an attribute must have the name and the value, and in several cases each tag can have several attributes and also an attribute can have several separated values like: <p class =" class1 class2 "> </p>
Examples
| Attribute Name | Elements |
|---|---|
| class | Global attribute |
| cols | textarea tag |
| Headers | td, th tags |
| ID | Global Attribute |
| a | a,area,base,link tags |
The html attributes we will be using a lot in our next post, I invite you to see all the attributes that exist on this page
This is all for today, I hope you have been clear to you all about the html attributes.
Regards!! 🤓 🤓 🤓
Congratulations! This post has been upvoted from the communal account, @minnowsupport, by juanpchica from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, and someguy123. The goal is to help Steemit grow by supporting Minnows and creating a social network. Please find us in the Peace, Abundance, and Liberty Network (PALnet) Discord Channel. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.
If you like what we're doing please upvote this comment so we can continue to build the community account that's supporting all members.