
The web Bio Page assignment will give you a chance to familiarize yourself with some basic XHTML while constructing a relatively simple web page. You'll also give you chance to work with basic kinds of web content and practice working with the idea of page hierarchy.
Your bio page will need to meet certain text and image content requirements, certain design requirements, and certain XHTML (coding) requirements – all detailed below.
For coding the first part of the assignment you'll more or less follow the HTML Beginner tutorial at the HTML Dog website.
In the next two weeks, you'll revise and customize the appearance of the bio page using CSS. Later, you'll produce a professional Author's Bio Page for your final project. For now, keep things relatively simple.
topBefore you begin, we'll examine some of the following pages for some initial ideas about what to try and what not to try:
For some more ideas: track down other pages using your preferred search engine.
topUsing XHTML make a Bio Page for yourself that contains, minimally, the following elements:
For rapid reference: here is a link to the W3 Schools HTML tag reference table.
Your page should employ only minimal styling. Unless you're using CSS for styling, avoid changing font-size, or color, or centering your text using HTML. If you do, you'll need to take it out later.
Do not use tables for page layout.
topWork in Notepad on a PC (or Textedit on a Mac, with the "Ignore rich text commands in HTML files" option checked in Preferences).
When you save, make sure you select "All Files" and NOT "txt" in "Save as type".
Re-open (or, if still open, keep open) "temp1.htm," from the previous demo. You'll use this as your starting template.
Save "temp1.htm" to your local desktop as "biopage.htm".
Treat your local desktop as the equivalent (mirror) of your "drafts" folder on Eden. Using Notepad, make an "img" folder for your images.
topBegin to familiarize yourself with (X)HTML through the following tutorials and reference pages.
Work through the short HTML Beginner tutorial at the HTML Dog website. This should be the main tutorial that you use for the bio page assignment.
For extra support, however, you might want to look at the W3 Schools HTML Tutorial. You don't need to work through the whole tutorial (it's quite long), but familiarize yourself with what it has to offer.)
Finally, you might also take a look at A Web Page in 15 Lines of Less.
topAs you work on your page, remember these features of good XHTML form:
<html> tag):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> tag; thus:
<html xmlns="http://www.w3.org/1999/xhtml">
</p>).<body> and not <BODY>).To save your work follow these steps:
http://www.eden.rutgers.edu/~your username/425/drafts/biopage.htm
Again: Do NOT use capital letters or blank spaces in any folder or file names.
If you have problems saving or re-saving your bio page, you should contact me by email (or stop by my Thursday office hours) before the next class.
topYour finished page is due at the beginning of the next class.
You'll need to post a link to your Bio Page in a reply to the "Bio Page" thread on your section's class forum. We'll do this in class; so just make sure that your Bio Page is saved in the correct folder in Eden.
There'll be a little time at the start of next class to go over any coding problems.
top