diff options
Diffstat (limited to 'files/pt-br/web/html/element/ins/index.html')
-rw-r--r-- | files/pt-br/web/html/element/ins/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/element/ins/index.html b/files/pt-br/web/html/element/ins/index.html index 3934fdf09e..2b9e9128e8 100644 --- a/files/pt-br/web/html/element/ins/index.html +++ b/files/pt-br/web/html/element/ins/index.html @@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/ins <dt> {{htmlattrdef("datetime")}}</dt> <dd> - This attribute indicates the time and date of the change and must be a <a class="external" href="http://www.w3.org/TR/2011/WD-html5-20110525/common-microsyntaxes.html#valid-date-string-with-optional-time" title="http://www.w3.org/TR/html5/common-microsyntaxes.html#valid-date-string-with-optional-time">valid date with an optional time string</a>. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.</dd> + This attribute indicates the time and date of the change and must be a <a class="external" href="http://www.w3.org/TR/2011/WD-html5-20110525/common-microsyntaxes.html#valid-date-string-with-optional-time">valid date with an optional time string</a>. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.</dd> </dl> <h2 id="Examples">Examples</h2> <pre class="brush: html"><ins>This text has been inserted</ins></pre> |