<html>
<head>
<meta charset="UTF-8">
<title>Grade 9-10 HTML & CSS Complete Notes</title>
<style>
body {
font-family: 'Segoe UI', Calibri, sans-serif;
font-size: 12pt;
line-height: 1.5;
color: #1a1a1a;
}
.page {
page-break-after: always;
padding-bottom: 20px;
}
.title-box {
background: linear-gradient(90deg, #0066cc, #0099ff);
color: white;
padding: 12px 20px;
border-radius: 8px;
margin: 20px 0 15px 0;
text-align: center;
box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.title-box h1 {
margin: 0;
font-size: 20pt;
font-weight: 700;
, }
.subtitle {
text-align: center;
color: #555;
font-size: 11pt;
margin-top: -10px;
margin-bottom: 25px;
font-style: italic;
}
h2 {
color: #0066cc;
border-bottom: 2px solid #e6f2ff;
padding-bottom: 5px;
margin-top: 25px;
font-size: 16pt;
}
h3 {
color: #00994d;
margin-top: 20px;
font-size: 13pt;
}
.desc {
background: #f8faff;
border-left: 4px solid #0066cc;
padding: 12px 15px;
margin: 15px 0;
border-radius: 4px;
}
table {