Prepared by: Anthony Larrain
These notes serve as an outline to the lecture, they are not intended to be complete.
html head title body h1 p br li ul
BR
> and <br
> have
the same meaning. In order to comply with W3C
we will always use lowercase for tags. Plus it is easier to read and type.For example
Each attribute align
has a value center
separated by an equals symbol.
The value should be enclosed in quotes (Standards).
See example center.html
font
tag lets you change the face, size and color of the text it encloses.
face size and color
are attributes. A tag can contain more that one attribute. Attributes must be separated
by at least one space.See example font.html
h1 h2 h3 h4 h5 h6
a
This allows your
page to link to another web page, that is create hyperlinks. There are several attributes
you can use with the anchor tag, the one we focus on is the href
attribute.See example hyperlink.html
Notice the href
attribute requires the complete URL. The complete
URL is required when the web page is not part of your web space.
hr
tagstrong
tag used for boldfaceol
tag, an ordered list. dl
tag. Instead of using
the li
you use the dt
followed by the dd
tag.See example deflist.html
body
tag allows for several attributes that can be used to change the background color,
font color, hyperlink color.For example
For the body tag if one attribute is present they all should be included.
When choosing color there needs to be a "fair" amount of contrast so pages can be more readable for all visual users. We will talk more about this later.
There are plenty of online sources to help you with, HTML, CSS, FrontPage, Web design etc ... Get into the habit of using one of them. Yahoo or Google.
For example to find out more about colors available to use, go to a search engine and type in:
In order to get your files from your computer to your students account, called shrike, we will use a program called SSH. SSH stands for Secure Shell. It is a program that allows you to log into another computer over a network. You will use this program to transfer your files to and from Shrike and create directories on Shrike.
All files and directories must be in a directory called public_html.
This program is available in the labs. Typically it can be found by selecting Start / Internet Applications /SSH secure shell / secure file transfer client
To use SSH for File Upload:
Set the permissions to
Owner: Read, Write, Execute; Group: Read, Execute; Other: Read, Execute.
To download SSH go to Resources
I will go through this in lab. If you need more assistance read this document. More about SSH In this document replace the word condor with students. We will go through this in lab.