MENU
Indications
The phrase tags below can be used to achieve richer effects with CSS.
<em>signifies emphasized tone.
<strong> means important text.
<abbr>contains an abbreviation.
<samp> defines a sample output.
<kbd> defines keyboard input.
<var> defines a variable.
<address> defines a physical address related to the website.
<code> denotes programming code. (tip: Libraries which syntactically color the code of a programming language for you include:
See the coloring of the code?
<time> defines time
....... datetime=datetime
The <time> tag can be used to display a timestamp for your webpages on search engine results.
<data> links a given content with a machine-readable translation. If the content is time-or-date-related, the <time> element must be used
.......value=machine translation