Project Report On HTML
Project Report On HTML
ON
SOFTWARE LAB
ROLL NO.:6459
CLASS:MBA2ND
REPORT Page 1
Introduction:
After going through this, the students will be able to understand the
H-T-M-L are initials that stand for HyperText Markup Language. Let us
move in a linear fashion. HTML does not hold to that pattern and
allows the person viewing the World Wide Web page to go anywhere,
Mark up: is what you will do. You will write in plain English and then
The evolution of HTML involved more than changes to the tags and
attributes. You’ll see that its variety of uses and resulting popularity
have changed the nature of HTML from functional information resource
to a marketing tool. HTML did not evolve as an entity on its own; it
took the efforts of many people to bring the technology to what it is
today.
Physicists at CERN (Centre European pour la Recherche Nucleaire) , a
European particle physics laboratory, needed an easy way to share
information over their network. In 1980, Tim Berners-Lee developed
the initial program that allowed paes to links to one another. A decade
later, development moved into the realm of text-only hypertext
browsers, and the World wide web was born. In 1992, CERN maade the
system and he software available to the rest of the world through the
Internet.
At that time, the Internet was used primarily for academic research
and so the fledgling Web was extended to other academic research
centers and universities throughout the world, including the National
Center for Supercomputing Applications (NCSA) at the University of
Illinois at Urbana-Champaign. The World Wide Web (with a hyphen) was
named in late 1990 by Berners –Lee.
For your first documents, you need only two basic tools: an HTML
editor and a web browser.
An HTML editor is the program you use to create and save your
HTML documents.
A Web Browser is the program you use to view and test your HTML
documents.
6.0 HTML Editors
You will write the HTML document on the word processor, like
Notepad, WordPad etc. When you are finished creating the HTML
document, you'll then open the document in a browser, like Netscape
Navigator. The browser will interpret the HTML commands for you and
display the Web page.
Let's get into the programs you will use to write your HTML document.
Keep this in mind: HTML documents must be text only. When you save
an HTML document, you must save only the text, nothing else.
When you use NotePad, WordPad etc. the file is saved in text-only
format without your doing any additional work.
When you write to the word processor you will need to follow a few
steps:
4. If you have a PC, save your document as ASCII TEXT DOS or just
TEXT. Either one will work.
".html" tells the computer that this file is an HTML document. When we
get into graphics, you'll see a different suffix. All files used on the Web
will follow the format of "name.suffix." Always.
2. Click on it. The following dialog box appears in which you must
type in the HTML filename & then click OK.
The browser will now display the file on the screen.
code"):
1. When you find a page you like, click on VIEW at the top of the
screen.
reads SOURCE.
3. The HTML document will appear on the screen with the HTML
source code.
10.0 Elements of a good Web page design
4.Creating menus
Typical with one color for the header and another for the
links
HTML BASIC TABLES
1.<table>
</table>
2.To add rows to your table use the <tr> and </tr> tags.
<table>
<tr></tr>
</table>
3.you can divide rows into column with<td> and </td> tags
<tr><td>this is row one ,left side </td> <td> this is row one
right side.
</td></tr>
PROGRAMS OF HTML
PROGRAME OF MY HOMEPAGE
INPUT
OUTPUT
PROGRAM TO SHOW THE USE OF FORMATING TAGS
PROGRAM
INPUT
output
PROGRAM OF DISPLAY THE USE OF HEADERS
PROGRAM
INPUT
OUTPUT
This show that h1 is the biggest font in html and ongoing is
smaller and use of headers.
PROGRAM
INPUT
OUTPUT
PROGRAM TO SHOW USE OF UNORDERED LIST
PROGRAM
OUTPUT
PROGRAM TO SHOW THE USE OF TABLE.
PROGRAM
OUTPUT
PROGRAM TO SHOW USE OF ROW SPAN
PR0GRAM
OUTPUT
PROGRAM OF INSERT AN IMAGE INTO A DOCUMENT
PROGRAM
INPUT
OUTPUT
PROGRAM OF MARQUEE
PROGRAM
INPUT
OUTPUT
INPUT
OUTPUT
PROGREM OF MY STREGTH
INPUT
OUTPUT
PROGREM OF CAREER ASPIRATION
INPUT
OUTPUT
PROJECT
ON
JAVASCRIPT
INTRODUCTION ABOUT JAVASCRIPT
PROGRAMS OF JAVASCRIPT
PROGRAM
OUTPUT
2.PROGRAM SHOW TABLE OF ANY NUMBER
PROGRAM
INPUT
OUTPUT
3. PROGRAM TO PRINT PYRAMID SERIES
PROGRAM
OUTPUT
4.PROGRAM TO REVERSE SERIES
PROGRAM
OUTPUT
5.PROGRAM OF Check Answer By Click
PROGRAM
Output
6.PROGRAM OF COLOUR DISPLAY
PROGRAM
OUTPUT
7.PROGRAM SHOW QUIZZ
PROGRAM
OUTPUT
PROGRAM
OUTPUT
PROGRAM
OUTPUT
INPUT
OUTPUT
PROGRAME OF MATCH ROUND
INPUT
OUT PUT
PROGRAME OF CALCULATOR
INPUT
OUTPUT