CIS 757 WEB PROGRAMMING PROF. AUCIELLO
 TOPICS and SKILLS TO BE ATTAINED:  
 1.  CREATE ANY COLOR USING  HEX CODES IN R-G-B.
 2.  IMAGE BORDERS
 3.  SIZING IMAGES -- FIND AESTHETIC RATIOS -- (GOLDEN MEAN)
 4.  HEAD VS BODY PROCESSING
 5.  CREATE  TABLES.
 6.  BANNERS
 7.  HEADING SIZE (H1 -- H7) EXPERIMENT.
 8.  HTML COMMENTS 
 9.  CAPTURING .GIF  IMAGES
 10. CAPTURING .MID  FILES.
 11. HOW TO CHANGE TEXT COLOR.
 12. IMAGES-. CAM--.BMP--.GIF--.JPG -- CONVERSION (KNOW HOW TO DO THIS)
 13. COLOR BALANCING
 14. TABLES (ROWS,COLUMNS)
 15. ADDING MUSIC (MUSIC CONTROLS)
 16. BASICS OF HTML
<!-- change line below, using hex codes. choose background color --> bgcolor = rr-gg-bb (red-green- blue) 00 - ff <br> this is max red, med green, zero blue ... go figure. <br> this is ff 88 00 <br> <body bgcolor = "ffff00"> Note how to change background color. <font size = 3 color = red>
This text is in blue (done above by "color = blue" statement.
by coding <font color = green> we change the text color (How cool.) <font color = black> Experiment with named colors (green, red, etc) and hex-coded colors.

In blue: Vanessa Van Bui (h3 size)


1st html program (h4) (Experiment with h values for heading size.)

Images follow ... Note thick borders, animated gifs ...

Unchained Melody (need correct name) ...

Melody 2 (need correct name) ...

music 3 (need correct name) ...

music 4 (need correct name) ...

It would be a good idea to name the music and credit the composer ... So help me out here. Someday, we will also get recognition. Mostly, it works that way ...
==================================================================

Now, I will attempt to place the music and the images next to each other ... I will use a table to help me. Say 4 by 2 table. "4 rows x 2 colums."
ROW 1, COL 1

Unchained Melody ...
ROW 1, COL 2
ROW 2, COL 1

SCHOOL DAYS ...
ROW 2, COL 2
ROW 3, COL 1

Easy Listening ...
ROW 3, COL 2
ROW 4, COL 1

What is it? ...
ROW 4, COL 2