Free Essay

Test

In:

Submitted By Farelhound
Words 5524
Pages 23
HTML
About the tutorial

Tutorial

HTML Tutorial

Simply Easy Learning

2

HTML Tutorial

About the tutorial

HTML Tutorial
HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages.
HTML was created by Berners-Lee in late 1991 but "HTML 2.0" was the first standard HTML specification which was published in 1995. HTML 4.01 was a major version of HTML and it was published in late 1999.
Though HTML 4.01 version is widely used but currently we are having HTML-5 version which is an extension to HTML 4.01, and this version was published in 2012.

Audience
This tutorial is designed for the aspiring Web Designers and Developers with a need to understand the HTML in enough detail along with its simple overview, and practical examples. This tutorial will give you enough ingredients to start with HTML from where you can take yourself at higher level of expertise.

Prerequisites
Before proceeding with this tutorial you should have a basic working knowledge with Windows or Linux operating system, additionally you must be familiar with:






Experience with any text editor like notepad, notepad++, or Editplus etc.
How to create directories and files on your computer.
How to navigate through different directories.
How to type content in a file and save them on a computer.
Understanding about images in different formats like JPEG, PNG format.

Copyright & Disclaimer Notice
All

the content and graphics on this tutorial are the property of tutorialspoint.com. Any content from tutorialspoint.com or this tutorial may not be redistributed or reproduced in any way, shape, or form without the written permission of tutorialspoint.com. Failure to do so is a violation of copyright laws.

3

HTML Tutorial
This tutorial may contain inaccuracies or errors and tutorialspoint provides no guarantee regarding the accuracy of the site or its contents including this tutorial. If you discover that the tutorialspoint.com site or this tutorial content contains some errors, please contact us at webmaster@tutorialspoint.com

4

HTML Tutorial

Table of Contents

HTML - Overview....................................................................................... 17
Basic HTML Document .......................................................................... 17
HTML Tags ............................................................................................ 18
HTML Document Structure .................................................................... 19
The Declaration ................................................................ 19
HTML Basic Tags ...................................................................................... 20
Heading Tags ......................................................................................... 20
Example ............................................................................................. 20
Paragraph Tag ....................................................................................... 21
Example ............................................................................................. 21
Line Break Tag ....................................................................................... 21
Example ............................................................................................. 22
Centering Content.................................................................................. 22
Example ............................................................................................. 22
Horizontal Lines ..................................................................................... 23
Example ............................................................................................. 23
Preserve Formatting ............................................................................... 23
Example ............................................................................................. 24
Nonbreaking Spaces .............................................................................. 24
Example ............................................................................................. 24
HTML Elements ........................................................................................ 25
HTML Tag vs. Element ........................................................................... 25
Nested HTML Elements .......................................................................... 26
Example ............................................................................................. 26
5

HTML Tutorial
HTML Attributes ....................................................................................... 27
Example ............................................................................................. 27
Core Attributes ...................................................................................... 28
The id Attribute .................................................................................. 28
Example ............................................................................................. 28
The title Attribute ............................................................................... 28
Example ............................................................................................. 28
The class Attribute .............................................................................. 29
The style Attribute .............................................................................. 29
Internationalization Attributes ............................................................... 30
The dir Attribute ................................................................................. 30
Example ............................................................................................. 30
The lang Attribute ............................................................................... 31
Example ............................................................................................. 31
The xml:lang Attribute ........................................................................ 31
Generic Attributes.................................................................................. 31
HTML Formatting ...................................................................................... 33
Bold Text ............................................................................................... 33
Example ............................................................................................. 33
Italic Text............................................................................................... 33
Example ............................................................................................. 33
Underlined Text ..................................................................................... 34
Example ............................................................................................. 34
Strike Text ............................................................................................. 34
Example ............................................................................................. 34
Monospaced Font ................................................................................... 35
Example ............................................................................................. 35
Superscript Text .................................................................................... 35
Example ............................................................................................. 35
Subscript Text ....................................................................................... 36
Example ............................................................................................. 36
Inserted Text .......................................................................................... 36
Example ............................................................................................. 36
6

HTML Tutorial
Deleted Text ........................................................................................... 36
Example ............................................................................................. 37
Larger Text ............................................................................................ 37
Example ............................................................................................. 37
Smaller Text .......................................................................................... 37
Example ............................................................................................. 37
Grouping Content .................................................................................. 38
Example ............................................................................................. 38
Example ............................................................................................. 39
HTML Phrase Tags .................................................................................... 40
Emphasized Text.................................................................................... 40
Example ............................................................................................. 40
Marked Text........................................................................................... 40
Example ............................................................................................. 40
Strong Text ............................................................................................ 41
Example ............................................................................................. 41
Text Abbreviation ................................................................................... 41
Example ............................................................................................. 41
Acronym Element .................................................................................. 42
Example ............................................................................................. 42
Text Direction ........................................................................................ 42
Example ............................................................................................. 42
Special Terms ........................................................................................ 43
Example ............................................................................................. 43
Quoting Text .......................................................................................... 43
Example ............................................................................................. 43
Short Quotations ................................................................................... 44
Example ............................................................................................. 44
Text Citations ........................................................................................ 44
Example ............................................................................................. 44
Computer Code ...................................................................................... 45
Example ............................................................................................. 45
Keyboard Text ........................................................................................ 45
7

HTML Tutorial
Example ............................................................................................. 45
Programming Variables .......................................................................... 46
Example ............................................................................................. 46
Program Output ..................................................................................... 46
Example ............................................................................................. 46
Address Text .......................................................................................... 47
Example ............................................................................................. 47
HTML Meta Tags ....................................................................................... 48
Adding Meta Tags to Your Documents .................................................... 48
Specifying Keywords .............................................................................. 49
Example ............................................................................................. 49
Document Description ........................................................................... 49
Example ............................................................................................. 49
Document Revision Date ........................................................................ 50
Example ............................................................................................. 50
Document Refreshing............................................................................. 50
Example ............................................................................................. 50
Page Redirection .................................................................................... 50
Example ............................................................................................. 51
Setting Cookies ...................................................................................... 51
Example ............................................................................................. 51
Setting Author Name.............................................................................. 52
Example ............................................................................................. 52
Specify Character Set ............................................................................. 52
Example ............................................................................................. 52
HTML Comments ...................................................................................... 54
Example ............................................................................................. 54
Valid vs Invalid Comments ..................................................................... 54
Example ............................................................................................. 54
Multiline Comments............................................................................... 55
Example ............................................................................................. 55
Conditional Comments........................................................................... 56
Example ............................................................................................. 56
8

HTML Tutorial
Using Comment Tag ............................................................................... 56
Example ............................................................................................. 56
Commenting Script Code ....................................................................... 57
Example ............................................................................................. 57
Commenting Style Sheets ...................................................................... 57
Example ............................................................................................. 57
HTML Images ............................................................................................ 59
Insert Image........................................................................................... 59

9

HTML Tutorial
Example ............................................................................................. 69
Nested Tables ........................................................................................ 70
Example ............................................................................................. 70
HTML Lists ............................................................................................... 71
HTML Unordered Lists ........................................................................... 71
Example ............................................................................................. 71
The type Attribute .................................................................................. 72
Example ............................................................................................. 72
Example ............................................................................................. 72
Example ............................................................................................. 73
HTML Ordered Lists ............................................................................... 73
Example ............................................................................................. 74
The type Attribute .................................................................................. 74
Example ............................................................................................. 74
Example ............................................................................................. 75
Example ............................................................................................. 75
Example ............................................................................................. 76
Example ............................................................................................. 76
The start Attribute ................................................................................. 77
Example ............................................................................................. 77
HTML Definition Lists ............................................................................ 78
Example ............................................................................................. 78
HTML Text Links ....................................................................................... 79
Linking Documents ................................................................................ 79
Example ............................................................................................. 79
The target Attribute ............................................................................... 80
Example ............................................................................................. 80
Use of Base Path .................................................................................... 81
Example ............................................................................................. 81
Linking to a Page Section ....................................................................... 81
Setting Link Colors ................................................................................ 82
Example ............................................................................................. 82
Download Links ..................................................................................... 82
10

HTML Tutorial
File Download Dialog Box....................................................................... 83
HTML Image Links .................................................................................... 84
Example ............................................................................................. 84
Mouse-Sensitive Images ......................................................................... 84
Server-Side Image Maps ......................................................................... 85
Client-Side Image Maps ......................................................................... 86
Coordinate System ................................................................................. 87
HTML Email Links .................................................................................... 88
HTML Email Tag .................................................................................... 88
Default Settings ..................................................................................... 89
HTML Frames ........................................................................................... 90
Disadvantages of Frames ....................................................................... 90
Creating Frames .................................................................................... 90
Example ............................................................................................. 90
Example ............................................................................................. 91
The Tag Attributes ............................................................... 92
The Tag Attributes .................................................................... 93
Browser Support for Frames .................................................................. 94
Frame's name and target attributes ....................................................... 95
HTML IFrames .......................................................................................... 97
Example ............................................................................................. 97
The Tag Attributes ................................................................... 98
HTML Blocks .......................................................................................... 100
Block Elements .................................................................................... 100
Inline Elements .................................................................................... 100
Grouping HTML Elements .................................................................... 100
The tag ....................................................................................... 100
Example ........................................................................................... 100
The tag .................................................................................... 101
Example ........................................................................................... 102
HTML Backgrounds ................................................................................ 103
Html Background with Colors .............................................................. 103
Example ........................................................................................... 103
11

HTML Tutorial
Html Background with Images ............................................................. 104
Example ........................................................................................... 104
Patterned & Transparent Backgrounds ................................................ 105
Example ........................................................................................... 105
HTML Colors ........................................................................................... 107
HTML Color Coding Methods................................................................ 107
HTML Colors - Color Names ................................................................. 107
W3C Standard 16 Colors .................................................................. 107
Example ........................................................................................... 108
HTML Colors - Hex Codes ................................................................. 108
Example ........................................................................................... 109
HTML Colors - RGB Values .................................................................. 109
Example ........................................................................................... 110
Browser Safe Colors ............................................................................. 111
HTML Fonts ............................................................................................ 114
Set Font Size ........................................................................................ 114
Example ........................................................................................... 114
Relative Font Size................................................................................. 115
Example ........................................................................................... 115
Setting Font Face ................................................................................. 116
Example ........................................................................................... 116
Specify alternate font faces .................................................................. 116
Setting Font Color ................................................................................ 117
Example ........................................................................................... 117
The Element: ...................................................................... 117
Example ........................................................................................... 117
HTML Forms ........................................................................................... 119
Form Attributes ................................................................................... 119
HTML Form Controls ........................................................................... 120
Text Input Controls .............................................................................. 120
Single-line text input controls .............................................................. 121
Example ........................................................................................... 121
Attributes ......................................................................................... 121
12

HTML Tutorial
Password input controls....................................................................... 122
Example ........................................................................................... 122
Attributes ......................................................................................... 122
Multiple-Line Text Input Controls ........................................................ 123

13

HTML Tutorial
HTML Marquees ...................................................................................... 136
Syntax ................................................................................................. 136
The Tag Attributes ............................................................. 136
Example – 1 ...................................................................................... 137
Example – 2 ...................................................................................... 138
Example – 3 ...................................................................................... 138
Example – 4 ...................................................................................... 138
HTML Header .......................................................................................... 140
The HTML Tag ........................................................................... 140
The HTML Tag ......................................................................... 141
The HTML Tag .......................................................................... 141
The HTML Tag ........................................................................... 142
The HTML Tag.......................................................................... 143
The HTML Tag ........................................................................ 143
HTML Stylesheet ..................................................................................... 145
Example ........................................................................................... 145
External Style Sheet............................................................................. 146
Example ........................................................................................... 146
Internal Style Sheet ............................................................................. 147
Example ........................................................................................... 147
Inline Style Sheet ................................................................................. 148
Example ........................................................................................... 148
HTML Javascript ..................................................................................... 149
External Javascript .............................................................................. 149
Example ........................................................................................... 149
Internal Script ..................................................................................... 150
Example ........................................................................................... 150
Event Handlers .................................................................................... 151
Hide Scripts from Older Browsers ........................................................ 152
The Element ....................................................................... 152
Default Scripting Language .................................................................. 153
HTML Layouts......................................................................................... 154
HTML Layout - Using Tables ................................................................ 154
14

HTML Tutorial
Example ........................................................................................... 154
Multiple Columns Layout - Using Tables .............................................. 155
Example ........................................................................................... 155
HTML Layouts - Using DIV, SPAN ........................................................ 156

15

HTML Tutorial
HTML URL Encoding ............................................................................... 227
Example ........................................................................................... 227
ASCII control characters encoding........................................................ 228
Non-ASCII control characters encoding ................................................ 230
Reserved characters encoding .............................................................. 237
Unsafe characters encoding ................................................................. 238
Language ISO Codes ............................................................................... 240
Language Codes: ISO 639, Microsoft .................................................... 240
Language Codes: ISO 639, Macintosh .................................................. 249
HTML Character Encodings .................................................................... 260
HTML Deprecated Tags ........................................................................... 263
HTML Deprecated Attributes ................................................................ 264

16

HTML Tutorial

1

CHAPTER

HTML - Overview

HTML stands for Hypertext Markup Language, and it is the most widely used language to write Web Pages.




Hypertext refers to the way in which Web pages (HTML documents) are linked together. Thus the link available on a webpage are called
Hypertext.
As its name suggests, HTML is a Markup Language which means you use HTML to simply "mark up" a text document with tags that tell a
Web browser how to structure it to display.

Originally, HTML was developed with the intent of defining the structure of documents like headings, paragraphs, lists, and so forth to facilitate the sharing of scientific information between researchers.
Now, HTML is being widely used to format web pages with the help of different tags available in HTML.

Basic HTML Document
In its simplest form, following is an example of an HTML document:

This is document title

This is a heading
Document content goes here.....

Let's save it in an HTML file test.htm using your favorite text editor. Finally open it using a web browser like Internet Explorer or Google Chrome, or
Firefox etc. It must show the following output:

17

HTML Tutorial

HTML Tags
As told earlier, HTML is a markup language and makes use of various tags to format the content. These tags are enclosed within angle braces .
Except few tags, most of the tags have their corresponding closing tags. For example has its closing tag and tag has its closing tag tag etc.
Above example of HTML document uses following tags:
Tag

Description

This tag defines the document type and HTML version.

This tag encloses the complete HTML document and mainly comprises of document header which is represented by
... and document body which is represented by ... tags.

This tag represents the document's header which can keep other HTML tags like , etc.

The tag is used inside the tag to mention the document title.

This tag represents the document's body which keeps other
HTML tags like , , etc.

18

HTML Tutorial

This tag represents the heading.

This tag represents a paragraph.

To learn HTML, you will need to study various tags and understand how they behave while formatting a textual document. Learning HTML is simple as users have to learn the usage of different tags in order to format the text or images to make a beautiful webpage.
World Wide Web Consortium (W3C) recommends to use lowercase tags starting from HTML 4.

HTML Document Structure
A typical HTML document will have following structure:
Document declaration tag

Document header related tags

Document body related tags

We will study all the header and body tags in subsequent chapters, for now let's see what is document declaration tag.

The Declaration
The declaration tag is used by the web browser to understand the version of the HTML used in the document. Current version of HTML is 5 and it makes use of the following declaration:

There are many other declaration types which can be used in HTML document depending on what version of HTML is being used. We will see more details on this while discussing tag along with other HTML tags.

19

HTML Tutorial

2

CHAPTER

HTML Basic Tags
Heading Tags

Any document starts with a heading. You can use different sizes for your headings. HTML also have six levels of headings, which use the elements
, , , , , and . While displaying any heading, browser adds one line before and one line after that heading.
Example

Heading Example

This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6

This will produce following result:

20

HTML Tutorial

Paragraph Tag
The tag offers a way to structure your text into different paragraphs. Each paragraph of text should go in between an opening and a closing tag as shown below in the example:
Example

Paragraph Example

Here is a first paragraph of text.
Here is a second paragraph of text.
Here is a third paragraph of text.

This will produce following result:

Line Break Tag
Whenever you use the element, anything following it starts from the next line. This tag is an example of an empty element, where you do not need opening and closing tags, as there is nothing to go in between them.
21

HTML Tutorial
The tag has a space between the characters br and the forward slash.
If you omit this space, older browsers will have trouble rendering the line break, while if you miss the forward slash character and just use it is not valid in XHTML.
Example

Line Break Example

Hello
You delivered your assignment on time.
Thanks
Mahnaz

This will produce following result:

Centering Content
You can use tag to put any content in the center of the page or any table cell.
Example

Centring Content Example

This text is not in the center.

This text is in the center.

This will produce following result:

22

HTML Tutorial

Horizontal Lines
Horizontal lines are used to visually break up sections of a document. The tag creates a line from the current position in the document to the right margin and breaks the line accordingly.
For example, you may want to give a line between two paragraphs as in the given example below:
Example

Horizontal Line Example

This is paragraph one and should be on top

This is paragraph two and should be at bottom

This will produce following result:

Again tag is an example of the empty element, where you do not need opening and closing tags, as there is nothing to go in between them.
The element has a space between the characters hr and the forward slash. If you omit this space, older browsers will have trouble rendering the horizontal line, while if you miss the forward slash character and just use it is not valid in XHTML.

Preserve Formatting
Sometimes you want your text to follow the exact format of how it is written in the HTML document. In those cases, you can use the preformatted tag
.

23

HTML Tutorial
Any text between the opening tag and the closing tag will preserve the formatting of the source document.
Example

Preserve Formatting Example

function testFunction( strText ){ alert (strText)
}

This will produce following result:

Try using same code without keeping it inside ... tags.

Nonbreaking Spaces
Suppose you want to use the phrase "12 Angry Men." Here you would not want a browser to split the "12, Angry" and "Men" across two lines:
An example of this technique appears in the movie "12 Angry Men."

In cases where you do not want the client browser to break text, you should use a nonbreaking space entity   instead of a normal space. For example, when coding the "12 Angry Men" in a paragraph, you should use something similar to the following code:
Example

Nonbreaking Spaces Example

An example of this technique appears in the movie "12 Angry Men."

24

HTML Tutorial

3

CHAPTER

HTML Elements

An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag, where the element name is preceded by a forward slash as shown below with few tags:
Start Tag

Content

End Tag

This is paragraph content.

This is heading content.

This is division content.

So here .... is an HTML element, ... is another HTML element. There are some HTML elements which don't need to be closed, such as , and elements. These are known as void elements.
HTML documents consist of a tree of these elements and they specify how
HTML documents should be built, and what kind of content should be placed in what part of an HTML document.

HTML Tag vs. Element
An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag.
For example is starting tag of a paragraph and is closing tag of the same paragraph but This is paragraph is a paragraph element.
25

HTML Tutorial

Nested HTML Elements
It is very much allowed to keep one HTML element inside another HTML element: Example

Nested Elements Example

This is italic heading
This is underlined paragraph

This will display following result:

26

HTML Tutorial

4

CHAPTER

HTML Attributes

We have seen few HTML tags and their usage like heading tags , paragraph tag and other tags. We used them so far in their simplest form, but most of the HTML tags can also have attributes, which are extra bits of information. An attribute is used to define the characteristics of an HTML element and is placed inside the element's opening tag. All attributes are made up of two parts: a name and a value:




The name is the property you want to set. For example, the paragraph element in the example carries an attribute whose name is align, which you can use to indicate the alignment of paragraph on the page.
The value is what you want the value of the property to be set and always put within quotations. The below example shows three possible values of align attribute: left, center and right.

Attribute names and attribute values are case-insensitive. However, the World
Wide Web Consortium (W3C) recommends lowercase attributes/attribute values in their HTML 4 recommendation.
Example

Align Attribute Example

This is left aligned
This is center aligned
This is right aligned

This will display following result:

27

HTML Tutorial

Core Attributes
The four core attributes that can be used on the majority of HTML elements
(although not all) are:





id title class style The id Attribute
The id attribute of an HTML tag can be used to uniquely identify any element within an HTML page. There are two primary reasons that you might want to use an id attribute on an element:



If an element carries an id attribute as a unique identifier it is possible to identify just that element and its content.
If you have two elements of the same name within a Web page (or style sheet), you can use the id attribute to distinguish between elements that have the same name.

We will discuss style sheet in separate tutorial. For now, let's use the id attribute to distinguish between two paragraph elements as shown below.
Example

This para explains what is HTML
This para explains what is Cascading Style Sheet

The title Attribute
The title attribute gives a suggested title for the element. The syntax for the title attribute is similar as explained for id attribute:
The behavior of this attribute will depend upon the element that carries it, although it is often displayed as a tooltip when cursor comes over the element or while the element is loading.
Example

The title Attribute Example

28

HTML Tutorial

Titled Heading Tag Example

This will produce following result:

Now try to bring your cursor over "Titled Heading Tag Example" and you will see that whatever title you used in your code is coming out as a tooltip of the cursor. The class Attribute
The class attribute is used to associate an element with a style sheet, and specifies the class of element. You will learn more about the use of the class attribute when you will learn Cascading Style Sheet (CSS). So for now you can avoid it.
The value of the attribute may also be a space-separated list of class names.
For example:

class="className1 className2 className3"

The style Attribute
The style attribute allows you to specify Cascading Style Sheet (CSS) rules within the element.

The style Attribute

Some text...

This will produce following result:

29

HTML Tutorial
At this point of time, we are not learning CSS, so just let's proceed without bothering much about CSS. Here you need to understand HTML attributes and how they can be used while formatting content.

Internationalization Attributes
There are three internationalization attributes, which are available for most
(although not all) XHTML elements. dir lang xml:lang 



The dir Attribute
The dir attribute allows you to indicate to the browser the direction in which the text should flow. The dir attribute can take one of two values, as you can see in the table that follows:
Value

Meaning

ltr

Left to right (the default value)

rtl

Right to left (for languages such as Hebrew or Arabic that are read right to left)

Example

Display Directions

This is how IE 5 renders right-to-left directed text.

This will produce following result:

When dir attribute is used within the tag, it determines how text will be presented within the entire document. When used within another tag, it controls the text's direction for just the content of that tag.
30

HTML Tutorial
The lang Attribute
The lang attribute allows you to indicate the main language used in a document, but this attribute was kept in HTML only for backward compatibility with earlier versions of HTML. This attribute has been replaced by the xml:lang attribute in new XHTML documents.
The values of the lang attribute are ISO-639 standard two-character language codes. Example

English Language Page

This page is using English Language

The xml:lang Attribute
The xml:lang attribute is the XHTML replacement for the lang attribute. The value of the xml:lang attribute should be an ISO-639 country code as mentioned in previous section.

Generic Attributes
Here's a table of some other attributes that are readily usable with many of the HTML tags.
Attribute

Options

Function

align

right, left, center

Horizontally aligns tags

valign

top, middle, bottom

Vertically aligns tags within an
HTML element.

bgcolor

numeric, hexadecimal, RGB values Places a background color behind an element

background

URL

Places a background image behind an element

31

HTML Tutorial id User Defined

Names an element for use with
Cascading Style Sheets.

class

User Defined

Classifies an element for use with Cascading Style Sheets.

width

Numeric Value

Specifies the width of tables, images, or table cells.

height

Numeric Value

Specifies the height of tables, images, or table cells.

title

User Defined

"Pop-up" title of the elements.

We will see related examples as we will proceed to study other HTML tags.

32

HTML Tutorial

5

CHAPTER

HTML Formatting

If you use a word processor, you must be familiar with the ability to make text bold, italicized, or underlined; these are just three of the ten options available to indicate how text can appear in HTML and XHTML.

Bold Text
Anything that appears within ... element is displayed in bold as shown below:
Example

Bold Text Example

The following word uses a bold typeface.

This will produce following result:

Italic Text
Anything that appears within ... element is displayed in italicized as shown below:
Example

Italic Text Example

The following word uses a italicized typeface.

33

HTML Tutorial

This will produce following result:

Underlined Text
Anything that appears within ... element is displayed with underline as shown below:
Example

Underlined Text Example

The following word uses a underlined typeface.

This will produce following result:

Strike Text
Anything that appears within ... element is displayed with strikethrough, which is a thin line through the text as shown below:
Example

Strike Text Example

The following word uses a strikethrough typeface.

This will produce following result:

34

HTML Tutorial

Monospaced Font
The content of a … element is written in monospaced font. Most of the fonts are known as variable-width fonts because different letters are of different widths (for example, the letter ‘m’ is wider than the letter ‘i'). In a monospaced font, however, each letter has the same width.
Example

Monospaced Font Example

The following word uses a monospaced typeface.

This will produce following result:

Superscript Text
The content of a … element is written in superscript; the font size used is the same size as the characters surrounding it but is displayed half a character's height above the other characters.
Example

Superscript Text Example

The following word uses a superscript typeface.

This will produce following result:

35

HTML Tutorial

Subscript Text
The content of a … element is written in subscript; the font size used is the same as the characters surrounding it, but is displayed half a character's height beneath the other characters.
Example

Subscript Text Example

The following word uses a subscript typeface.

This will produce following result:

Inserted Text
Anything that appears with-in ... element is displayed as inserted text. Example

Inserted Text Example

I want to drink cola wine

This will produce following result:

Deleted Text
Anything that appears within ... element is displayed as deleted text. 36

HTML Tutorial
Example

Deleted Text Example

I want to drink cola wine

This will produce following result:

Larger Text
The content of the … element is displayed one font size larger than the rest of the text surrounding it as shown below:
Example

Larger Text Example

The following word uses a big typeface.

This will produce following result:

Smaller Text
The content of the … element is displayed one font size smaller than the rest of the text surrounding it as shown below:
Example

Smaller Text Example

37

HTML Tutorial

The following word uses a small typeface.

This will produce following result:

Grouping Content
The and elements allow you to group together several elements to create sections or subsections of a page.
For example, you might want to put all of the footnotes on a page within a element to indicate that all of the elements within that element relate to the footnotes. You might then attach a style to this element so that they appear using a special set of style rules.
Example

Div Tag Example

HOME |
CONTACT |
ABOUT

Content Articles
Actual content goes here.....

This will produce following result:

38

HTML Tutorial
The element, on the other hand, can be used to group inline elements only. So, if you have a part of a sentence or paragraph which you want to group together, you could use the element as follows
Example

Span Tag Example

This is the example of span tag and the div tag along with CSS

This will produce following result:

These tags are commonly used with CSS to allow you to attach a style to a section of a page.

39

HTML Tutorial

6

CHAPTER

HTML Phrase Tags

The phrase tags have been designed for specific purposes, though they are displayed in a similar way as other basic tags like , , , and , you have seen in previous chapter. This chapter will take you through all the important phrase tags, so let's start seeing them one by one.

Emphasized Text
Anything that appears within ... element is displayed as emphasized text.
Example

Emphasized Text Example

The following word uses a emphasized typeface.

This will produce following result:

Marked Text
Anything that appears within ... element, is marked with yellow ink.
Example

Marked Text Example

40

HTML Tutorial

The following word has been marked with yellow

This will produce following result:

Strong Text
Anything that appears within ... element is displayed as important text.
Example

Strong Text Example

The following word uses a strong typeface.

This will produce following result:

Text Abbreviation
You can abbreviate a text by putting it inside opening and closing tags. If present, the title attribute must contain this full description and nothing else.
Example

Text Abbreviation

My best friend's name is Abhy.

41

HTML Tutorial
This will produce following result:

Acronym Element
The element allows you to indicate that the text between and tags is an acronym.
At present, the major browsers do not change the appearance of the content of the element.
Example

Acronym Example

This chapter covers marking up text in XHTML.

This will produce following result:

Text Direction
The … element stands for Bi-Directional Override and it is used to override the current text direction.
Example

Text Direction Example

This text will go left to right.
This text will go right to left.

This will produce following result:

42

HTML Tutorial

Special Terms
The ….element (or HTML Definition Element) allows you to specify that you are introducing a special term. Its usage is similar to italic words in the midst of a paragraph.
Typically, you would use the element the first time you introduce a key term. Most recent browsers render the content of a element in an italic font. Example

Special Terms Example

The following word is a special term.

This will produce following result:

Quoting Text
When you want to quote a passage from another source, you should put it in between ... tags.
Text inside a element is usually indented from the left and right edges of the surrounding text, and sometimes uses an italicized font.
Example

Blockquote Example

The following description of XHTML is taken from the W3C Web site:
XHTML 1.0 is the W3C's first Recommendation for XHTML, following on from earlie r work on HTML 4.01, HTML 4.0, HTML 3.2 and HTML 2.0.

43

HTML Tutorial

This will produce following result:

Short Quotations
The … element is used when you want to add a double quote within a sentence.
Example

Double Quote Example

Amit is in Spain, I think I am wrong.

This will produce following result:

Text Citations
If you are quoting a text, you can indicate the source placing it between an opening tag and closing tag.
As you would expect in a print publication, the content of the element is rendered in italicized text by default.
Example

44

HTML Tutorial

Citations Example

This HTML tutorial is derived from W3 Standard for HTML.

This will produce following result:

Computer Code
Any programming code to appear on a Web page should be placed inside
... tags. Usually the content of the element is presented in a monospaced font, just like the code in most programming books. Example

Computer Code Example

Regular text. This is code. Regular text.

This will produce following result:

Keyboard Text
When you are talking about computers, if you want to tell a reader to enter some text, you can use the … element to indicate what should be typed in, as in this example.
Example

Keyboard Text Example

Regular text. This is inside kbd element Regular text.

45

HTML Tutorial

This will produce following result:

Programming Variables
This element is usually used in conjunction with the and elements to indicate that the content of that element is a variable.
Example

Variable Text Example

document.write("user-name")

This will produce following result:

Program Output
The … element indicates sample output from a program, and script etc. Again, it is mainly used when documenting programming or coding concepts. Example

Program Output Example

Result produced by the program is Hello World!

This will produce following result:
46

HTML Tutorial

Address Text
The … element is used to contain any address.
Example

Address Example

388A, Road No 22, Jubilee Hills

Hyderabad

This will produce following result:

47

HTML Tutorial

7

CHAPTER

HTML Meta Tags

HTML lets you specify metadata - additional important information about a document in a variety of ways. The META elements can be used to include name/value pairs describing properties of the HTML document, such as author, expiry date, a list of keywords, document author etc.
The tag is used to provide such additional information. This tag is an empty element and so does not have a closing tag but it carries information within its attributes.
You can include one or more meta tags in your document based on what information you want to keep in your document but in general, meta tags do not impact physical appearance of the document so from appearance point of view, it does not matter if you include them or not.

Adding Meta Tags to Your Documents
You can add metadata to your web pages by placing tags inside the header of the document which is represented by and tags.
A meta tag can have following attributes in addition to core attributes:
Attribute

Description

Name

Name for the property. Can be anything. Examples include, keywords, description, author, revised, generator etc.

content

Specifies the property's value.

scheme

Specifies a scheme to interpret the property's value (as declared in the content attribute).

48

HTML Tutorial httpequiv Used for http response message headers. For example httpequiv can be used to refresh the page or to set a cookie. Values include content-type, expires, refresh and set-cookie.

Specifying Keywords
You can use tag to specify important keywords related to the document and later these keywords are used by the search engines while indexing your webpage for searching purpose.
Example
Following is an example where we are adding HTML, Meta Tags, Metadata as important keywords about the document.

Meta Tags Example

Hello HTML5!

This will produce following result:

Document Description
You can use tag to give a short description about the document. This again can be used by various search engines while indexing your webpage for searching purpose.
Example

Meta Tags Example

Hello HTML5!

49

HTML Tutorial

Document Revision Date
You can use tag to give information about when last time the document was updated. This information can be used by various web browsers while refreshing your webpage.
Example

Meta Tags Example

Hello HTML5!

Document Refreshing
A tag can be used to specify a duration after which your web page will keep refreshing automatically.
Example
If you want your page keep refreshing after every 5 seconds then use the following syntax.

Meta Tags Example

Hello HTML5!

Page Redirection
You can use tag to redirect your page to any other webpage. You can also specify a duration if you want to redirect the page after a certain number of seconds.

50

HTML Tutorial
Example
Following is an example of redirecting current page to another page after 5 seconds. If you want to redirect page immediately then do not specify content attribute. Meta Tags Example

Similar Documents

Free Essay

Test Taking

...you feel about tests in general? I don’t like taking test because I always get of feeling of nervousness. My stomach gets all tied up in knots. The problem with taking test is a feeling of not remembering. It gets uncomfortable every time I have to take a test whether I study or not. 2. What are your first memories of being in a testing situation? What were your feeling, and why? My first memory of being in a testing situation is in high school. It was finals and I needed to pass this one course to graduate. It was a course that I detested, and I was horrible at it. This course was Trigonometry. I am not good in math period, but this course was a requirement. I felt that I was going to fail the course, and it was going to be a setback. It was a depressing feeling. 3. What make a test “good” and “bad” from your perspective? What make a test good is knowing what kind of test it, what is covered and how much a percentage is geared toward that test. How do I know that the test is good is when the instructor lets you know what is going to be on the test. A test is good when much preparation and work goes into it. The format or the structure of the test also make it good. When I think of a bad test, it mean no preparation, no work or study when into taking the test. A bad test is a test that is not put together well. The organization is not good and the test is very confusing. It can be a bad test when the person taking the test is ill-prepared...

Words: 528 - Pages: 3

Premium Essay

Test

...For • Practicality-This is probably by far, the biggest argument in favor of standardized tests. Aspects include: o Standardized tests are less time-consuming than more complicated assessments that need personal time with every student. o Standardized tests are easier to administer. There are explicit directions given and each student is given the same directions in the same way. o They are easier to grade, machines do it for us. o Very easy to use a computer to track progress and levels of achievement for different groups of students in different subjects. (Holloway) • Objectivity-It is very easy for a test to be objective, it doesn't have emotion or moods or biases. When giving more personal assessments, it is very possible that the teacher or person assessing the student can let their emotions or biases affect how they score that student. • Instigator of change-Standardized tests can be a powerful tool to change classroom and school practices (Gardner). We can use testing to tell us whether we have a problem (Gerstner). When we identify a problem in a classroom, school, or district we can then take active steps in correcting that problem. In addition, achievement data from tests provide teachers with valuable information to improve classroom and student learning (Gardner) • Accountability-Setting high expectations for students and holding them accountable for the same standards, leads to achievement gains. High-stakes testing forces students to take education...

Words: 1000 - Pages: 4

Free Essay

Test

...Quantitative research methods in educational planning Series editor: Kenneth N.Ross Module John Izard 6 Overview of test construction UNESCO International Institute for Educational Planning Quantitative research methods in educational planning These modules were prepared by IIEP staff and consultants to be used in training workshops presented for the National Research Coordinators who are responsible for the educational policy research programme conducted by the Southern and Eastern Africa Consortium for Monitoring Educational Quality (SACMEQ). The publication is available from the following two Internet Websites: http://www.sacmeq.org and http://www.unesco.org/iiep. International Institute for Educational Planning/UNESCO 7-9 rue Eugène-Delacroix, 75116 Paris, France Tel: (33 1) 45 03 77 00 Fax: (33 1 ) 40 72 83 66 e-mail: information@iiep.unesco.org IIEP web site: http://www.unesco.org/iiep September 2005 © UNESCO The designations employed and the presentation of material throughout the publication do not imply the expression of any opinion whatsoever on the part of UNESCO concerning the legal status of any country, territory, city or area or of its authorities, or concerning its frontiers or boundaries. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means: electronic, magnetic tape, mechanical, photocopying, recording or otherwise, without permission ...

Words: 13966 - Pages: 56

Free Essay

Test

...Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category test User Category...

Words: 588 - Pages: 3

Free Essay

Test

...Test Automation Criteria Benefit * How often do you believe the test should be run? * How many minutes are required for one tester to execute the test manually? * Will human intervention still be required to execute the test after automation? * Does the execution of the test require the tester to input a large amount of data (e.g. populating many fields or populating the same fields many times) via the gui interface? * Does the test require an inordinate amount of user interface actions (e.g. mouse clicks, validations)? * Will automating the test increase the productivity of the team? * Will automating the test allow us to increase test coverage? * Will automating the test allow us to increase the accuracy (exactness) and precision ( reproducibility or repeatability) of the test? * Is the execution of this test prerequisite to the execution of multiple other tests? Cost * How many hours of data preparation (e.g. querying data, setup within the application, etc.) is required for this test? * Is the test documented in such a way that someone other than the author can execute it, and is it stored in Quality Center? * What is the average number of times the test needs to be updated (e.g to reflect development changes) within a six month span? * Are the manual test steps currently up to date? * Are the systems and environments in which the test is run stable and consistently available? * Are third party systems involved...

Words: 276 - Pages: 2

Free Essay

Standardized Tests

...Standardized Testing Standardized testing has been a key part in education for awhile now, but how effective is it really? Does it truly grasp the students’ individualities to highlight their unique abilities? Of course it does not, how can it? If this is true, however, why are they still vital to earn a high school diploma? Education was once about the students, not about the score. It was about enjoying the time in the classroom, creating a desire to want to know more. Standardized tests have taken this away from classrooms, they have caused many pupils to not enjoy the material they are taught while also taking the individualism, the one on one individual experiences, out of the classrooms. Education is no longer about the individual student. It is about the student body, making everyone the same or “equal”. Education should be fun. It should make the student desire to learn more. Francine Prose discusses this in her essay, I Know Why the Caged Bird Cannot Read. She talks of how each September she is more and more depressed when she receives her sons’ reading lists for the upcoming school year. Not only have the books they are forced to read not the best choices, but the information from the books is forced down the student’s throats. Students are not given the opportunity to read the books and enjoy them. Upon receiving the their assignments, they are also given worksheets and other assignments,outlining the information and key points they are expected understand...

Words: 1053 - Pages: 5

Free Essay

Test

...academic scores and to include the family’s social, culture and educational background. Sandel states that the A 700 score for a student who attended poor public schools in the South Bronx has more meaning than that of a student from an Upper East Side of Manhattan. 2. What is the essence of Richard Dworkin's argument in support of affirmative action university admissions policies? b. Dworkin’s idea of the supporting argument on affirmative action in relations to the universities admission policies is stated that possibly the right at stake should be based according to academic criteria alone. The fact of being good at football, or coming from Idaho, or having volunteered in a soup kitchen. Dworkin views the facts of grades, test scores, and other measures of academic promise land me in the top group of applicants, therefore I should be admitted. One should be considered based on academic merit alone. 3. What does it mean to sever the idea of "moral desert" from our notions of what constitutes justice?  Would this be helpful? c. Severing the idea of “moral desert” signifies that our nation should reject the talents that one has that enable them to compete more successfully than others in not entirely one’s own doing. He also states an equally decisive contingency where the quality of societal values at any given time...

Words: 504 - Pages: 3

Free Essay

Standardized Tests

...Standardized Tests Sections I and II Sammy North DeVry University Standardized Tests Sections I and II Brittany, an honors student in Atlanta, Georgia, had worked hard her entire academic career to celebrate what would be her proudest moment in high school: commencement. She wanted to walk across the stage to the flash of cameras and the smiles of her family just like her classmates, and then journey off to a college in South Carolina where she had already been accepted. So she gathered her proud family members from Chicago and Washington, D.C., to come to share in her joy. Brittany watched as her classmates put on their caps and gowns and walked across the stage to receive their diplomas. But she did not, and instead waited all during the day to get a last-minute waiver signed. She continued to wait through the night, but it never came. She began to realize that if she graduated, it would not be quick or easy. Her problem was that she had not passed one of four subject areas in the state’s graduation test, which students must pass to earn a regular diploma. She is not alone. Thousands of students, such as Brittany, every year do not make it across the stage at graduation due to failing these state tests. And many of them, such as Brittany, were honors students who had fulfilled all the other requirements of graduation except this one (Torres, 2010). Stories such as this one are far too common and should not happen. We have the power to change the status quo, so that...

Words: 2702 - Pages: 11

Premium Essay

Standardized Test

...’ve always thought about attending a school where students don’t have to take tests mandated by the government. I just realized that it is possible. In the article “What Schools Could Use Instead of Standardized Test”, by Anya Kamenetz, it recommends that it might come true in future years. As of right now, attorneys and legislators have been trying to draft a bill that could get rid of the desire for a federal bubble test and dismiss the renewal of the rule that states no child left behind, but switching it with fast state wide evaluations. The debate over the elimination of the federal testing comes in conclusion of the increasing concern of the time amount of these students use to take this test and the increasing number of parents deciding to withdraw their children from these tests. The council of chief state school officers and broad and big school districts were in support of decreasing the number of standardized tests students take. Plenty democratic groups have come out and backed this idea. If Schools do drop the mandated government tests, Kamenetz advice of three different choices measuring national students The first choice that Kamenetz...

Words: 631 - Pages: 3

Free Essay

Test

...P a g e |1 BackTrack 5 guide 4: How to perform stealth actions Karthik R, Contributor You can read the original story here, on SearchSecurity.in. In previous installments of this BackTrack 5 how to tutorial, we have discussed information gathering and vulnerability assessment of the target system; explored network assessment, scanning and gaining access into the target; and, delved into privilege escalation tools. In this installment of the tutorial on BackTrack 5, how to perform stealth actions will be discussed. Why stealth? The objective of penetration testing is to replicate the actions of a malicious attacker. No attacker desires discovery of surreptitious entry into the network, and hence employs stealth techniques to remain unnoticed. The penetration tester needs to adopt the same stealth methods, in order to honestly assess the target network. http://searchsecurity.techtarget.in/tip/BackTrack-5-guide-4-How-to-perform-stealth-actions P a g e |2 Figure 1. The ‘maintaining access’ category in BackTrack 5, with a focus on OS backdoors. This installment of the BackTrack 5 how to tutorial deals with the “Maintaining Access” feature, within which are options for OS backdoors, tunneling and Web backdoors, as shown in Figure 1. OS backdoors > Cymothoa: Cymothoa is a stealth backdooring tool on BackTrack 5 that injects backdoor shell code into an existing process. This tool has been developed by codewizard and crossbower from ElectronicSouls. The general...

Words: 1111 - Pages: 5

Premium Essay

Eco 410 Test Bank

...A++PAPER;http://www.homeworkproviders.com/shop/eco-410-test-bank/ ECO 410 TEST BANK ECO 410 Test Bank, All Possible Questions With Answers ECO 410 Week 2 Quiz 1: Chapters 1 and 2 ECO 410 Week 3 Quiz 2: Chapters 3 and 4 ECO 410 Week 4 Quiz 3: Chapters 5 and 6 ECO 410 Week 5 Quiz 4: Chapters 7 and 8 ECO 410 Week 6 Quiz 5: Chapters 9 and 10 ECO 410 Week 7 Quiz 6: Chapters 11 and 12 ECO 410 Week 8 Quiz 7: Chapters 13 and 14 ECO 410 Week 9 Quiz 8: Chapters 15 and 16 ECO 410 Week 10 Quiz 9: Chapter 17 and 18 ECO 410 Week 11 Quiz 10: Chapter 19 and 20 ECO 410 Quizzes and Exam Week 1 - 11 All Possible Questions With Answers ECO 410 Week 2 Quiz 1: Chapters 1 and 2 ECO 410 Week 3 Quiz 2: Chapters 3 and 4 ECO 410 Week 4 Quiz 3: Chapters 5 and 6 ECO 410 Week 5 Quiz 4: Chapters 7 and 8 ECO 410 Week 6 Quiz 5: Chapters 9 and 10 ECO 410 Week 7 Quiz 6: Chapters 11 and 12 ECO 410 Week 8 Quiz 7: Chapters 13 and 14 ECO 410 Week 9 Quiz 8: Chapters 15 and 16 ECO 410 Week 10 Quiz 9: Chapter 17 and 18 ECO 410 Week 11 Quiz 10: Chapter 19 and 20 ECO 410 Quizzes and Exam Week 1 - 11 All Possible Questions With Answers ECO 410 Week 2 Quiz 1: Chapters 1 and 2 ECO 410 Week 3 Quiz 2: Chapters 3 and 4 ECO 410 Week 4 Quiz 3: Chapters 5 and 6 ECO 410 Week 5 Quiz 4: Chapters 7 and 8 ECO 410 Week 6 Quiz 5: Chapters 9 and 10 ECO 410 Week 7 Quiz 6: Chapters 11 and 12 ECO 410 Week 8 Quiz 7: Chapters 13 and 14 ...

Words: 471 - Pages: 2

Free Essay

Eco 410 Test Bank

...ECO 410 TEST BANK A+ Graded Tutorial Available At: http://hwsoloutions.com/?product=eco-410-test-bank Visit Our website: http://hwsoloutions.com/ Product Description PRODUCT DESCRIPTION ECO 410 Test Bank, All Possible Questions With Answers ECO 410 Week 2 Quiz 1: Chapters 1 and 2 ECO 410 Week 3 Quiz 2: Chapters 3 and 4 ECO 410 Week 4 Quiz 3: Chapters 5 and 6 ECO 410 Week 5 Quiz 4: Chapters 7 and 8 ECO 410 Week 6 Quiz 5: Chapters 9 and 10 ECO 410 Week 7 Quiz 6: Chapters 11 and 12 ECO 410 Week 8 Quiz 7: Chapters 13 and 14 ECO 410 Week 9 Quiz 8: Chapters 15 and 16 ECO 410 Week 10 Quiz 9: Chapter 17 and 18 ECO 410 Week 11 Quiz 10: Chapter 19 and 20 ECO 410 Quizzes and Exam Week 1 – 11 All Possible Questions With Answers ECO 410 Week 2 Quiz 1: Chapters 1 and 2 ECO 410 Week 3 Quiz 2: Chapters 3 and 4 ECO 410 Week 4 Quiz 3: Chapters 5 and 6 ECO 410 Week 5 Quiz 4: Chapters 7 and 8 ECO 410 Week 6 Quiz 5: Chapters 9 and 10 ECO 410 Week 7 Quiz 6: Chapters 11 and 12 ECO 410 Week 8 Quiz 7: Chapters 13 and 14 ECO 410 Week 9 Quiz 8: Chapters 15 and 16 ECO 410 Week 10 Quiz 9: Chapter 17 and 18 ECO 410 Week 11 Quiz 10: Chapter 19 and 20 ECO 410 Quizzes and Exam Week 1 – 11 All Possible Questions With Answers ECO 410 Week 2 Quiz 1: Chapters 1 and 2 ECO 410 Week 3 Quiz 2: Chapters 3 and 4 ECO 410 Week 4 Quiz 3: Chapters 5 and 6 ECO 410 Week 5 Quiz 4: Chapters 7 and 8 ECO 410 Week 6 Quiz 5: Chapters 9 and 10 ECO 410 Week 7 Quiz 6: Chapters 11 and 12 ECO...

Words: 484 - Pages: 2

Premium Essay

Standardized Test Outline

...I. Standardized test give an unfair advantage to some groups, with the contrast only widening throughout the decades. A. The wealthier class are more prepared than the poor class. 1. Since the 1960s, the contrast of standardized test results between those with wealth and those in poverty have widened by 60%. 2. Students in wealthier environments have greater access to methods and classes that help them prepare specifically for standardized tests. B. Whites and Asians have an advantage over Latinos and African Americans. 1. Although the African American and Latino students make up about 70% of the total student body, they are consistent in scoring lower on standardized tests in New York. 2. Schools in Virginia require a smaller percent...

Words: 615 - Pages: 3

Premium Essay

Standardization Test

...these test has become important for teachers since a student may take a least one standardized test per year. And therein lies the problem; relying heavily on standardized test, whether or not these test actually have reliable scores and are worth the extensive focus. Standardized test negatively affect student learning because they focus on certain topics and generate unreliable test scores due to certain factors. These factors include limitation of creativity, narrowing of curriculum, use of outdated methods, repetition, race and gender. In my research I have found significant data supporting my views. But first it is important to understand what standardized tests are. Standardized tests are different from other testing because they have uniform procedure. This means that they have the same time limits, fixed set of questions, and the scoring is also carefully outlined and uniform. Standardized test are usually scored objectively but there can be some questions such as a short answer question or personality questions which can be scored differently. Almost all test can be classified as informal or formal; a test given and create by a teacher is informal, but a standardized test is classified as formal (Mehrens and Lehmannn). There are certain characteristics a test must have to be a standardized test. The first characteristic is that the test must be designed by a specialist. These specialists have been trained in measurement and principles of test development...

Words: 1511 - Pages: 7

Free Essay

Standardized Tests

...Running head: STANDARDIZED TESTS ARE KILLING SOCIETY                  1                Standardized Tests Are Killing Society  Alyssa Masula  Jonathan Alder High School            STANDARDIZED TESTS ARE KILLING SOCIETY                                                            2      ABSTRACT    STANDARDIZED TESTS ARE KILLING SOCIETY     Alyssa Masula          This essay provides an exploration of the harm done to individuals and societies by standardized  testing.  In her studies, the author discovered mixed results, containing both support and rejection  for her original hypothesis. She includes evidence to prove her point true. She provides  information gathered from various sources including published works and studies by Peter  Sacks, Nicholas Lemann, and Jacques Steinberg. As well as these, she has added the support of a  political cartoon and an article from the distinguished newspaper “The Columbus Dispatch”.          STANDARDIZED TESTS ARE KILLING SOCIETY                                                            3  Standardized Tests Are Killing Society  A student sits down at a desk and is given a #2 pencil, a test, and a time limit. Upon him  rests the expectation that his future will will depend on the result of said test.  Overwhelmed by  the idea of failure and a consequential meaningless life, he cannot concentrate and has a panic  attack.  Too much pressure is placed on young people to succeed on tests that are supposed to be  objective, yet in re...

Words: 838 - Pages: 4