Lec03_Tut04
Lec03_Tut04
Introduction to HTML
Outline
3.1 Introduction
3.2 Markup Languages
3.3 Editing HTML
3.4 Common Tags
3.5 Headers
3.6 Text Styling
3.7 Linking
3.8 Images
3.9 Formatting Text With <FONT>
3.10 Special Characters, Horizontal Rules and
More Line Breaks
3.11 Unordered Lists
3.12 Nested and Ordered Lists
CC2005 (10/11) Sem. 1 - L3 1
3.1 Introduction
• HTML
– HyperText Markup Language
– Not a procedural programming language like C, Fortran,
Cobol or Pascal
– Markup language
• Identify elements of a page so that a browser can render that
page on your computer screen
• Presentation of a document vs. structure
36
40 </CENTER>
41
42 </BODY>
43 </HTML>
© 2000 Deitel & Associates, Inc. All rights reserved.
Using images as link anchors
• FONT element
– Add color and formatting to text
– FONT attributes:
• COLOR
– Preset or hex color code
– Value in quotation marks
– Note: you can set font color for whole document using
TEXT attribute in BODY element