Horje

How to set Default CSS Settings for HTML <form> Tag

Most browsers will display the <form> element with the following default values
index.html
Example: HTML
<style>
form { 
  display: block;
  margin-top: 0em;
}
</style>

Output should be:

How to set Default CSS Settings for HTML <form> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin