Saturday, 19 April 2025

Website

 What do you mean by Web page?

A webpage is a document written in HTML that can be viewed on a web browser. It is contained within the web server, which can be accessed by entering the URL for the web page. Once it is loaded, it appears on the user’s web browser. Each webpage is linked with a unique URL, hence, two pages cannot have the same URL.

What do you mean by subpage in a website?

A subpage is used to design a layout at the element level. You can add several components to a page, such as a form, tab, and others. Designing a layout means that you are creating multiple sections on a page.T hese sections can include the left panel, middle sections, top navigation panel, footer, etc.

What is an index file in a website?

It is the standard filename for a website’s homepage. When a user accesses a website without specifying a particular page, the server automatically delivers the index.html file.

  • Default Landing Page: Acts as the entry point for website visitors.

  • Server Recognition: The web server prioritises index.html when no specific page is requested.

  • Organisational Standard: Maintains consistency across web projects.

No comments:

Post a Comment

Website vital

  What do you mean by website vitals?  Core Web Vitals is a set of metrics that measure real-world user experience for loading performance, ...