|
|
|
HTML stands for "hypertext markup language".
An HTML file is a pure text file that contains the instructions for browsers to render a web page.
The basic structure of an HTML file is as follows: <HTML> <HEAD> <TITLE>Your Page Title</TITLE> <META name="description" content=""> <META name="keywords" content=""> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080"> Material to display goes here. It can be either text or images and can be formatted into tables and other ways. </BODY> </HTML> The elements with the "less than" and "greater than" symbols are called tags. They are the browser rendering instructions. The text of the element between the "less than" symbol and the "greater than" symbol itself does not display. The <META> tags are special instructions to the browser and also do not display on the page. Text and images to be displayed are normally placed between the <BODY> and </BODY> tags. Extra spaces and carrage returns in the HTML file do not affect the page layout. A <br> tag inserts a line break. |
|
|  : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>RM-A Raymond Mills & Associates</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <META NAME="Author" CONTENT="Raymond Mills"> <META NAME="Generator" CONTENT="NetObjects Fusion 7 for Windows"> <meta name="author" content="Raymond Mills"> <meta name="description" content="Raymond Mills & Associates can create a professional innovative business image and portray your company in a manner that will attract new customers."> <meta name="keywords" content="Raymond Mills & Associates, Raymond, Mills, Programming, Information Management, Training, Hardware, Analysis, Project Management, World Wide Web, LAN, Task analysis, Web Site, Web Site Development, Web Page Development, Development Management, Planning, Development, Implementation, Maintenance, Visual NEWS LETTER, program development, Visual Basic, Visual C++, Visual dBase (5.5), (5.5A),and (7.0) HTML, JAVA"> <meta name="country" content="USA"> <meta name="organization-Email" content="r.mills@rm-a.com"> <meta name="coverage" content="Worldwide"> <meta name="creation_date" content="August 2, 1993"> <meta name="revisit_after" content="November 14, 2000"> <meta name="creator" content="Raymond Mills"> <meta name="title" content="Raymond Mills & Associates"> <meta name="publisher" content="Raymond Mills & Associates"> <meta name="identifier" content="www.rm-a.com"> <meta name="language" content="English"> |