- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTask3.html
More file actions
Latest commit
23 lines (19 loc) · 762 Bytes
/
Copy pathTask3.html
File metadata and controls
23 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<body>
<scriptlang="JavaScript">
<!--
document.write("Disable JavaScript to see Magic :P");
-->
</script>
<noscript>
<b>Hey YOU</b>... You are missing Major elements of the page as your JavaScript is Disabled.
Please enable JavaScript to get full access to the webpage.
</noscript>
</body>
<!--
HOW NOSCRIPT TAG WORKS =
JavaScript-aware browsers will recognize the tag and will honor it by not displaying
the text inside the block. Older, non-JavaScript browsers, on the other hand, will not recognize the
tag as valid HTML. As browsers are supposed to do, they will just ignore the tag they don’t recognize,
but all the content between the opening and closing tags will not be ignored and,
therefore, will be displayed in the browser.
//-->