Viewing Markup With a Web Sever
Ideally,you should aim to test
your Web
Pages as delivered off a Web
server instead of just reading them off a loca file system.Not only is this
more representation of how your users will actually experience the page,but it
prepares you for later construction of Web pages that contain server –side programming technologies.
There are many
options for employing a Web server.You many decide to run your own local development
Web server on your desktop system or use some hosted server instead. In either
case,you need to get the files somewhere under the Web server s document root
folder so that they can be served out .Very often this directory has a common
name like inetpub,htdocs,site,Or www,but it really could be just about anything,so
make sure you check the server you end up using.
Post a Comment