Monday, March 30, 2015

HTML Lesson 9 : Forms

The form element creates a form for user input. A form can contain textfields, checkboxes, radio-buttons and more. Forms are used to pass user-data to a specified URL.

 Request for HTML Lesson 9

HTML Lesson 8 : Styles Sheet

When a browser read a style sheet, it will format the document according to it.

There are 3 ways of inserting a style sheet:
  • External style sheet
  • Internal style sheet
  • Inline styles
 Request for HTML Lesson 8

HTML Lesson 7 : Frames

With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others.

L Disadvantage of using frame are:
- The web developer must keep track of more HTML documents.
- It is difficult to print entire page.

 Request for HTML Lesson 7