Horje

How to edit Default CSS Settings for HTML <article> Tag

index.html
Example: HTML
<style>
article {
  display: block;
  color: blue;
}
</style>

Output should be:

How to edit Default CSS Settings for HTML <article> Tag




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