GeekArticles
Web Programming
CSS
Web Programming
CSSApplying CSS Tutorial
Tutorial Written By: Bob Style Sheets in External Files Link To define an external Style Sheet to be used to format your HTML you use place a Link element in the Head area of the HTML file. The basic tag would be: <LINK REL=stylesheet HREF="mystyle.css"> Where HREF tells the location and file name and REL indicates the file is a Style Sheet. Additional Declarations include: Media Media is used to define the application of the CSS to its end use. If more than one external style sheet is...n
Sponsored Links
Read Next: CSS Tips Tutorial
Related Topics
