CHAPTER 6B AN INTRODUCTION TO HTML (PAGES 169180) TAG

CHAPTER 11 OECD AVERAGE AND OECD TOTAL BOX
 CONTENTS PREFACE IX INTRODUCTION 1 REFERENCES 5 CHAPTER
 NRC INSPECTION MANUAL NMSSDWM MANUAL CHAPTER 2401 NEAR‑SURFACE

32 STAKEHOLDER ANALYSIS IN THIS CHAPTER A STAKEHOLDER ANALYSIS
CHAPTER 13 MULTILEVEL ANALYSES BOX 132 STANDARDISATION OF
CHAPTER 6 COMPUTATION OF STANDARD ERRORS BOX 61

Chapter Objectives

Chapter 6b: An Introduction to HTML (Pages 169-180)


Tag Nesting

You can put two tags together to combine the effects

<B><U>Bold and underlined</U></B>

But make sure the inner opening and closing tag are entirely inside the outside tags as shown above.

This is wrong:

<B><U>Bold and underlined</B></U>

Font size and color

<font color=“red”> will change font color

<font size=“+2”> will make font bigger

Closing tag is always </FONT>

Colors

Font Color

Browser Safe Colors

Dithering

Font face

<font face=“Arial”> will change font to Arial, but only if the viewer’s computer has that font installed

Font types

Serif or Sans-Serif

Serif example

THE

Sans-Serif example

THE

Proportional or Monospaced

iiiii mmmmm wwwww

iiiii mmmmm wwwww

Font face

Good platform-independent font face lists:

Browsers try the fonts listed in order

Tag Attributes

The structure of an HTML tag may contain one or more attributes like this:

Align Attribute

<P align="center">

<P align="right">

<P align="left">

Align works the same on header tags

<H1 align="center">

<H2 align="center">

And so on

Hypertext Links

<a href="http://www.yahoo.com">Click here to go to Yahoo</a>

If you omit the http:// the link goes to another page on your site

<a href="page2.html">Click to see page 2</a>

Page Properties

Attributes for BODY Tag

Color for the text in the page

Background color for the page

Color for the hypertext links

Color for the visited links

Color for the active link


Last modified 10-4-05

CNIT 131 – Bowne Page 2 of 2


CONFIGURING USER STATE MANAGEMENT FEATURES 73 CHAPTER 7 IMPLEMENTING
INTERPOLATION 41 CHAPTER 5 INTERPOLATION THIS CHAPTER SUMMARIZES POLYNOMIAL
PREPARING FOR PRODUCTION DEPLOYMENT 219 CHAPTER 4 DESIGNING A


Tags: (pages 169-180), (pages, 169180), introduction, chapter