201-Your reminder to trust the process!
The “< strong >” element displays the significance of the specified content.
Example: < p >< strong >CAUTION< /strong >< /p >
< p >< strong > CHILDREN < /strong > at play.</p >
In the example above we can see that “< strong>< /strong> is surrounding the points of significance, “CAUTION/CHILDREN”.
### < em > element
Example: < p > I < em > need < em > an all new 2022 Mercedes G-Wagon.</p >
### Adding Address
Adding an < address > allows the developer to add contact information for the specified invividual.
Example:<address >
<p ><a href="mailto:123@abc.com" >
123@abc.com<a ></p >
<p > 123 coder lane, Text.</p >
The example above will output contact information at the specified location on the webpage.
(Pg. 51)
## Knowing CSS - Cascadig Style Sheets