Horje

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

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

Output should be:

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




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