HTML and CSS Reference
In-Depth Information
Integrate a style sheet
1.
In Notepad, open the file index.html .
Tip: You might have to click All Files in the Files of type drop-
down list for the page to appear in the Open window.
2.
Below the <head> tag, add a <link> tag that links the page to
format.css :
<html>
<head>
<link rel="stylesheet" href="format.css">
<title>A Home Page About Dogs</title>
</head>
<body>
Dogs Home Page
</body>
</html>
3.
Save index.html .
Search WWH ::




Custom Search