"HTML Demystified: Tag by Tag" Anchor Tag | Lecture 5 in Hindi / Urdu

Anchor Tag

Anchor Tag

<Anchor>

Anchor tag, yaani <a> tag HTML me ek hyperlink ko define karta hai. Is tag ke use se web page me text, images, buttons, or any other HTML elements me se kisi bhi element ko ek URL (Uniform Resource Locator) se link kar sakte hain. Jab user uss element par click karta hai to web browser URL ke according page ko navigate karta hai jise link kiya gaya hai.

Iske alawa, <a> tag me additional attributes ka use karke aur bhi functionality jaise ki link ko new tab me open karna yaani "target" attribute ka use kar sakte hai. Iske alawa, kuch specific section ko highlight karne ke liye page me anchor point ka use bhi kar sakte hain. Anchor point ka use karke web page me scrolling ko control kiya ja sakta hai.

HTML ke <a> (anchor) tag ke kuch important attributes hain:

href: Ye attribute hyperlink ka address ya target URL define karta hai jise aap link karna chahte hain. 

Example: <a href="https://www.example.com">Link Text</a>

target: Ye attribute define karta hai ki link ko kis tarah open karna hai. Iske value me "_blank" ka use karke link ko new tab me open kiya ja sakta hai. 

Example: <a href="https://www.example.com" target="_blank">Link Text</a>

name: Ye attribute ki madad se hum page k kisi bhi heading par link rakh sakte hai same wayse hi jayse ms word me bookmark use hota hai 

Example: 

like header side me kuch text likh kar uspar link add kar sakte hai k page k niche side me jo issi k related topic hai direct waha par jana chahiye.

Example: 

    <a href="#linkname"> Link Text </a>

<a href="linkname" > Heading </a>

download: Ye attribute specify karta hai ki link se file download karna hai ya nahi. 

Example: <a href="path/to/file.pdf" download>Download File</a>

title: Ye attribute hyperlink ke liye tooltip provide karta hai. Jab mouse pointer link par hover karta hai tab title ka content display hota hai. 

Example: <a href="https://www.example.com" title="Link Title">Link Text</a>

umeed hai apko sare tags ache se samaj me aay hoge next lecture k liye humri blog ko follow karte rahe aur agar apko humara blog pasand aaya to apne dosto se bhi share kare. milte hai next lecture k liye tab tak k liye allahafiz

 

"HTML Unleashed: A Comprehensive Guide"
"Mastering HTML: From Basics to Beyond"
"HTML Essentials: Building the Web"
"HTML Demystified: Tag by Tag"
"The HTML Playground: Your Coding Hub"
"Unlocking the Web: HTML Explained"
"HTML Wizardry: Crafting Web Pages"
"HTML Insights: A Developer's Handbook"
"HTML Made Simple: Learn and Create"
"HTML Chronicles: Your Journey Begins Here"

 

"FOR MY CHANNEL" ❤️LIKE 💬COMMENT 🔗SHARE ❗🔥🔥🔥🔥SUBSCRIBE NOW 🔔PRESS THE BELL ICON FOR NOTIFICATION

 

Comments