Links |
|
Request lab subject |
|
Lab 6 will be a small project.
You probably requested your state or foreign country
when you submitted your week 5 work in Canvas. DO NOT START WORK ON LAB 6 UNTIL THE INSTRUCTOR HAS APPROVED YOUR TOPIC. |
|
Link to a web page |
|
In week 2 and lab 2, we worked with links to a web page.
Remember that we can link to a web site, a directory in a web site, or
a specific page in a web site. |
|
Internal links |
|
Internal links allow you to link to a specific place within a page,
rather than just linking to the top of the page.
You must specify an Look at the samples, to understand what I mean. Look at the source code for these pages. There are comments in the code, indicating what to look at. To look at the source code for a page, right click on the page and select View Page Source |
|
Link style |
|
Usually, you do not want to change the default blue/purple color for links. body { color: white; background-color: black; } a:link { color: #c0cbe7; font-size: 150%; } a:visited { color: #d2a6c7; font-size: 150%; } a:hover { color: #fac6aa; font-size: 150%; } a:active { color: #f0888a; font-size: 150%; } |
|
Title |
|
A title can be put on any element. |
|
HTML standards |
|
We have been using a simple sample web page to build our web pages.
We need these four elements in a standard web page. |
|
Validation |
|
We can build a web page, following the sample, that includes the standard
required elements |
|
Lab 6 |
|
In lab 6 we will begin using a new lab topic.
Do NOT start work on lab 6 until the instructor has approved your topic. |
|
Validate lab 6 |
|
Validate your lab 6 page. |
|
Complete Lab 6 |
|
You have built your lab 6 web page and uploaded it to voyager.
|
|
Reading assignment |
|
Read information that your find relivant from the book you selected. |
|