Basic tags of html | Heading,paragraph,link tag (part -3) HTML IN URDU &HINDI

Опубликовано: 15 Июль 2026
на канале: Mazhar ullah Wazir
132
13

*: HTML heading are defined with the "h1"to "h6" tags.
*: "h1" defines the most important heading. "h6" defines the least important heading.
HTML Paragraphs
*: HTML paragraph are defined with the "P" tag.
HTML Links
HTML links are defined with the "a" tag.
the link's destination is spacified in the "href attribute".