Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-10 09:00:12 +00:00
parent 88cfb8e016
commit 617657a70f
4 changed files with 39 additions and 21 deletions

View File

@@ -28,8 +28,9 @@
<br>
<code>&lt;img src="image_source_url"&gt;</code>
<br>
HTML is closely linked with CSS and JavaScript; a comment in HTML is started with
<code>&lt;!--</code> and ended with <code>--&gt;</code>.
A comment in HTML is started with <code>&lt;!--</code> and ended with <code>--&gt;</code>.
<br>
HTML is closely linked with CSS and JavaScript.
</p>
</body>
</html>