Tag <em> - </em>
em inline element semantického charakteru, definující zdůrazněný text.
Zobrazení: Tučně a kurzívou, je-li podporováno.
- Možný obsah
- <a> <abbr> <acronym> <br> <cite> <code> <dfn> <em> <img> <input> <kbd> <label> <object> <q> <samp> <select> <span> <strong> <textarea> <var>
- #pcdata
- Rodičovské elementy
- <a> <abbr> <acronym> <address> <b> <big> <caption> <cite> <code> <dd> <dfn> <div> <dt> <em> <fieldset> <h1> <h2> <h3> <h4> <h5> <h6> <i> <kbd> <label> <li> <object> <p> <pre> <q> <samp> <small> <span> <strong> <td> <th> <var>
- Atributy
- class = nmtokens
- id = id
- style = cdata
- title = cdata
- xml:lang = lang
- xmlns = http://www.w3.org/1999/xhtml
Příklady
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tag em</title> </head> <body> <p> <em>zdurazneny text</em><br /> normalni text </p> </body> </html>Jinak
zdurazneny text
normalni text