Horje

How to set Default CSS Settings in HTML <style> Tag

Most browsers will display the <style> element with the following default values.

index.html
Example: HTML
<style>
style {
  display: none;
}
</style>





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