<style>
tag with your CSS code, inside the <head>
section.<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.intro{
font-size: 110%;
color: blue;
}
</style>
</head>
<body>
...
</body>
</html>
How to add comments in HTML codeπ HTML
How to define web page title in HTMLπ HTML
How to add comments in HTML codeπ HTML