HTML attributes/characteristics
I.All HTML components can have characteristics /attributes
II.Characteristics/attributes give extra data around a component
III.Characteristics/attributes are constantly indicated in the begin tag
IV.Characteristics/attributes more often than not come in name/esteem sets like: name="value"
href Attribute/characteristics
HTML joins are characterized with the <a> tag. The connection address is indicated in the href property:src Attribute/characteristics
HTML pictures are characterized with the <img> tag.The filename of the picture source is indicated in the src property:
width and height Attribute/characteristics
Pictures in HTML has an arrangement of size properties, which determines the width and tallness of the picture:
The picture measure is determined in pixels: width="500" implies 500 pixels wide.
style attribute/characteristics
The style credit is utilized to determine the styling of a component, similar to shading, textual style, estimate and so on.lang Attribute/characteristics
The dialect of the report can be pronounced in the <html> tag.
The dialect is proclaimed with the lang trait.
Proclaiming a dialect is essential for availability applications (screen perusers) and web indexes:
The initial two letters indicate the dialect (en). In the event that there is a lingo, utilize two more letters (US).
Summary
i. All HTML components can have properties
ii.The title property gives extra "device tip" data
iii.The href quality gives deliver data to joins
iv.The width and tallness characteristics give measure data to pictures
v.The alt trait gives content to screen perusers
vi.At W3Schools we generally utilize lowercase characteristic names
vii.At W3Schools we generally cite quality esteems with twofold quotes




0 comments:
Post a Comment