0% found this document useful (0 votes)
13 views1 page

Grade 12 Computer Maintenance Notes

This document is an HTML template for Grade 12 Computer Maintenance and Networking exam notes. It includes styling for the layout and headings to enhance readability. The content is designed to be printed with specific margins and font settings.

Uploaded by

pazionsile6
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Grade 12 Computer Maintenance Notes

This document is an HTML template for Grade 12 Computer Maintenance and Networking exam notes. It includes styling for the layout and headings to enhance readability. The content is designed to be printed with specific margins and font settings.

Uploaded by

pazionsile6
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Grade 12 Computer Maintenance and Networking - Exam Notes</title>
<style>
@page {
margin: 0.8in;
}
body {
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
line-height: 1.6;
color: #000000;
margin: 0;
padding: 0;
}
.container { max-width: 7.5in; margin: 0 auto; }
h1 { font-size: 20pt; text-align: center; border-bottom: 2px solid #000; }
h2 { font-size: 16pt; background:#f0f0f0; border-left:4px solid #000; padding:8px; }
h3 { font-size:14pt; text-decoration:underline; }
</style>
</head>
<body>
... (Content shortened for PDF demonstration) ...
</body>
</html>

You might also like