Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html link

<a href="https://www.google.com/">Link to google</a>
Comment

link html

<!-- 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 
-->
Comment

link href

<a title="go to google" href="https://www.google.com">Click to Google.com</a>


Comment

link html

<a href="https://openclassrooms.com">OpenClassrooms</a>
Comment

links in html

<!-- Website Link -->
<a href="URL HERE">Click here!</a>

<!-- Another html file link (if it's in the same file) -->
<a href="[YOUR FILE].html">Page 2</a>
Comment

html link

  <a href="mailto:mhmd.shrydh1996@gmail.com">Send me Email</a>
Comment

html link

<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. -->
Comment

link in html

<a href="https://htmlg.com/" target="_blank" rel="nofollow">Click here</a>
Comment

link html

<p>Bonjour. Souhaitez-vous consulter <a href="page2.html">la page 2</a> ?</p>
Comment

html link

<a href="enter the link in here" title="enter the mini title">enter the title of link</a
Comment

PREVIOUS NEXT
Code Example
Html :: html content in rectangle 
Html :: how to add html in useState 
Html :: fork me github code 
Html :: how to use font awesome icons in html 
Html :: how to put keywords on your html website 
Html :: convert html datetime-local to java LocalDateTime 
Html :: collapse bootstrap 
Html :: html place div on background image 
Html :: Simple example of adding javascript in body tag of HTML 
Html :: html entity question mark 
Html :: html with new line  
Html :: reset button javascript onclick 
Html :: mailchimp form action 
Html :: html mark tag 
Html :: favicon 
Html :: bootstrap hide navbar 
Html :: html gallery 
Html :: entrata alerts 
Html :: u tag in html 
Html :: unordered list in html 
Html :: safe and truncate in django template 
Html :: if the screen size is then link a css file html 
Html :: html platform 
Html :: html select default message 
Html :: bootstrap collapse 
Html :: Adding multiple class using ng-class 
Html :: nav-pills class bootstrap 
Html :: drag and drop html 
Html :: detailed list html 
Html :: git origin vs remote 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =