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, ∼2996🔥, 0💬
Popular Posts:
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
How to make application release build with Visual Studio 2017? If you want to make a final release b...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...