content (CSS2)

Specifies the content to insert before or after the element.

Syntax

string | uri | counter | attr(identifier) | open-quote | close-quote | no-open-quote | no-close-quote | normal | none | inherit

Examples having uses of: 'content'

3 votes
13k views

HTML keyword & description

The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.
0 votes
2k views

HTML Expires

Use the meta tag to make the cache for your web page expire. If you are looking for a way to stop Google from caching your site, the Meta Expires tag will not do this for you. To stop Google to caching your site use following meta tag: <meta http-equiv="cache-control" content="no-cache">
0 votes
1k views

HTML Refresh

Above shows refreshing webgrid's home page every 30 seconds. A quick refresh may be necessary for news, stocks, or any other time-sensitive information.
0 votes
1k views

Complete Web Page Example

The HTML head Element The head element is a container for all the head elements. Elements inside <head> can include scripts, instruct the browser where to find style sheets, provide meta information, and more. The following tags can be added to the head section: <title>, <base>, <link>, <meta>, <script>, and <style>.
1 votes
1k views

HTML Revised

The revised meta tag records when the last update was done to the site.