Save Web Pages in Dreamweaver as HTML Files
As you generate HTML, Dreamweaver will use the name and location of the HTML file (in your site file structure) to generate appropriate code. And it can’t do that if the page isn’t saved.
Before you create content on a Web page in Dreamweaver, you should save the page as an HTML file.
For example, you can generate relative links in Dreamweaver — links that don’t contain a full URL (like www.dummies.com) but simply point to a filename — and, if necessary, a folder location (like about_me.html). Generating those relative links works only if Dreamweaver knows the HTML page’s filename and location. And that is very, very important.
So, save your page off the bat. It’s easy, and you will thank yourself many times later:
Choose File→Save.
Click the Site Root button in the Save As dialog box that appears to quickly navigate to the root folder for your Dreamweaver Site.
Enter a filename in the Save As field. Leave the filename extension at the default .html, and click the Save button.

Web Design & Development Glossary
AJAX
asynchronous JavaScript and XML. A technique used in web page development.

Web Design & Development Glossary
API
application programming interface. A set of rules programs use to communicate with each other.

Web Design & Development Glossary
color stop
A special element that indicates a color to be added to a gradient.

Web Design & Development Glossary
FTP
File Transfer Protocol. A network protocol useful for transferring files in a client-server relationship.

Web Design & Development Glossary
HTML
HyperText Markup Language. The predominant language for building web pages.

Web Design & Development Glossary
HTTP
HyperText Transfer Protocol. The primary networking language for the Internet.

Web Design & Development Glossary
PHP
PHP Hypertext Processor. A scripting language that works well within HTML.

Web Design & Development Glossary
socket
A technology that allows remote computers to maintain a persistent connection in order to communicate with each other.

Web Design & Development Glossary
sprite
An graphic object on a web page that will be manipulated in real time.

Web Design & Development Glossary
SQL
Structured Query Language. A programming language useful in managing relational databases.

Web Design & Development Glossary
stateless protocol
An Internet procedure that completely breaks the connection between the client and the server after a transaction, meaning that the next transaction will require an entirely new connection.

Web Design & Development Glossary
Telnet
A network protocol useful in interactive, text-oriented communications.

Web Design & Development Glossary
W3C
World Wide Web Consortium. The organization that sets international standards for the World Wide Web.