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 HTML
- How to set appearance of different elements in your pages using
CSS
- How to add dynamic elements to your web pages using Javascript.
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>
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.
- You can validate your XHTML page using XHTML validator.
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 1001
course.
Stay tuned for more web pages!