Embedded CSS
<html>
<head>
<title>Text on the tab</title>
</head>
<body>
<style>
h1 {
font-size: 40px;
}
</style>
<h1>Main title: Embedded CSS</h1>
</body>
</html>
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>
</head>
<body>
<style>
h1 {
font-size: 40px;
}
</style>
<h1>Main title: Embedded CSS</h1>
</body>
</html>