<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cs.auckland.ac.nz/stageonewiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rbry027</id>
	<title>Stage One Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.auckland.ac.nz/stageonewiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rbry027"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php/Special:Contributions/Rbry027"/>
	<updated>2026-06-28T20:36:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=Hyper_Text_Markup_Language&amp;diff=3639</id>
		<title>Hyper Text Markup Language</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=Hyper_Text_Markup_Language&amp;diff=3639"/>
		<updated>2009-08-12T22:38:33Z</updated>

		<summary type="html">&lt;p&gt;Rbry027: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hyper Text Markup Language, also known as HTML, is the mark up language used to create web pages. The mark up language of HTML consists of &amp;quot;codes&amp;quot; or &amp;quot;tags&amp;quot;. Tags are normally part of a pair, the first tag is the &#039;opening&#039; tag, whilst the second tag is the &#039;closing&#039; tag.&lt;br /&gt;
For example, if you wished to underline a heading in your webpage, you would use the tag &amp;amp;lt;u&amp;amp;gt; to start underlining the text, and then &amp;amp;lt;/u&amp;amp;gt; at the end to stop underlining the text. Although it is not a necessity to close your tags, it makes your coding for your web page a lot tidier. Sometimes, if you do not close your tags, you may end up with unwanted formatting in your webpage.&lt;br /&gt;
&lt;br /&gt;
Here are some basic codes which are generally used: &lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;html&amp;amp;gt; &amp;amp;lt;/html&amp;amp;gt; This code defines the entire webpage of body. The opening tag is usually placed at the very beginning, before any other html coding, whilst the ending tag is placed at the very end. &lt;br /&gt;
&amp;lt;br&amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;/body&amp;amp;gt; This tag is for the main body of html in your webpage. &lt;br /&gt;
&amp;lt;br&amp;gt; &amp;amp;lt;p&amp;amp;gt; &amp;amp;lt;/p&amp;amp;gt; This tag allows you to have a paragraph in your text. &lt;br /&gt;
&amp;lt;br&amp;gt; &amp;amp;lt;b&amp;amp;gt; &amp;amp;lt;/b&amp;amp;gt; Allows you to make your font bold, such as &amp;lt;b&amp;gt;this&amp;lt;/b&amp;gt;.&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;amp;lt;i&amp;amp;gt; &amp;amp;lt;/i&amp;amp;gt; Similar to the bold tag, however, instead this changes your font to &amp;lt;i&amp;gt;italics&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
It is also necessary to include Document Type Definition and Encoding standards to tell the browser what language and encoding system was used to store the page.&lt;br /&gt;
&lt;br /&gt;
In the head of every HTML page you should copy and paste the text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xmlversion=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC&lt;br /&gt;
&lt;br /&gt;
&amp;quot;-//W3C//DTDXHTML 1.0 Strict//EN&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbry027</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Rbry027&amp;diff=3637</id>
		<title>User:Rbry027</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Rbry027&amp;diff=3637"/>
		<updated>2009-08-12T22:26:23Z</updated>

		<summary type="html">&lt;p&gt;Rbry027: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Robbie=&lt;br /&gt;
Hey, I&#039;m &amp;lt;b&amp;gt;Robbie&amp;lt;/b&amp;gt; and I&#039;m doing compsci111 as part of my arts degree.&lt;br /&gt;
&lt;br /&gt;
===My papers this semester===&lt;br /&gt;
*Compsci111&lt;br /&gt;
*Music149&lt;br /&gt;
*Politics109&lt;br /&gt;
*History103&lt;br /&gt;
&lt;br /&gt;
I love surfing the internet. To find out more about the internet [https://wiki.cs.auckland.ac.nz/stageonewiki/index.php/Internet Here]&lt;br /&gt;
Cheers, Robbie&lt;/div&gt;</summary>
		<author><name>Rbry027</name></author>
	</entry>
</feed>