(PCC)::[How-to-make-Emphasized-formatting-using-the-em-element-in-HTML]::[html]
<!DOCTYPE html> <html> <body> <p>This text is normal.</p> <p><em>This text is emphasized.</em></p> </body> </html>
This text is normal.
This text is emphasized.