First, HTML global Properties 1, Core properties
| Property |
Describe |
| Id |
Sets the unique ID of the element. |
| Class |
Sets one or more class names for an element (referencing a class in a style sheet). |
| Style |
Sets the inline style of the element (CSS inline style). |
| Title |
Sets additional information about the element, which can be displayed in a ToolTip. |
2. Language attributes
| Property |
Describe |
| Lang |
Sets the language code for the content of the element. |
3. Keyboard Properties
| Property |
Describe |
| AccessKey |
Sets the keyboard shortcut for accessing the element. |
| TabIndex |
Sets the tab order of the elements. |
Ii. common element attributes: 1, attributes of the <a> element:
| Property |
Describe |
| Href |
Specifies a nickname for a resource that is linked to the Internet or to your computer. |
| Target |
Specifies the target window on which to open the link. |
| Title |
Specifies the text description to be linked to the page. |
2. Attributes of the element:
| Property |
Describe |
| Src |
Specifies the resource requested from the server. |
| Alt |
Specifies alternate text when an image cannot be displayed. |
Backend Code farm Talk front end (HTML) lesson three: Common Properties