davesite.com / webstation / web site design tutorial
![]() | |
| Dave's Web Site Design Tutorial Preface . . . . . . Glossary of Terms used in this Guide This page explains some of the terms I use throughout this guide. If you are already familiar with them, feel free to skip directly into Chapter 1! HTML - the HyperText Markup Language. This is markup language that web pages are written in. web page - a file written in HTML, usually placed on intranet or internet servers. web site - a collection of web pages, linked together on a server. to code - to type out HTML into a file. tags - codes in HTML telling the browser to do something, such as make text bold, place a link, etc. attributes - when placed in a tag, they specify an element. As blonde, brown, and red hair would be an attribute of someone, HTML tags have attributes to themselves. whitespace - extra spaces and blank lines placed in an HTML file, that makes the code easier to read, but does not change the way a page is displayed. render - the act of displaying an HTML file in a web browser, by reading tags and attributes from the file and interpreting them.
| Quick Index Preface Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Other
|
![]() Copyright © 1997 Dave Kristula. All rights reserved. http://www.davesite.com/webstation/web-site-design/preface.shtml Dave's Web Site Design Tutorial - Preface | |