Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-05 09:44:58 +00:00
parent f95304cd6b
commit 90e7d68016

View File

@@ -41,6 +41,7 @@
<code>[condition] ? [value if true] : [value if false]</code>
</li>
<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>
<li>To add another page, one can use an <code>&lt;iframe&gt;</code></li>
</ul>
</p>
</body>