Horje

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

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

index.html
Example: HTML
<style>
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
</style>




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