-
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".
- The "< em> element provides emphasis to a sentence or piece of text.
Example: < p > I < em > need < em > an all new 2022 Mercedes G-Wagon.</p >
- In the example above shows the emphasis being placed aroung "need". This gives increases the intensity and dynamic of our sentence. It adds emphasis
-
Adding an < address > allows the developer to add contact information for the specified invividual.
Example:<address > <p ><a href="mailto:[email protected]" > [email protected]<a ></p > <p > 123 coder lane, Text.</p >
-
The example above will output contact information at the specified location on the webpage.
(Pg. 51)
- CSS allows the developer beautify thier webpage.