-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIns.htm
52 lines (51 loc) · 1.67 KB
/
Ins.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
52
<!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> INS </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 to be Inserted in 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> <INS [CITE="URL"] [DATETIME="DATETIME"]>
<BR>
<SPAN CLASS= INTRO> ....Text to be Inserted.... </SPAN>
<BR>
</INS></SPAN>
<H3> Example </H3>
The Following Text is to be
<BR>
<SPAN CLASS= MAIN> <INS DATETIME="2001-12-29T17:33:43Z">
<BR>
<SPAN CLASS= INTRO> Inserted in </SPAN>
<BR>
</INS></SPAN>
<BR>
this Place.
<H5> Effect </H5>
The Following Text is to be
<INS DATETIME="2001-12-29T17:33:43Z">
Inserted in
</INS>
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>