Horje

How to set Default CSS Settings on HTML <search> Tag

Most browsers will display the <search> element with the following default values:
index.html
Example: HTML
<style>
search { 
  display: block;
}
</style>

Output should be:

How to set Default CSS Settings on HTML <search> Tag




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