freeCodeCamp's Applied Visual Design, Use the s Tag to Strikethrough Text VIDEO
In this lesson from the Applied Visual Design Section of freeCodeCamp, we look at the "s" tag. The "s" tag allows us to put a line through text when that text may no longer be valid. A good example of this would be a news article. The original might contain a false quote or a typo. Deleting the news article would be improper so we simply strikethrough the text to show that text was invalid. Using the "s" tag is the same as applying the text-decoration style and giving it a value of line-through. Use the "s" tag when you want to update no longer valid text on a page.
Other Videos By We Will Code 2018-09-10 freeCodeCamp's Set the line-height of Paragraphs, Applied Visual Design 2018-09-09 freeCodeCamp's Set the font-size of paragraph Text, Applied Visual Design 2018-09-09 freeCodeCamp's Set the font-weight for Multiple Heading Elements, Applied Visual Design 2018-09-08 freeCodeCamp's Applied Visual Design, Set the font-size for Multiple Heading Elements 2018-09-08 freeCodeCamp's Use the text-transform Property to Make Text Uppercase, Applied Visual Design, 2018-09-07 freeCodeCamp's Applied Visual Design, Decrease the Opacity of an Element 2018-09-07 freeCodeCamp's Applied Visual Design, Add a box-shadow to a Card-like Element 2018-09-07 freeCodeCamp's Applied Visual Design, Adjust the Size of a Header Versus a Paragraph Tag 2018-09-06 freeCodeCamp's Applied Visual Design, Adjust the background-color Property of Text 2018-09-06 freeCodeCamp's Applied Visual Design, Create a Horizontal Line Using the hr Element 2018-09-05 freeCodeCamp's Applied Visual Design, Use the s Tag to Strikethrough Text 2018-09-04 freeCodeCamp's Use the em Tag to Italicize Text 2018-09-04 freeCodeCamp's Use the u Tag to Underline Text 2018-09-01 freeCodeCamp's Applied Visual Design, Use the Strong Tag to Make Text Bold 2018-09-01 freeCodeCamp's Adjust the Height of an Element Using the Height Property 2018-08-31 freeCodeCamp's Adjust the Width of an Element Using the Width Property 2018-08-31 freeCodeCamp's Create Visual Balance Using The Text-align Property, Applied Visual Design 2018-08-30 freeCodeCamp's Intro to the Applied Visual Design Challenges 2018-08-21 freeCodeCamp Basic CSS, Use Hex and RGB to Mix Colors, CSS Variables, & Style Fallbacks 6 2018-08-14 freeCodeCamp Basic CSS,Clockwise Notation for Padding & Margin, CSS Precedence Specificity 5 2018-08-07 freeCodeCamp Basic CSS, Size Images, Setting Id's, Margins, Paddings, & Borders 4
Tags: freeCodeCamp
learn coding
learn to code
CSS
tags
applied visual design
s tag
strikethrough text