Lab 2 - It 130
Until you have access to a server, you should e-mail the HTML
file to yourself. These machines are used by several classes. You can't be guaranteed that your files will be on the local system.
- Make sure you have a folder called it130 on the C: drive. If not, create it.
- Create a subdirectory of it130 called lab2
- Think of two things that interest you, for example music and astronomy. Use Yahoo and/or Google and find three web sites related to each of your categories.
A total of 6 URL's. Create a webpage that lists your categories and under each category use hyperlinks to link to the web sites you found.
Use must use one of the heading tags for each category and each link should be in a list use
an un ordered
ul
list. Also the web page should have a heading and title
- Add some definitions to deflist.html
- For this question use deflist.html. Tags can be nested, for example, look at the HTML code for
deflistcolor.html
To make the first term bold and blue I am nesting the strong
tag within the font
tag within the - tag. Add the strong and font tag to make all the terms bold and blue. Not the definition just the terms. See lecture 2 notes about the font tag or font.html example under week 2 at the course homepage.
- See html tutorial7 at the course homepage and add the face attribute to change the font for each term. examples, Verdana, Arial, Times New Roman etc..