Include a CSS File on a HTML Page

A Place To Talk About HTML,SHTML,XHTML, HTM,XML,CSS, JS,PHP,,Etc
Post Reply
User avatar Romania
Dragosvr92
Administrator
Administrator
Posts: 1128
Joined: 11 Sep 2009, 06:04
Name: Dragoș-Valentin Rădulescu
Location: Romania
Age: 32
Contact:

Include a CSS File on a HTML Page

Post by Dragosvr92 »

If you dont like to have your CSS Code into your HTML Page And would like your html page to load the css text from an .css file then use the code bellow

Code: Select all

<LINK href="FILENAME.css" rel="stylesheet" Type="Text/CSS">

Keywords: include a css file on html WebPage ,
Formerly known as TheKiller
Post Reply