UQ Students should read the Disclaimer & Warning

Note: This page dates from 2005, and is kept for historical purposes.

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>Internet Interface Design - Assignment 1</title>
<!--
COMP1501 Assignment 1
Ned Martin 40529927
Web Page
-->
<style type="text/css">
<!--
    /* Changed styles to div.content */
    div.content { /* body */
        color: #FFFFFF;
        background-color: #222222;
        padding: 1ex 1em;
        margin: 0px;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
    }
    div.content a {
        text-decoration: none;
        color: #FFCCFF;
        background-color: transparent;
    }
    div.content a:hover {
        color: #CCFFCC;
        background-color: transparent;
    }
    div.content table {
        border: none;
        text-align: left;
    }
    div.content td {
        padding: 1ex 1em;
        border: 2px solid;
    }
    div.content .header {
        font-style: italic;
    }
-->
</style>
</head>
<body>
    <!-- demonstrating use of class -->
    <p class="header">COMP1501 Assignment One<br />Ned Martin 40529927</p>
    <!-- demonstrating use of table -->
    <table>
        <!-- table row -->
        <tr>
            <!-- table cell -->
            <td><strong>Building Better Web Pages</strong></td>
        </tr>
        <!-- table row -->
        <tr>
            <!-- table cell -->
            <td>
                <p><em>This is a small collection of links to resources freely available on the Internet to aid in the design and building of a standards compliant web page or web site.</em></p>
                <!-- definition list -->
                <dl>
                    <!-- definition term -->
                    <dt><a href="http://www.w3schools.com/" title="W3Schools link">W3Schools</a></dt>
                    <!-- definition description -->
                    <dd>A free learning resource, teaching the proper standards compliant way to code web pages.</dd>
                    <dt><a href="http://www.w3schools.com/html/" title="Learn HTML">HTML</a></dt>
                    <dd>Learn HTML, the language behind the web pages you read.</dd>
                    <dt><a href="http://www.w3schools.com/xhtml/" title="Learn XHTML">XHTML</a></dt>
                    <dd>Learn XHTML, the language destined to replace HTML.</dd>
                    <dt><a href="http://www.w3schools.com/css/" title="Learn CSS">CSS</a></dt>
                    <dd>Learn CSS, stylesheets to format your HTML.</dd>
                    <dt><a href="http://www.w3schools.com/xml/" title="Learn XML">XML</a></dt>
                    <dd>Learn XML, the multi-purpose language for describing data.</dd>
                    <dt><a href="http://www.w3schools.com/xsl/" title="Learn XSL">XSL</a></dt>
                    <dd>Learn XSL, stylesheets for your XML documents.</dd>
                    <dt><a href="http://www.w3schools.com/xpath/" title="Learn XPath">XPath</a></dt>
                    <dd>Learn XPath, the path syntax used in XSL.</dd>
                    <dt><a href="http://www.w3schools.com/js/" title="Learn Javascript">JavaScript</a></dt>
                    <dd>Learn JavaScript and push your web page to new heights.</dd>
                    <dt><a href="http://www.w3schools.com/dhtml/" title="Learn DHTML">DHTML</a></dt>
                    <dd>DHTML, pulling it all together for a dynamic web page.</dd>
                    <dt><a href="http://www.w3.org/" title="W3C Web Page">W3C</a></dt>
                    <dd>The World Wide Web Consortium, where the standards come from.</dd>
                </dl>
            </td>
        </tr>
    </table>
    <!-- demonstrating use of inline styles -->
    <p style="color: #999999; background-color: transparent; text-align: center; font-size: 75%">Tested in Internet Explorer 6 and Netscape 6.</p>
    <p><a href="http://validator.w3.org/check/referer" title="Validate the XHTML">Validate</a> the XHTML code. <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate the CSS">Validate</a> the CSS. </p>
</body>
</html>