DEV Community

ViGnEsH
ViGnEsH

Posted on

HTML Attributes Explained: A Beginner-Friendly Guide

ATTRIBUTES

Attributes is extra information in html tag.

I Give a Diagram :


  • <a>of attributes like href, link address URL Specified in href attribute

  • SRC Source are use for img tag , and like width ="500" height ="500"

  • <p> <h1> ..., more than multiple tags.

  • <p style = "color:blue"> inline style

  • title

    Attributes is extra information in html tag.



Finally

Attributes is a tag more than value is a attributes

Top comments (0)