Mark As Completed Discussion

Working of Web Pages

All web pages are HTML documents. To improve the style, appearance, and interactivity of a website, external files such as style sheets (CSS files) and scripts (JavaScript files) are linked with the original HTML document. These files can also be embedded within the HTML document (which we will discuss in upcoming sections!).