Web Design and Development
Introduction
Internet and WWW
Defining a Web site
Good and bad Web Design Features
Elements of a Web page
HTML Introduction
Initial tags
Character Formatting Tags
Paragraph Formatting tags
List Tags
Anchor Tag
Images
Tables
Frames
Forms
Other Elements

Text Formatting Tags

<b> Defines bold text
<big> Defines big text
<em> Defines emphasized text
<i> Defines italic text
<u> Defines underlined text
<small> Defines small text
<strong> Defines strong text
<sub> Defines subscripted text
<sup> Defines superscripted textThe Most

Common Character Entities:

Description Entity Name
non-breaking space &nbsp;
< less than &lt;
> greater than &gt;
& ampersand &amp;
“ quotation mark &quot;
‘ apostrophe &apos;
  (does not work in IE)
Some Other Commonly Used Character Entities:
Description Entity Name
¢ cent &cent;
£ pound &pound;
¥ yen &yen;
§ section &sect;
© copyright &copy;
® registered trademark &reg;
× multiplication &times;
÷ division &divide;
<font>

- Defines the font type, size and color
Attributes:
size=“1/2/3/4/5/6/7”
face=“font name”
color=“#rrggbb”


Hosted by www.Geocities.ws

1