# Introduction The `<noscript>` tag in HTML5 is used to define a section of text that will be displayed to users when their browser does not support JavaScript or when JavaScript is disabled. It is an important HTML tag because JavaScript is used widely in web development today, and not all users might have JavaScript enabled on their browsers. In this tutorial, you will learn how to use the `<noscript>` tag in your HTML code to ensure that your web pages are accessible to all users, regardless of their browser configuration. > Note: You can practice coding in `index.html` and learn [How to Write HTML in Visual Studio Code](https://code.visualstudio.com/docs/languages/html). Please click on 'Go Live' in the bottom right corner to run the web service on port 8080. Then, you can refresh the **Web 8080** Tab to preview the web page.
Click the virtual machine below to start practicing