0% found this document useful (0 votes)
10 views

HTML

The document outlines the main HTML elements and tags used for document structure, links, text formatting, lists, forms, tables, images, common entities, empty elements and various attributes. It provides descriptions of tags for headings, paragraphs, links, lists, tables, images, and forms.

Uploaded by

Stuff Pam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

HTML

The document outlines the main HTML elements and tags used for document structure, links, text formatting, lists, forms, tables, images, common entities, empty elements and various attributes. It provides descriptions of tags for headings, paragraphs, links, lists, tables, images, and forms.

Uploaded by

Stuff Pam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

HTML.

 Document outline
 Document structure
 Links
 Text Markup
 Lists
 Forms
 Tables
 Images and Image Maps
 Common Characters Entities
 Objects
 Empty Elements
 Core Attributes
 Language Attributes
 Keyboard Attributes
 Wndow Events
 Form Events
 Keyboard Events
 Mouse Events
Document outlines :
<DОСТУРЕ > = Defines Version of HTML

< html > = Root of an HTML Document

< head › → Contains Page Information

< body > → Represents all Page Contents

‹ base /» = Specifies default URL

‹ meta/» = Define Meta Data

‹ title /> = Defines Title

<link>

<style>

<script>

Links :
<a href= > = Page Link

‹ a href = "mailto:"> = Email Link

< a name = "name", > = Anchor

« a href = "#name"› = Link to Anchor

Text formatting :
< h [1 - 6] > = heading

< div > = page section

< span> = inline section

‹р> = paragraph

< br/> = line break

< hr/> = horizontal rule


< u> = underline

< b> = bold text

< i> = italic

‹ em > = emphasized text

‹ blockquote › = block quotation

Lists :
HTML Lists

< ul >

→ Unordered List

< li»

List Item

< ol>

Ordered List

‹ d›

Description List

< textarea>

→ Multiline Text Input

‹ dt >

• Terms of description list

< dd >

→ Describe each term of description list

Form :
HTML Forms
‹ form >

→ HTML Form

< input />

→ Input Field

< label >

→ Label for input element

‹ button >

clickable Button

‹ textarea ›

→ Multiline Text Input

‹ select ›

• Drop Down List

< option >

→ An option in drop down list

« datalist›

→ List of Options

Tables :
<table >

→ Table

‹ tr>

Table Row

< th >

Table Header Cell

‹ td >
→ Table Data

‹ caption ›

→ Table Caption

< thead ›

→ Group of header contents

< tfoot >

• Group of footer contents

< colgroup>

→ List of Options

Image and Maps :


Images and Image Maps

<img /> → Image

<map> → Image Map

‹area/› → Area of Image Map

Common Characters Entities :


#34; → Table

&#38; ; → Ampersand

4#60; ; → Less than

4#62:; → Greater than

4#64; → “At” symbol

レ#128:→ Euro

k#149; → Small bullet


4#153; → Trademark

k#163; → Pound

Objects:
<Object> → Object

‹ param> → Parameter

Empty Element:
<areal/ >

< img/ >

< hr >

‹ base»

‹ input>

‹ param»

< br›

< link>

‹ col>

‹ meto>

<areal >

< img/ >

< hr >

‹ base»

‹ input>

‹ param»

< br›

< link>
‹ col>

‹ meto>

Core attributes:
Class, id, style, title

Note: Core Attributes may not be used in base, head, html, meta, param, script, style
or title elements.

dir, lang:

Note: Language attributes may not be used in base, br, frame, framemaster, hr, iframe,param or
script elements.

Form events:
onBlur, onReset, onchange, onselect, onFocus, onSubmit

Keyboard events:
Onkeydown, Onkeypress, Onkeyup

Text Markup:
<strong> → Strong emphasis

→ Short quotation

‹ abbr›→ Abbrevation

< acronym >→ Acronym

< address ›→ Address

< pre>→Pre-formatted text

< dfn>→Definition

‹ code> → Code

‹ cite » → Citation

‹ del › →Deleted text


< ins> → Inserted text

sub> →Subscript

< sup> → Superscript

< bdo> →Text direction

You might also like