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)

相关文章:

  • 2021-12-14
  • 2021-06-25
  • 2021-09-17
  • 2021-12-23
  • 2021-10-18
  • 2021-12-24
猜你喜欢
  • 2021-11-29
  • 2022-02-01
  • 2021-11-17
  • 2022-02-13
  • 2021-11-30
  • 2022-01-03
  • 2021-05-29
相关资源
相似解决方案