Horje

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

Most browsers will display the <dd> element with the following default values
index.html
Example: HTML
<style>
dd { 
  display: block;
  margin-left: 40px;
}
</style>

Output should be:

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




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