-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNoscript.htm
34 lines (33 loc) · 1.13 KB
/
Noscript.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
<!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> NOSCRIPT </H1>
This is generally to be used <SPAN CLASS= INTRO> inside a Script Definition </SPAN>.
This Tag provides <SPAN CLASS= INTRO> HTML content for browsers that don't support script
or are configured to not to do so.</SPAN>
This is a Container Tag and thus has to be closed.
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <NOSCRIPT> </SPAN>
<BR>
...Text / Any Tag...
<BR>
<SPAN CLASS= MAIN> </NOSCRIPT> </SPAN>
<H3> Example </H3>
<SPAN CLASS= MAIN> <NOSCRIPT> </SPAN>
<BR>
If you see this Message again in the EFFECT Part, Your Browser Don't support Script.
<BR>
<SPAN CLASS= MAIN> </NOSCRIPT> </SPAN>
<H5> Effect </H5>
<NOSCRIPT>
If you see this Message again in the EFFECT Part, Your Browser Don't support Script.
</NOSCRIPT>
<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>