HTML-тег s определяет текст, который больше не является корректным.
Тегам i, b, u, s, small, sub, sup неловко вписываться в спецификацию HTML5. HTML5 переопределяет их как нечто новое.
Некоторые из переопределений этих тегов представляют собой круглые колышки, продетые через квадратные отверстия, и они, мягко говоря, ненадёжны.
Просто будьте осторожны. Почти в каждой отдельной ситуации strong, or, em будут более уместны.
Не используйте sup просто для того, чтобы сдвинуть вертикальное расположение текста на строке. Лучше используйте свойство CSS text-decoration.
Пример
<p>A blind <u>loin</u> (<i>Panthera leo</i>) asked what the 2 in E=MC<sup>2</sup> and H<sub>2</sub>O meant.</p> <p>She went on to ask if it was supposed to be <b>emphasized</b> in some way.</p> <p>She reached the conclusion that this HTML is, in fact, <s>presentational, rather than</s> meaningful.</p> <p>Disclaimer: <small>Most of this page, on most levels, it mostly nonsense.</small></p>
Страницы в тему:
- HTML-тег: del
- HTML-тег: em
- HTML-тег: strong
- Свойство CSS: text-decoration
Все HTML-теги
a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del dfn div dl dt em embed fieldset figcaption figure footer form h1 — h6 head header hr html i iframe img input ins kbd keygen label legend li link main map mark meta meter nav noscript object ol optgroup option output p param pre progress q rb rp rt rtc ruby s samp script section select small source span strong style sub sup table tbody td template textarea tfoot th thead time title tr track u ul var video wbr
Уроки:
- Текст: время, метка и “Презентация”(Внушительный урок HTML)