Module 1 - Introduction to the World Wide Web and Web Site Design
HTML Basics
HTML is shorthand for Hypertext Markup Language. This is the code that creates a web page. An HTML file contains “tags” that tell the web browser how to assemble the web page. For example, if I had a line of HTML code that looks like this |
|
![]() |
|
Fortunately, you do not need to write your web pages using these tags (though you can if you know the HTML coding language). In this course, we will use a web authoring application to help us create the web pages – Netscape Composer. Using Composer, we will lay out the web pages very much like using a word processing program, and then Composer will write the HTML code for us.
|
