Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-05 09:40:49 +00:00
parent d9c6cc6891
commit 9c96d718d7
4 changed files with 31 additions and 7 deletions

View File

@@ -11,7 +11,6 @@
<!-- scripts -->
<script type="text/javascript" src="../scripts/scripts.js"></script>
</head>
<body>
<h1>HTML Basics</h1>
@@ -44,6 +43,5 @@
<li>The later a CSS file is imported, the more power it has over the document - i.e. the last stylesheet imported will overwrite the styling in all of the other stylesheets.</li>
</ul>
</p>
<h1>_____AREA_OF_STUDY_____ Presentation</h1>
</body>
</html>

View File

@@ -0,0 +1,18 @@
<!-- Reading School 2018, HTML page by Matthew Grove, Year 10 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0">
<!-- styles -->
<link rel="stylesheet" type="text/css" href="../css/pages.css">
<!-- scripts -->
<script type="text/javascript" src="../scripts/scripts.js"></script>
</head>
<body>
<h1>Page 01</h1>
</body>
</html>