the <strike> html tagWebsites by Mark - 7 Woodrush gardens, Carterton, Oxfordshire. OX18 1JE

the <strike> html tag
the <strike> html tag

The <strike> html tag

Overview

The <strike> HTML tag is mainly used to style text. By default it displays text as with a strikethrough line through it which is ideal for showing corrections or previous amended text. It works equally as well in table based layouts as well as CSS based ones. As with all phrase based HTML tags it can be used in situations where consistancy between browsers is difficalt to acheive in other ways. When text is put between the opening and closing <strike> tag it is displayed as a strikethrough text.

Basic Usage

<strike>Some strikethrough text in here</strike>
Any text between the opening and closing tag will be displayed as strikethrough text.

Advance Usage

It is possible to style and add functionality to the <strike> tag, this is done by adding an attribute to after the strike in the opening <strike> tag
Attributes allowed for the <strike>tag include :-class, dir, id, lang, style and title.
In most cases class and id are used and its basic usage is shown below
<strike id=”header”>Some strikethrough text</strike>
With all attributes there is a space after the initial strike then the attribute name, then an equal’s sign and the identifier of the attribute in double quotes.
Both id and class attributes refer to CSS styling of the element and is either stored in the <head> of the webpage on in an external file.
With id this usually refers to a single instance on a page where as class usually refers to a repeating element on a page, it is for this reason for the <strike> tag may use either the id or class as an atribute.
The attribute style allows you to include css style information for a single <strike> tag.
The dir attribute allows for left reading and right reading text, lang allows you to specify a language for the tag and title allows you to include extra information for a tag.
It is possible to attach scripts to tags, as well adding functionality to a webpage, these scripts tend to be written in Javascript and therefore outside the scope of this document

Examples

<strike>Some strikethrough text</strike> – basic usage example.
<strike id=”header>Some strikethrough text</strike> – strikethrough text which is styled by the id header.
<strike class=”headerclass”> Some strikethrough text </strike> – strikethrough text which is styled by the class headerclass.
<strike id =”header” class=”headerclass”> Some strikethrough text </strike> – strikethrough text which is styled by the class headerclass and the id header.
<strike style="color:#F00">Some strikethrough text</strike> – strikethrough text which has a custom colour of red.
<strike dir="rtl">Some strikethrough text</strike> – strikethrough text where the text reads from right to left.
<strike lang="uk">Some strikethrough text</strike> – strikethrough text where the language has been tagged as UK.
<strike title="ptitle">Some strikethrough text</strike> – strikethrough text where the tag has been titled ptitle.

Final Thoughts

Touching on just the surface of the <strike> HTML tag it is easy to see how versatile it is. To take full advantage of it an understanding of CSS is an advantage.

Website for £99

Offers

 

Categories

 

Our blog

Some random stories from our blog.

The <caption> html tag

Overview The <caption> HTML tag is used to specify a title for a HTML Table. It can only be used once per table and the <caption> tag must appear immediately after the <table> tag. It works equally as well in table based layouts as well as CSS based ones. When text is put between the opening and closing <caption> tag it is displayed as a table caption text. Basic Usage <caption>Some table caption text in here</caption> Any text between the opening and closing tag will be displayed as table caption text. Advance Usage It is possible to style and add functionality to the <caption> tag, this is done by adding an attribute to after the caption in the opening <caption> tag Attributes allowed for the <caption>tag include :-class, dir, id, lang, style and title. In most cases class and id are used and its basic usage is shown below <caption…

The Acid test for Microsoft

Apple iPad, Killer content or content Killer?

The <kbd> html tag

Why not ask for a free quote?

© 2011 Websites by Mark. Do not reproduce any part of with website without permission.
Email : mark@websitesbymark.co.uk - Phone : 07716 447228 / 01993 221500
Postal Address : 7 Woodrush Gardens, Carterton, Oxfordshire. OX18 1JE