OER-UOU-elearning: Unit 3.3 Page-1

From WikiEducator
Jump to: navigation, search
Uou-logo-100px.png
Home  |  About UOU  |  About CEMCA  |  Contact Us    

Unit 3.3 Web application development tools & Technologies


3.3.3 HTML

3.3.3.1 HTML elements

3.3.3.2 HTML document structure

3.3.3.3 HTML attributes

3.3.3.4 HTML text formatting tags

3.3.3.5 Lists

3.3.3.6 Graphics to HTML document

3.3.3.7 Tables

3.3.3.8 HTML hyperlinks

3.3.3.9 Frames


3.3.3 HTML

Internet works on client-server model which consists of two types of computers:- Server & Client. Server is the computer who offers the information to be read and computers that reads the information offered by the server is called client.
The information stored in server is in the form of files, i.e. web pages. The language used to develop web pages is called HTML (Hyper Text Markup Language). This language is interpreted by a browser.

The creation of the content of the web site/pages is done simply on any text editor and after creating HTML file you can view its content in the web browser.

HTML Editors:

HTML document can edit by any simple text editor or professional text editor.

Text editor:

                             Notepad

Professional HTML Editor:

                             Adobe dreamweaver

Creating web page with notepad:                           


1. Open Notepad
2. Type HTML code in Notepad
3. Save file as .html or .htm extension
4. Run(open) the file in your browser

Next
Suggested Reading
  • Reading 01 Title
  • Reading 02 Title
  • Reading 03 Title


 Suggested Videos
  • Video 01 Title
  • Video 02 Title
  • Video 03 Title


Suggested Audio
  • Audio 01 Title
  • Audio 02 Title
  • Audio 03 Title