asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > S Element

<s> Element


Renders text in strike-through type.HTML 4, 4.01, 5

HTML Syntax

NOTE: Both start and end tags are required.

Remarks

The <s> element represents content that are no longer accurate nor relevant.

For example, a recommended retail price has been marked as no longer relevant as the product in question has a new sale price.

The s element is similar in function to the <del> element, which represents a removal from the document.

Attributes

The <s> element has no attribute of its own, but supports global attributes common to all HTML elements.

Example

The following shows how the s element may be used.

<s>This text has a line through it.</s>

which would render on a Web page as

This text has a line through it.

External References

See Also

B   EM   I   STRIKE   STRONG   U



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note