External CSS
<html>
<head>
<title>Text on the tab</title>
<link rel='stylesheet' href='intro.css' />
</head>
<body>
<h1>Main title: External CSS file</h1>
</body>
</html>
h1 {
font-size: 40px;
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
<html>
<head>
<title>Text on the tab</title>
<link rel='stylesheet' href='intro.css' />
</head>
<body>
<h1>Main title: External CSS file</h1>
</body>
</html>
h1 {
font-size: 40px;
}