CSCI 1320 Creating Modern Web Applications Lecture 4: HTML/CSS LAB 1

advertisement
CSCI 1320
Creating Modern Web Applications
Lecture 4: HTML/CSS LAB
1
CS132 Lecture 4: CSS
7/27/2016
LAB Assignment
 I have a database of 2 million+ CDs. For each CD there
is the title, the artist name, and the list of tracks. Each
track has a song name and an artist name. Other
information (e.g. length of tracks, genre, notes) is
available as well.
 Your job is to create a front end for this.
 Produce simple HTML/CSS that implements a sample page
 Both input (query) and output (result) pages if appropriate
 Work in teams (ideally 2-4)
2
CS132 Lecture 3: CSS
7/27/2016
Mechanics
 For each person in the group have a meta tag (on each html
page)
 <meta name=‘author’ content=‘your name here’>
 Hand in by showing to a TA to get checked off
 Alternatively attach all pages, css, etc. to an email
 Send to spr+16lab01@cs.brown.edu
 Do this by the end of the week
 When you get pages done, display them
 Follow instructions on one of the screens
3
CS132 Lecture 3: CSS
7/27/2016
Next Time
 JavaScript
4
CS132 Lecture 4: HTML/CSS Lab
7/27/2016
Download