1. 程式人生 > >1-HTML Attributes

1-HTML Attributes

unique tab ext inpu ble when lin -h href

下表列舉了常用的Html屬性

AttributeDescription
alt Specifies an alternative text for an image, when the image cannot be displayed
disabled Specifies that an input element should be disabled
href Specifies the URL (web address) for a link
id Specifies a unique id for an element
src Specifies the URL (web address) for an image
style Specifies an inline CSS style for an element
title Specifies extra information about an element (displayed as a tool tip)

1-HTML Attributes