confi-emacs-inicial/elpa/ac-html-20151005.731/completion-data/html-tag-short-docs/s

16 lines
564 B
Plaintext

The HTML Strikethrough Element (<s>) renders text with a strikethrough, or a line through it. Use the <s> element to represent things that are no longer relevant or no longer accurate. However, <s> is not appropriate when indicating document edits; for that, use the <del> and <ins> elements, as appropriate.
Content categories:
Phrasing content or flow content.
Permitted content:
Transparent.
Tag omission:
None, both the starting and ending tag are mandatory.
Permitted parent elements:
Any element that accepts phrasing content.
DOM interface:
HTMLElement