Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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 
-->
 
PREVIOUS NEXT
Tagged: #link #html
ADD COMMENT
Topic
Name
3+2 =