source: www/manuals/html_manual/phrase/ins.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 4.6 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
2 "http://www.w3.org/TR/REC-html40/strict.dtd">
3<html lang=en-us>
4<head>
5<title>INS - Inserted Text</title>
6<link rev=Made href="mailto:liam@htmlhelp.com">
7<link rel=Start href="../index.html">
8<link rel=Glossary href="http://www.htmlhelp.com/glossary/glossary.html">
9<link rel=Copyright href="http://www.htmlhelp.com/copyright.html">
10<link rel=StyleSheet href="../style.css" type="text/css">
11<link rel=StyleSheet href="../aural.css" type="text/css" media=aural>
12<meta name="author" content="Liam Quinn">
13<meta name="description" content="A description of HTML 4.0's INS element for inserted text.">
14<meta name="keywords" content="INS, ins element, insert, inserted, text, add, added, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG, &lt;ins&gt; tag, &lt;INS&gt; tag">
15</head>
16<body>
17<h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
18<h1>INS - Inserted Text</h1>
19<table>
20 <tr valign=top>
21 <th>Syntax</th>
22 <td><strong class=required>&lt;INS&gt;</strong>...<strong class=required>&lt;/INS&gt;</strong></td>
23 </tr>
24 <tr valign=top>
25 <th>Attribute Specifications</th>
26 <td>
27 <ul>
28 <li>CITE=<var><a href="../values.html#uri">URI</a></var> (reason for insertion)</li>
29 <li>DATETIME=<var><a href="../values.html#datetime">Datetime</a></var> (date and time of insertion)</li>
30 <li><a href="../attrs.html">common attributes</a></li>
31 </ul>
32 </td>
33 </tr>
34 <tr valign=top>
35 <th>Contents</th>
36 <td><a href="../inline.html">Inline elements</a>, <a href="../block.html">block-level elements</a></td>
37 </tr>
38 <tr valign=top>
39 <th>Contained in</th>
40 <td><a href="../inline.html">Inline elements</a>, <a href="../block.html">block-level elements</a></td>
41 </tr>
42</table>
43<p>The <strong class=html>INS</strong> element contains content that has been <em>inserted</em>. This element is useful in marking changes from one version of a document to the next. Through <a href="http://www.htmlhelp.com/reference/css/">style sheets</a>, authors can suggest an appropriate rendering, such as rendering the inserted content in italics, a different color, or a different voice.</p>
44<p><strong class=html>INS</strong> may be used as either a <a href="../block.html">block-level element</a> or an <a href="../inline.html">inline element</a>. If used as an inline element (<abbr title="for example"><i lang=la>e.g.</i></abbr>, within a <strong class=html><a href="../block/p.html">P</a></strong>), then <strong class=html>INS</strong> may not contain any block-level elements.</p>
45<p>The optional <strong class=html>CITE</strong> attribute of <strong class=html>INS</strong> gives a <abbr class=initialism title="Uniform Resource Identifier">URI</abbr> with information on why the content was inserted. A brief explanation for the insertion can be given with the <strong class=html>TITLE</strong> attribute, which may be rendered as a "tooltip" by some browsers.</p>
46<p>The optional <strong class=html>DATETIME</strong> attribute specifies the date and time of the insertion. The value is case-sensitive and of the form <strong class=html><var>YYYY</var>-<var>MM</var>-<var>DD</var>T<var>hh</var>:<var>mm</var>:<var>ss</var><var>TZD</var></strong>. See the <a href="../values.html#datetime" title="Datetime Values">values</a> section for a full explanation of this format.</p>
47<p>An example follows:</p>
48<p class=example><code class=html>&lt;P&gt;The CENTER element defines a block whose contents are centered horizontally on visual browsers. <strong>&lt;INS CITE="http://www.w3.org/TR/REC-html40/appendix/changes.html#h-A.1.2" DATETIME="1997-12-19T00:00:00-05:00"&gt;</strong>Note that CENTER is deprecated in HTML 4.0.<strong>&lt;/INS&gt;</strong>&lt;/P&gt;</code></p>
49<h2>More Information</h2>
50<ul>
51 <li><a href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-ins">INS in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTML 4.0 Recommendation</a></li>
52</ul>
53<div class=footer>
54<address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> &lt;<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>&gt;</address>
55<p class=toolbar><a href="http://www.htmlhelp.com/"><img src="../wdglogo-small.gif" width=105 height=40 alt="Web Design Group ~"></a> <a href="../index.html" rel=Start>HTML 4.0 Reference</a> ~ <a href="../olist.html">Elements by Function</a> ~ <a href="../alist.html">Elements Alphabetically</a></p>
56<p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ©</a> 1998 Liam Quinn. All rights reserved.</p>
57</div>
58</body>
59</html>
Note: See TracBrowser for help on using the repository browser.