码家

Web Platform, Cloud and Mobile Application Development

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

Unit  1   HTML

WWW  and  HTML

  1. Hypertext  transfer Protocol(HTTP)-The standard language that  computers connect to the World Wide Web use to communicate with each other

What is HTML

  1. simple
  2. Browser/Platform Independent
  3. Not case sensitive
  4. Different from Programming Languages
  5. A medium for user Interface

HTML tags and attributes

  1. Container tags
  2. Empty tags
  3. Attributes are optional

HTML Document  - Head

  1.  <title>
  2. <link>
  3. <meta>

<META   HTTP-EQUIV=””  CONTENT=

REFERSH

Expires

Keywords

Description

  1. <script>
  2. <style>

HTML Document  - Body

  1. bgcolor
  2. bgproferties
  3. background
  4. text
  5. link
  6. alink
  7. vlink

Inline and Block-level Elements

  1. Block-level  elements

<H1>

<P>

<HR>

  1.   Inline elements

<font>

<i>

<b>

Text  Formatting tags

  1. Header  tags
  2. Paragraphs
  3. Line Breaks
  4. Horizontal  Lines

Link pages

Absolute and relative link

Link: mailto

Lists

  1. Unordered lists
  2. Ordered Lists
  3. Definition List

Tables

Embedding  Images

Images as  link

HTML Character Entities

Forms

  1. INPUT

<INPUT type=

Text

Password

Check Box

Radio Buttons

Hidden text field

Buttons

File

Image

  1. TEXTAREA
  2. ListBox(Drop-down box)

Frames

  1. <frameset>
  2. <frame>

Floating Frames(Inline Frames)

posted on 2011-05-16 17:07  海山  阅读(181)  评论(0)    收藏  举报