<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.asterix.co.za/html/index.php?action=history&amp;feed=atom&amp;title=All_pages</id>
	<title>All pages - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.asterix.co.za/html/index.php?action=history&amp;feed=atom&amp;title=All_pages"/>
	<link rel="alternate" type="text/html" href="http://wiki.asterix.co.za/html/index.php?title=All_pages&amp;action=history"/>
	<updated>2026-09-20T06:25:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.asterix.co.za/html/index.php?title=All_pages&amp;diff=24&amp;oldid=prev</id>
		<title>Peter: Created page with &quot;All &#039;&#039;&#039;but one&#039;&#039;&#039; of your web pages are to be written in HTML 4  == [https://www.w3schools.com/html/html_head.asp Head] ==  * Set [https://www.w3schools.com/tags/tag_title.asp title] to &#039;&#039;&#039;Sub-domain name&#039;&#039;&#039; dash &#039;&#039;&#039;page name&#039;&#039;&#039; * Set [https://www.w3schools.com/tags/tag_meta.asp meta tags] * Link your style sheet  == [https://www.w3schools.com/tags/tag_body.asp Body] ==  * For first term, everything on your web pages had to be in a main page table|...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.asterix.co.za/html/index.php?title=All_pages&amp;diff=24&amp;oldid=prev"/>
		<updated>2023-11-25T18:47:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;All &amp;#039;&amp;#039;&amp;#039;but one&amp;#039;&amp;#039;&amp;#039; of your web pages are to be written in &lt;a href=&quot;/html/index.php?title=HTML&quot; title=&quot;HTML&quot;&gt;HTML 4&lt;/a&gt;  == [https://www.w3schools.com/html/html_head.asp Head] ==  * Set [https://www.w3schools.com/tags/tag_title.asp title] to &amp;#039;&amp;#039;&amp;#039;Sub-domain name&amp;#039;&amp;#039;&amp;#039; dash &amp;#039;&amp;#039;&amp;#039;page name&amp;#039;&amp;#039;&amp;#039; * Set [https://www.w3schools.com/tags/tag_meta.asp meta tags] * Link your &lt;a href=&quot;/html/index.php?title=CSS&quot; title=&quot;CSS&quot;&gt;style sheet&lt;/a&gt;  == [https://www.w3schools.com/tags/tag_body.asp Body] ==  * For first term, everything on your &lt;a href=&quot;/html/index.php?title=Web_page&quot; title=&quot;Web page&quot;&gt;web pages&lt;/a&gt; had to be in a main page table|...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;All &amp;#039;&amp;#039;&amp;#039;but one&amp;#039;&amp;#039;&amp;#039; of your web pages are to be written in [[HTML|HTML 4]]&lt;br /&gt;
&lt;br /&gt;
== [https://www.w3schools.com/html/html_head.asp Head] ==&lt;br /&gt;
&lt;br /&gt;
* Set [https://www.w3schools.com/tags/tag_title.asp title] to &amp;#039;&amp;#039;&amp;#039;Sub-domain name&amp;#039;&amp;#039;&amp;#039; dash &amp;#039;&amp;#039;&amp;#039;page name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Set [https://www.w3schools.com/tags/tag_meta.asp meta tags]&lt;br /&gt;
* Link your [[CSS|style sheet]]&lt;br /&gt;
&lt;br /&gt;
== [https://www.w3schools.com/tags/tag_body.asp Body] ==&lt;br /&gt;
&lt;br /&gt;
* For first term, everything on your [[web page]]s had to be in a [[main page table|table]]&lt;br /&gt;
* For second term, I am going to show you how to use [[float]]s instead!&lt;br /&gt;
&lt;br /&gt;
== HTML5 web page ==&lt;br /&gt;
&lt;br /&gt;
 Your website will be allowed one, single [[HTML|HTML5 web page]]&lt;br /&gt;
 Contact me for details&lt;br /&gt;
&lt;br /&gt;
== Warning ==&lt;br /&gt;
&lt;br /&gt;
ALL web page names must be in lower case only!&lt;br /&gt;
&lt;br /&gt;
If you placed the following two web pages onto your website...&lt;br /&gt;
&lt;br /&gt;
* portfolio.html&lt;br /&gt;
* Portfolio.html&lt;br /&gt;
&lt;br /&gt;
...I would be able to tell your browser which of these two pages to show you.  Your browser can tell the difference!  This is confusing for website developers, website visitors and someone trying to read your code, giving me three reasons to not allow you (on anyone else) to do this&lt;br /&gt;
&lt;br /&gt;
== Marking ==&lt;br /&gt;
&lt;br /&gt;
* Web page structure must be consistently across all web pages (up to 3)&lt;br /&gt;
* [[Image]]s in /library (1)&lt;br /&gt;
* Thumbnails in /library (1)&lt;br /&gt;
&lt;br /&gt;
=== Per page ===&lt;br /&gt;
&lt;br /&gt;
* Either&lt;br /&gt;
** Everything on your [[web page]] is inside a [[main page table]] (1)&lt;br /&gt;
** The main sections of your [[web page]] is controlled with [[floats]] (2)&lt;br /&gt;
* The main page table borders must be on (1)&lt;br /&gt;
* Web pages to be consistently well formatted (up to 2) &lt;br /&gt;
* [https://www.w3schools.com/tags/tag_doctype.asp DOCTYPE] must be correctly declared (1 or -1 if wrong type)&lt;br /&gt;
* Use of thumbnails to launch [[image]]s (1)&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
New HTML pages in [[NetBeans]] gives you a good start on [https://www.w3schools.com/tags/tag_meta.asp meta tags]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
[[Main Page]] |&lt;br /&gt;
[[Basic web design]] |&lt;br /&gt;
[[navigation table|Navigation]] |&lt;br /&gt;
[[Ranking]] |&lt;br /&gt;
[[support website|Support]] |&lt;br /&gt;
[http://www.asterix.co.za/ Asterix Home]&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Design]]&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
</feed>