HTML and CSS Reference
In-Depth Information
Position: Initial;
Position: Relative;
Position: inherit;
The key to positioning things right is to remember the height the width of the objects that
you have already created and gave properties to. Because if you don't it will become diffi-
cult to manage your website and objects may begin to conflict with one another.
Input Types
Input has to be submitted into a form. To create a form we use the opening and closing
form tags,
<form> </form>
Input is used for dynamic webpage items such as videos, usernames, passwords, and but-
tons.
Input text field
For this text input type, it allows a user to input any text they want into a box. Much like
the email login box on your email server.
Search WWH ::




Custom Search