What is the difference between a relative and absolute URL? Please give an example of each
- Absolute is also called full path www.blime13.tripod.com/homework
- Relative is relation to the document so in dreamwaver this coud be / home work or //homework
What is the advantage of managing files, i.e. renaming, moving, and deleting files, through Dreamweaver's Files Panel?
- Organization and efficiency- you do not have to edit the code page by page and makes for easier uploading when you have a multiple page site
What is the significance of a webpage named index.html? What DOCTYPE should you be using for your pages?
- Index html basis for all web pages -web browsers know how to open this page without typing full url this is the home page in some cases
- DOCTYPE should be XHTML 1.0
Why is <em> and <strong> preferred over <i> and <b?
- Preferred also most browsers are able to properly render <em> and <strong> codes without problems.
Example of inserting images
![Some place cool 2](assets/images/IMG12.jpg)
h2>