Earn While Learning Web3 Programming>> Start Here FREE!!!
EXERCISE:
i. Watch the above lesson video and also read through the recommended resources. Then, answer following questions
ii. What Is HTML NoScript Element?
iii. How To Write "noscript Element" with "noscript tag" in HTML?
iv. Summarize in your own word in this forum below:
(NOTE: please, don't just copy paste from other students - instead answer in your own word base on your level of understanding the lesson and resources)
NOTE:
This Is An Exercise From Our FREE COURSE with CERTIFICATION:
HTML For Web3 dApp Development Course
(If you have not enrolled yet, you can join the course totally for FREE).
What Is HTML NoScript Element ?
- HTML NoScript Element is used to add none scripting codes inside an HTML document, which is then displayed by browser when scripting support not available or deactivated by user.
- it is placed inside HTML head or body element.
- How To Write "noscript" Element with noscript tag in HTML
<noscript> noscripts goes inbetween here</noscript>
HTML NOSCRIPT ELEMENT <noscript>
defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser. It is placed in the HTML head or body element.
This is how you write HTML NOSCRIPT ELEMENT;
<noscript> noscripts goes in-between here</noscript>
HTML NOSCRIPT ELEMENT
It is placed inside HTML head and body element
It provide alternative content for users using browser that do not support scripting or have it disabled.
HOW TO WRITE HTML NOSCRIPT ELEMENT
<noscript> noscripts goes in-between here</noscript>