DISCUSSION QUESTIONS:
1. Designing with CSS gives the author what advantage over traditional static table design
It allows designers to keep the content and the formating separated.
2. Which type of css allows you to attach your style to multipole pages within your website?
New Style Sheet File
3.What is the difference between a Document Relative path and an Absolute path?
Absolute path is created when we use the full URL of an object or page.
Relative path is created to link to another page within the site or include an object from the site (such as an image, media....)
4. Which tag in an HTML table defines a row?
tr