aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/html/element/del/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/html/element/del/index.html')
-rw-r--r--files/pt-br/web/html/element/del/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/element/del/index.html b/files/pt-br/web/html/element/del/index.html
index 302c098db3..78131fe50c 100644
--- a/files/pt-br/web/html/element/del/index.html
+++ b/files/pt-br/web/html/element/del/index.html
@@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/del
<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/html5/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/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>
</dl>
<h2 id="Examples">Examples</h2>
<pre class="brush: html">&lt;p&gt;&lt;del&gt;This text has been deleted&lt;/del&gt;&lt;/p&gt;</pre>