Category: 2. HTML Templates
-
HTML Form Templates
An HTML form is a section of a document containing form elements. Form elements are various types of input elements, such as text fields, checkboxes, radio buttons, submit buttons, labels and so on. The HTML <form> tag is used for declaring a form. This tag comes in pairs. The special elements which are called controls are written…
-
HTML Layout Templates
Here is a collection of HTML templates providing basic website layouts. Each layout includes the following five main sections that are used on any website: header footer navigation menu main content area extra stuff Almost all layouts are created with the CSS float property and negative margins. There are two things you should know about negative margins: if…