-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDel.htm
51 lines (50 loc) · 1.68 KB
/
Del.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE HTML 4.0 TRANSITIONAL PUBLIC "_//w3c//dtd html 4.0//en">
<HTML>
<HEAD>
<LINK REL=STYLESHEET TYPE="TEXT/CSS" HREF="STYLES.CSS">
<TITLE> HTML Tutorial </TITLE>
</HEAD>
<body class="MIC">
<H1> DEL </H1>
This is to be used in the <SPAN CLASS= INTRO> <A HREF="BODY.HTM" TITLE= "Body-Contains the Formatting Tags. Its contents are displayed on the Browser"> BODY </A> </SPAN> Tag.
It indicates <SPAN CLASS= INTRO> Text Marked for Deletion from the Document </SPAN>.
This is a Container Tag and thus needs be CLosed.
<H4> Attributes </H4>
<OL>
<LI CLASS="HAND"> CITE :
<SPAN CLASS= MAIN> Indicates <SPAN CLASS="INTRO"> Address of Reference for Insertion
</SPAN>. </SPAN>
<LI CLASS="HAND"> DATETIME :
<SPAN CLASS= MAIN> Indicates the <SPAN CLASS="INTRO"> Date and Time in Precisely this
Format : YYYY-MM-DDThh:mm:ss-hu:thTZD </SPAN> Or <SPAN CLASS="INTRO">
YYYY-MM-DDThh:mm:ssZ </SPAN>. hu, th represent Hundredth and Thousandth of a
Second Respectively .</SPAN>
</OL>
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <DEL [CITE="URL"] [DATETIME="DATETIME"]>
<BR>
<SPAN CLASS= INTRO> ....Text Marked for Deletion.... </SPAN>
<BR>
</DEL></SPAN>
<H3> Example </H3>
The Following Text is to be
<BR>
<SPAN CLASS= MAIN> <DEL DATETIME="2001-12-29T17:33:43Z">
<BR>
<SPAN CLASS= INTRO> Deleted from </SPAN>
<BR>
</DEL></SPAN>
<BR>
this Place.
<H5> Effect </H5>
The Following Text is to be
<DEL DATETIME="2001-12-29T17:33:43Z">
Deleted from
</DEL> this Place.
<BR>
<BR>
<A HREF=" INTRO.HTM" TITLE="HTML Tutorial Home-Introduction to HTML"> Home </A>
<BR>
<A HREF=" ABOUT.HTM" TITLE="About HTML Tutorial"> About </A>
</BODY>
</HTML>