<a href="https://www.google.com/">Link to google</a>
<a href="http://example.com" >Link text</a>
<!-- this is a link tag -->
<link rel="" href="">
<!-- href is the location of your external ressource
list of rel used with a link tag (popular) :
- stylesheet (css)
- alternate
- author
- external
- incon
- index
-->
<!--Short for “anchor” tag, the "a" tag is simply a link! The attribute you MUST have
for it to work is the href= (short for hyper reference) attribute, the value is a url (link)
to the website you will redirect your users to. An example of the a tag is:-->
<a href="https://www.w3schools.com/tags/tag_a.asp">Click me!</a>
<!--Like the img tag, the link can be relative or absolute but instead of linking to an image,
you link to the url! The target= attribute specifies if the url should be opened in a new tab
(_blank), the current tab (_self, by default), etc (these are target attribute values).
Example:-->
<a href="https://www.w3schools.com/tags/att_a_target.asp" target="_blank">
<!--The example shows that the a tag will link to the url (which is a tutorial on target
attribute) in a new tab because the attribute value is _blank!-->
<a title="go to google" href="https://www.google.com">Click to Google.com</a>
<a href="https://openclassrooms.com">OpenClassrooms</a>
<link href="url" type="(e.g)stylesheet">
<a href="mailto:mhmd.shrydh1996@gmail.com">Send me Email</a>
<a href="link">Title of link</a>
<!-- Change link, change link title, add target="_blank" in anchor tag(<a></a>) if you want it to open in new tab. -->
<a href="https://htmlg.com/" target="_blank" rel="nofollow">Click here</a>
<p>Bonjour. Souhaitez-vous consulter <a href="page2.html">la page 2</a> ?</p>
<a href="enter the link in here" title="enter the mini title">enter the title of link</a
Code Example |
---|
Html :: html form templates |
Html :: xpath equals |
Html :: nuclear bomb |
Html :: radio checked on start |
Html :: html style attribute |
Html :: html icon code |
Html :: what is rc in version |
Html :: blink html |
Html :: dl in html |
Html :: accordion html |
Html :: em tag in html5 |
Html :: what does ul mean html |
Html :: laravel apache config |
Html :: navbar horizontal in html |
Html :: cross site scripting |
Html :: get id value of html dropdown in jquery |
Html :: display html django template |
Html :: html small text |
Html :: creating a table in html |
Html :: menu vertical html |
Html :: html 2 classes |
Html :: tailwind css forms |
Html :: replit iframe |
Html :: vue click escape key |
Html :: divs html |
Html :: which text is used to create text animations in html |
Html :: load image file from input in html |
Html :: fork me github code |
Html :: markdown editor |
Html :: html radio input |