1# Web Component Overview 2 3 4In addition to displaying web page content on applications, the **Web** component provides you with some other helpful functions, including: 5 6 7- **Page loading**: provides a full set of basic frontend page loading capabilities, which allow you to load network pages, local pages, and HTML text data. 8 9- **Page interaction**: supports a wide range of page interaction modes, which allow you to set the dark mode for frontend pages, load pages in a new window, manage location permissions and cookies, and use frontend page JavaScript code on the application. 10 11- **Page debugging**: uses DevTools to debug frontend pages. 12 13 14To help you better understand the features of the **Web** component, the following sections will exemplify use of the **Web** component in common application scenarios. 15