A very simple web page
Welcome to your first web page in this course! In this
course you will learn:
- How to mark the contents of your pages using XHTML
- How to set fonts, colors, and even layout of your pages using
CSS
- How to store your data in a MySQL database
- How to generate your web pages dynamically using PHP
Helpful tips
- You can see the HTML code of the page (it's called the
source) by going to View in the browser menu and
choosing Page Source.
- Use
<p>
or <div>
tags to
separate paragraphs. Skipping lines in the HTML source has no effect
on the resulting web page.
- The source code of your page should look neat and
organized, this way it's easier to read and to change if
needed.
- While most modern browsers don't require compliance with XHTML,
W3C recommends to follow this specification.
- W3
schools is an excellent reference on Web languages.
General advice
It helps to take a outdoor walk while thinking about HTML. In
Morris you can find some nice views:

Here are more views:
This page was brought to you by CSci 1101
course. Stay tuned for more web pages!