Popular Exercises
Learn HTML Language
Used for creating webpages that contains texts, graphics, multimedia etc. Learn various tags, attributes that help you in web-development.
Learn HTML Language
Used for creating webpages that contains texts, graphics, multimedia etc. Learn various tags, attributes that help you in web-development.
Page Index
HTML Attributes
All HTML elements can have attributes. Attributes provide additional information about elements.
Attributes provide additional information about elements.
Attributes are always specified in the start tag
Attributes usually come in name/value pairs like: name="value".
For example :
The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to:
<a href="www.google.com">Anchor link</a>
Share this page on :
© 2022 AnalyzeCode.com All rights reserved.