




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An effective ppt for beginners to work out HTML
Typology: Study Guides, Projects, Research
1 / 171
This page cannot be seen from the preview
Don't miss anything!





























































































(^) W W W – World Wide Web. (^) HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML is a text formatting language. (^) URL – Uniform Resource Locator. (^) Browser – A software program which is used to show web pages.
Tags
(^) Not case sensitive
Choosing Text Editor (^) There are many different programs that you can use to create web documents. (^) HTML Editors enable users to create documents quickly and easily by pushing a few buttons. Instead of entering all of the HTML codes by hand. (^) These programs will generate the HTML Source Code for you.
7 Starting NotePad NotePad is the standard text editor that comes with the microsoft windows operating system. To start NotePad in windows 9x or XP follow the steps bellow: (^) Click on the “Start” button located on your Windows task bar. (^) Click on “Programs” and then click on the directory menu labeled “Accessories”. (^) Locate the shortcut “NotePad” and click
8 HTML P age C reation & E diting In this chapter you will learn to create HTML pages with a standard text editor. Objectives Upon completing this section, you should be able to
Creating a Basic Starting Document (^) The HEAD of your document point to above window part. The TITLE of your document appears in the very top line of the user’s browser. If the user chooses to “Bookmark” your page or save as a “Favorite”; it is the TITLE that is added to the list. (^) The text in your TITLE should be as descriptive as possible because this is what many search engines, on the internet, use for indexing your site.
Setting Document Properties
Color Codes
Color Codes (^) If you require more information about color values, there is an excellent site entitled “VGDesign’s Interactive Color Cube” that displays the background color code when you put your cursor over a small color sample. The Web address is : http://www.vgdesign.com/color.html
Background Color (^) It is very common to see web pages with their background color set to white or some other colors. (^) To set your document’s background color, you need to edit the element by adding the BGCOLOR attribute. The following example will display a document with a white background color:
TEXT Color (^) The TEXT attribute is used to control the color of all the normal text in the document. The default color for text is black. The TEXT attribute would be added as follows:
In this example the document’s page color is white and the text would be red.