Inserting an external CSS file into HTML?

Kyupa Suria

New member
I made a CSS file: table.css and a html page. The html page is correct,I verified it. I included this:

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

in the header. But I don't know how I specify where in the html document I want it to appear. :|
 
Back
Top