-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglobalattribs.htm
70 lines (69 loc) · 2.36 KB
/
globalattribs.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!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> GLOBAL ATTRIBUTES </H1>
These Attributes work with <SPAN CLASS= INTRO> Almost all Tags </SPAN>.
<H4> Attributes </H4>
<OL>
<LI CLASS="HAND"> ALIGN :
<SPAN CLASS= MAIN>Indicates the <SPAN CLASS="INTRO"> Alignment of the Value of the Tag</SPAN>.</SPAN>
<OL>
<LI CLASS="DOC">CENTER :
<SPAN CLASS= MAIN>Align Center.</SPAN>
<LI CLASS="DOC">LEFT :
<SPAN CLASS= MAIN>Align Left.</SPAN>
<LI CLASS="DOC">RIGHT :
<SPAN CLASS= MAIN>Align Right.</SPAN>
<BR>
<SPAN CLASS="INTRO">NOTE : Use of ALIGN with many attributes has been depricated in HTML 4.0.</SPAN>
</OL>
<LI CLASS="HAND"> ACCESSKEY :
<SPAN CLASS= MAIN> Assigns a <SPAN CLASS="INTRO">
Keyboard Key to the Tag or its Elements</SPAN>
.It with the ALT Key i.e., ALT+KEY.</SPAN>
<LI CLASS="HAND"> CLASS :
<SPAN CLASS= MAIN> Indicates the <SPAN CLASS="INTRO">
Style Class to be Applied to the Tag</SPAN>
. </SPAN>
<LI CLASS="HAND"> ID :
<SPAN CLASS= MAIN> Assigns a <SPAN CLASS="INTRO">
Unique ID Selector to an Instance of the Tag. When you then assign a
Style to that ID selector, it affects only that instance of the Tag
</SPAN>. </SPAN>
<LI CLASS="HAND"> STYLE :
<SPAN CLASS= MAIN> Specifies the <SPAN CLASS="INTRO">
CSS Commands/Properties that applies to the contents of the Tags
</SPAN>. </SPAN>
<LI CLASS="HAND"> TABINDEX :
<SPAN CLASS= MAIN> Indicates where <SPAN CLASS="INTRO">
the Element appears in the Tabing order of the Document
</SPAN>. </SPAN>
<LI CLASS="HAND"> TITLE :
<SPAN CLASS= MAIN> Browsers <SPAN CLASS="INTRO">
Use this text to Display a ToolTip Over the Contents of the Tag
</SPAN>. </SPAN>
</OL>
<H2> Syntax </H2>
<OL>
<SPAN CLASS= MAIN>
<LI CLASS="HAND"> ALIGN="{CENTER|LEFT|RIGHT}"
<LI CLASS="HAND"> ACCESSKEY="n"
<LI CLASS="HAND"> CLASS="Name"
<LI CLASS="HAND"> ID="Name"
<LI CLASS="HAND"> STYLE="Style Sheet Commands"
<LI CLASS="HAND"> TABINDEX="n"
<LI CLASS="HAND"> TITLE="Text"
</SPAN>
</OL>
</A>
<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>