Basic HTML commands
This section covers some basic HTML commands and explains the steps involved in
preparing a document for viewing via the World Wide Web.
Strike-through
Should you want it, there is a strike-through tag which displays text with a
strike.
<strike>This is struck through text</strike>
displays as
This is struck through text