Note: if you do not yet have a USB thumbdrive, get one. Create the file structure below on the computer at your desk in class. Repeat the exercise at home, once you have a thumbdrive.
CIS228
.LABS
and PROJECT
.Windows Explorer
. Unhide file extensions (see step 3, page 15).Notepad
.
Save As index.html
in your PROJECT
directory.
html
element containing head
and body
elements.head
element, create a title
element.
Type < t i t l e > A b o u t M e < / t i t l e >
.
body
, create a h2
heading element containing your name:
<p>
) for each of the following;
Chrome
.Internet Explorer
.Firefox
.LABS
directory on your thumbdrive, create a LAB2
sub-directory.Windows Explorer
to Extract this zip file in place.LAB2
directory should now have a lounge
sub-directory
with all the source files you need to complete the New and ImprovedHead First Lounge page as instructed in chapter 2 of the text.
lounge.html
file in the lounge
directory
to link to the elixers.html
and directions.html
files (page 47).
elixers.html
page labeled Back to the Loungethat points to
lounge.html
(page 54).
src
attributes of the img
elements
in lounge.html
, directions.html
, and elixers.html
(pages 66, 67, and 68).
hello.html
from LAB1
to your LABS2
directory.
hello.html
page with Notepad
.
script
element by typing the following:w i n d o w . o n l o a d = i n i t ;
f u n c t i o n i n i t ( ) {
a l e r t ( " H e l l o " ) ;
}
LABS
directory, create a index.html
page.head
element of this file, make a title
element with content: My Labs.
<p>
tag) for LAB1 and LAB2.hello.html
and to index.html
in the LAB1/starbuzz
directory.
lounge.html
page you modified above and
to your revised hello.html
page.
Always turn off your computer and screen before leaving the room.