home | homework | links | glossary | sitemap | contact

 

 

What is the difference between a relative and absolute URL? Please give an example of each.

An absolute URL contains the protocol, host name, directory and file information and is used when you want to reference a page on another server.

Such as:

 http://adobe.com

A relative URL is used when you want to refer to a file in the same directory, such as referring to from one page to another in your site.
Such as:


<a href="glossary.html">glossary</a>

What is the advantage of managing files, i.e. renaming, moving, and deleting files, through Dreamweaver's Files Panel?

What is the significance of a page named index.html?

What DOCTYPE should you be using for your pages?

Why is <em> and <strong> preferred over <b> and <i>?