|
W3Schools
Web Monkey
UC Adrenaline
Site Point
HTML Code
Web Ref
December.com
Page Reso
Web Style
HTML Design
Use It Usab
Zero Web
Best Flash
Web Aim Cool
Web P D F D
Dev X Cool
Internet.com
WWW Org
Killer Sites
Bad Pages
Open Source
Web Designer
Desk Top
Wide Area
|
Can you see my tables?
Use:
<html>
<head>
<title>Your Title Here</title>
<link rel="stylesheet"
type="text/css" href="x.css">
</head>
<body>
...
</body>
</html>
for all your external CSS needs!
Use:
<html>
<head>
<title>Your Title Here<>
<style type="text/css">
element {attribute: value}
element {attribute: value}
</style>
<head>
<body>
...
</body>
</html>
for all your internal CSS needs!
Use:
<element style="attribute: value; attribute: value">Stuff
</style>
for all your inline CSS needs!
|