Tools, FAQ, Tutorials:
HTML 'em' Tag/Element
What Is an HTML "em" Tag/Element?
✍: FYIcenter.com
An "em" element is an inline element that you can use to
specify text with a normal emphasis.
Here are basic rules about "em" elements:
Here is a good example of "em" and "i" elements:
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>EM and I Elements</title> </head> <body> <p>All <em>programmers</em> are playwrights and all <i>computers</i> are lousy actors.</p> </body> </html>
If you save the above document as em_and_i.html, and view it with
Internet Explorer, you will see that contents in both "em" and "i"
elements are displayed in italic as shown below:
2017-04-28, 1426👍, 0💬
Popular Posts:
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...