Images and Tables ables.asp
Objectives Learn to place a picture on your web page Be able to interpret html for tables –Understand table tags and attributes –Simple rows and columns –Combined rows and columns Create a table using html and FrontPage Correctly insert scripts into html code Know how to move a file to your birdnest space
Inserting Images
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1 -transitional.dtd"> <html xmlns=" xml:lang="en" lang="en"> Dr. Garrison's 101 page Let’s see an image
TABLES Be able to insert html inside table format – 0/neontext2.htmhttp:// 0/neontext2.htm Tables are used for layouts – –
Text and Graphical Tables
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1 -transitional.dtd"> <html xmlns=" xml:lang="en" lang="en"> Basic Table body {font-size:28pt} Service Options Auto New and Used Finance Market summary and mortgage rates Games Video and Downloadable Groups Science, education, and hobbies
Table 7.1 on page 73 contains a list of style attributes for tables. Service Options Auto New and Used Finance Market summary and mortgage rates Games Video and Downloadable Groups Science, education, and hobbies
How do you think we can create this table
Service Options Auto New and Used Finance Market summary and mortgage rates Games Video and Downloadable Groups Science, education, and hobbies
Exam Schedule Class Exam Tue 11am Thursday 11:30 - Dec 8 Thurs 11am Thursday 11:30 - Dec 8 Tue 2pm Monday 3pm - Dec 12 Thurs 2pm Monday 3pm - Dec 12
Exam Schedule Class Exam Tue 11am Thursday 11:30 - Dec 8 Thurs 11am Thursday 11:30 - Dec 8 Tue 2pm Monday 3pm - Dec 12 Thurs 2pm
Short Answer Questions What are the two way of expressing table width? How would you go about creating this table?
HTML3 Instructions on my web site Move a file to birdnest Create a table using FrontPage