Testing some inline elements. There are some elements still used like
<b>
for bold and <i>
for italic. They can even be combined like
<b><i><u>
for bold italic underline. The more modern approach of using
<span>
with classes and css is
also supported. A variety of other elements supported like the
<q>
quote element
even <sup>
superscripts and
<sub>
subscripts.
Other types of inline elements include:
<em>
: emphasis<small>
: small<strike>
: <strong>
: strong<dfn>
: definition<code>
: code
<abbr>
: abbreviation<var>
: variable<samp>
: sample<kbd>
: keyboard<mark>
: markBy default, we only take the styling for the majority of these elements that are passed through by the frame work that you are using. These sample pages are using the default styling used by Twitter Bootstrap.