[go: up one dir, main page]

0% found this document useful (0 votes)
186 views3 pages

Objectives: Writing HTML Tutorial by

This document outlines the contents of an HTML tutorial, including 10 chapters that cover topics such as creating HTML documents, inserting images and tables, hyperlinks, special effects, multimedia, and forms. The goal of the tutorial is to provide students with fundamental knowledge of application development for the internet using HTML. Key areas covered include formatting text, importing images, creating internal and external links, and managing forms and user input. Resources for further information on HTML are also provided.

Uploaded by

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

Objectives: Writing HTML Tutorial by

This document outlines the contents of an HTML tutorial, including 10 chapters that cover topics such as creating HTML documents, inserting images and tables, hyperlinks, special effects, multimedia, and forms. The goal of the tutorial is to provide students with fundamental knowledge of application development for the internet using HTML. Key areas covered include formatting text, importing images, creating internal and external links, and managing forms and user input. Resources for further information on HTML are also provided.

Uploaded by

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

OBJECTIVES

This material offers the student the fundamental knowledge of application development for the
internet using HTML
After completing the course, the student should be able to :
Create an HTML Documents, and establish adequate formatting for presentation
purposes
Import, insert and modify images
Insert and manipulate tables
Establish and maintain internal and external link to available resources
Use special effect to make the expressive, evocative documents
Insert and manipulate multi-media objects
Manager forms (Create forms, call programs)

Writing HTML Tutorial by Maricopa Center for Learning and Instruction (MCLI)

http://www.w3schools.com/html/

CONTENT

CHAPTER 1
INTRODUCTION
1.1 The World Wide Web (WWW)
HTML History
1.2 Hypertext and Hypertext Markup Language
1.3 Microsoft Front Page

CHAPTER 2
HTML DOCUMENTS
2.1 Dividing the document into 2 parts.
2.1.1 Headers
2.1.2 Body
2.2Tags:
2.2.1 Format.
2.2.2 Representing 2 types of tag (odd and even)
2.3 Elements of an HTML Document
2.3.1 Text Elements
2.3.2 Tag Elements
2.3.3 Special Character elements

CHAPTER 3
STRUCTURAL ELEMENTS OF HTML DOCUMENTS
3.1 Header tags
3.2 Body tags.
3.2.1 Paragraphs
3.2.2 Titles
3.2.3 Lists
3.2.3.1 Numbered list
3.2.3.2 Non-Numbered lists
3.2.3.3 Definition lists

CHAPTER 4
FORMATTING HTML DOCUMENTS
4.1 Logical styles (source code, text enhancements, variables)
4.2 Physical Styles (Bold, Italic, underlined, crossed)

CHAPTER 5
MANAGING IMAGES IN HTML
5.1 Image format (quality, size, type, )
5.2 Importing images (scanners)
5.3 Tags used to insert images
5.4 Frames

CHAPTER 6
TABLES IN HTML DOCUMENTS
6.1 Tags used in table definition
6.2 Tags used for border thickness
6.3 Tags used for cell spacing
6.4 Tags used for table size
6.5 Dividing table with lines
6.6 Dividing lines with cells
6.7 Cell types
6.7.1 Titles cells
6.7.2 Data cells

CHAPTER 7
HYPERTEXT AND LINK IN HTML DOCUMENTS
7.1 URL/FTP/HTTP
7.2 Types of links.
7.2.1 Internal Links
7.2.2 External Links
7.3 Link Tags
7.4 Links with images and buttons
7.5 Links that send email messages

CHAPTER 8
SPECIAL EFFECTS IN HTML DOCUMENTS
8.1 Text fonts
8.2 Sensitive Images
8.3 Tip tables
8.4 Page background
8.4.1 Variable
8.4.2 Fixed
8.5 Rotating messages ( Marquee)
8.6 Counters

CHAPTER 9
MULTIMEDIA
9.1 Audio files and acceptable formats (AIFF, AU, MIDI, WAVE)
9.1.1 Inserting audio files
9.2 Video files and acceptable formats (MPEG, Quick Time, Video for Windows).
9.2.1 Inserting video files
9.2.2 Screen control attributes (WIDTH, HEIGHT, ALIGN).
9.2.3 Start control sttributes (START, FILEOPEN, LOOP,
LOOPDELAY, MOUSEOVER).

CHAPTER 10
MANAGING FORMS
10.1 Interactive forms
10.2 Creating data entry forms
10.3 Calling CGI scripts for modifying entered data
CGI Primer
Handling Form Output with CGI
CGI Documentation Links
Filling out HTML forms
10.4 Calling programs that use data (Java, C, )
10.5 Creating output documents

BIBLIOGRAPHY
Special Edition Using Intranet HTML / Mark Surfas, Mark Brown and John Juge
Dynamic HTML Web Magic / Jef Douyer Hayden development group
HTML 4 for the World Wide Web / Elizabeth Castro

You might also like