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 HTML,
W3C
recommends to follow
this specification
.
W3 schools
is an excellent reference on Web languages.
You can validate your HTML page using
HTML validator
.
This page was brought to you by
CSci 1001 course
.
Stay tuned for more web pages!