“Das HREF -Attribut in HTML” Code-Antworten

Das HREF -Attribut in HTML

<a href="https://www.google.com/">Google
naly moslih

HREF -Attribut

The Attribute "href" is a HTML tag Used to Add indirect Links to a Webpage. i.e You can add links into a page by not actually displaying the link, but instead it "Embeds" the link into a piece of text.
We need to put the "href" under a Tag known as "<a>".
For Example: <a href="www.google.com">Google</a>
The text in between >Google</a> is what will be displayed in your Webpage :)
SeriousProgrammer

Ähnliche Antworten wie “Das HREF -Attribut in HTML”

Fragen ähnlich wie “Das HREF -Attribut in HTML”

Weitere verwandte Antworten zu “Das HREF -Attribut in HTML” auf HTML

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen