Keyboard shortcuts

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

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;
}