Develop PHP Website for Learning Web Design Free Online
  Home   |   Forums   |   DevCMS
  Join   |   Log In
 
   

HTML Tutorials - Learn HTML

Tutor at Develop PHP
<link> - Link to Reference External Files
By: Adam      Created: Jul 14, 2008      Views: 164 Tweet This Page  Post page to Facebook  Post page to Facebook

The <link> tag is used to set relationships between the main file and other files that you want your main file to be able to access. Many times we see this tag when we link to our external CSS style sheets. We also see it when setting a link to our favicon.ico file for our website. This tag is normally placed within the <head> tag of your document.

Code
 or Script Display Bar


<link href="styles/sitestyle1.css" rel="stylesheet" type="text/css" />

<link rel="icon" href="favicon.ico" type="image/x-icon" />

<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />



                                   <map> - Image Map


Comment on <link> - Link to Reference External Files




Search Tags:
<link>   ·  -   ·  Link   ·  to   ·  Reference   ·  External   ·  Files   ·  
 
 
Arbitrary Links and Archives
Home
Active Forums
Members
SIte News
Link To Us
Gear
2009 Forum Archive
Programming Courses
Learn HTML
Learn CSS
Learn PHP
Learn MySQL
Learn Javascript
Learn jQuery
Learn ActionScript 3.0
Learn Java
Learn XML
DevelopPHP Requires Flash Player
Get Adobe Flash player
___________________________________________

Terms of Use  •  Privacy  •  Admin Notes

©2010 developphp.com   |   Powered By FlashBuildingHolder