×
   ❮     
HTML CSS MySql Javascript SQL PYTHON JAVA C++ C# BOOTSTRAP REACT XML NODEJS ANGULAR DJango Rust Android VUE
     ❯   

HTML Attribute


What is Attribute in HTML?

HTML attributes provide additional information approximately HTML elements.

An HTML attribute is a piece of markup language used to alter the behavior or show of an HTML element.

HTML Attributes

Attributes characteristics:

  1. All HTML element may have attributes
  2. Attributes offer extra information about element
  3. Attributes generally come in name/value pairs like: name="value1"

Id Attribute

The id attribute of an HTML tag may be used to uniquely perceive(identify) any element inside an HTML web page.


The href Attribute

The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to:

Example

<p>Visit the <a href="https://www.example.com">Example Website</a></p>
Try it Yourself »

The src Attribute

The <img> tag is used to embed an image in an HTML web page. The src attribute specifies the path to the image to be displayed:

Example

<img src="example-image.jpg" alt="Example Image">
Try it Yourself »

The width and height Attributes

The <img> tag need to also include the width and height attributes, which specify the width and height of the image (in pixels):

Example

<img src="example.png" alt="Example Image" width="300" height="200">
Try it Yourself »

The style Attribute

The style attribute is used to add styles to an element, along with color, font, size, and extra.

Example

<p style="color: blue; font-size: 18px; text-align: center;">This is a styled paragraph.</p>
Try it Yourself »

Hey there! Let's go for Learn fasta then! It is more than just coding; it is to have the superpower that can solve any problem. Through simple and easy-to-grasp examples you will sail through the learning process. In addition, it is not just about coding– you will acquire competencies on how to solve complex problems, analyze data, and come up with efficient solutions. Shall we start this wonderful journey together! learnfasta.com terms of use, Copyright 2025 All Rights Reserved.