Date last modified: Aug 19, 14:19
An HTML editor is a software program which allow user to create or to edit HTML page. Basically HTML editor may be of two types; text based editor and WYSIWYG editor
Date last modified: May 09, 07:34
Form is an HTML element. A form is used to accept data from the user side. When user enter data and click the submit button the submitted data are sent to the server. Server then validates those data and takes necessary action
Date last modified: Feb 08, 16:31
An HTML document has two basic parts. One known as head contains few important document information, like document title, description, etc. And the other part known as body, contains the text, graphics, etc. are displayed over the browser window