en 〉
Coding / Programing 〉
HTML 〉
How to include CSS code into HTML code

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