We'll continue to use the following tools:
- NVU a free webpage editor
- Mozilla a free web browser
- FileZilla a free file transfer program
- (http://validator.w3/.org
a free service that ensures your coding is up to par, XHTML 1 is
current web standard)
All webpages use tags behind the scenes, tags
are usually in pairs:
- <p> starts a paragraph
and </p>
ends the paragraph
- <ul> starts a bullet list
and </ul>
ends the bullet list
- <li> starts a list item
and </li>
ends s the list item
How an item is displayed on the screen is a matter of style - using
style sheets makes changes to webpages much easier
To-do list:
- create an new document in NVU (New document,
blank, xhtml format) and save it.
- go to Tools, CSS editor, Style elt., Create style.
- define Rule: myblue, Refresh, Click on text tab, select a blue
colour
- save
- apply the blue style to some text in your document (you should
see your attribute in a drop-down menu below the standard Tags)
Go to the top
More for your to-do list: