Yesterday & Today we started learning to use the Visual Web Developer 2005 Express package to design & develop websites.
I showed you an example of a
database driven website, which allowed you to view / edit / delete records
dynamically i.e. working with the real 'live' data in the database.
We then looked at the Visual Web Developer (
VWD from now on!) interface and we created a simple 3 page website using the following features:
- Headings
- Text (paragraph tag)
- Table (with merged cells)
- Image
- Font Colour
- Hyperlinks
We saw how the web page is made up of tags that tell the browser (Internet Explorer or Firefox) how to display the text.
We also saw how the VWD IDE (integrated development environment) allows you to view / edit the html code, or use a WYSIWYG (What-you-see-is-what-you-get) visual designer.
We will learn a bit more about web page design with this package before we add in some extra database functionality.