Lab Exercise 2: Create a web resume
Note: You should make a folder on your Z-drive (or on a portable drive) for your work for this course.
Edit a document
Get prepared
- Open the Firefox browser and navigate to these instructions. Leave the browser window open.
- Open the Crimson Editor text editor.
- Keep both the browser and the editor windows open. (it saves time.)
- Here is a file containing some plain text.
- It will open in a new window.
- You must make a copy of it to edit for this exercise.
- The simplest way to make a copy is to copy the text into the clipboard and then paste into Crimson Editor.
- After you have it in the editor, save your document.
- Be sure you know where you saved it.
- Give your saved document the file name
IT581_lab02.html
.
View your document
- Open your saved document (menu choice: File|Open) in the browser, and look at it
- The browser view will be all run together because there is not yet any HTML markup.
Edit your document
- Insert your own name following "Page author"
- Insert the date you complete it after "Last updated".
- Add the HTML markup tags so that the document structure is approximately like the view in this screenshot.
- The appearance will vary somewhat depending on the browser type and settings, window size, and monitor settings.
- Think about the structure - what is each part of the document.
- Your source code should be a complete HTML document with
html
,head
, andbody
elements, similar to the finished examples. - You will use the following HTML elements in your work:
html
,head
,body
,title
,h1
,h2
,p
,br
,hr
,em
. - Validate your page before submission
Check your progress
- As you work, save your changes in your Editor
- Each time you save, refresh the view in the browser to see the effect.
- Change the size of the window to see how your page reacts.
Submit the lab work using Blackboard
- Submit your web document using Blackboard.
- Attach your IT581_lab02.html file.
Comments to: dong@hood.edu
Last Modified: 03 July 2015. 20:23