Introduction to Html

Introduction to Html 

Many of the student wants to create the webpages . So the first is Html you should learn .
lets start....

The following text are copy from Oxford  book

KEYBOARD
COMPUTER SCIENCE WITH APPLICATION 

What is Html ?

HyperText Markup Language (HTML) is a computer language used to create documents (web pages ) for display on the World Wide Web.
To basic tools are needed to create html doc : and web browser view the them .
1. WYDIWYG (What You See Is What You Get)
2. TEXT EDITORS 

WYDIWYG
     This editors let you know  web pages with out knowing how to write html.They allow you insert image ,tables and Hyperlinks .
Microsoft FrontPage and Dreamweaver are two of the popular html editors .

Text Editors 

You can also create HTML documents with Notepade ,WordPad ,or any other . but in this case you need to be familiar with HTML coding. 

Comments

Popular posts from this blog

A programe to convert binary into decimal using Function.

Function