answersLogoWhite

0

Very simply, a website is a collection of one or more web pages designed to convey information on a particular subject or theme to a web user. (e.g. a company will have a web site providing structured information about the company, designed to inform particular groups of its stakeholders - investors, customers, technical support, sales, employment, news items etc.)

A web page is one screen full of information (from a web site) that may contain links to other pages in the web site or links to external information. The web page will normally be written as (or rendered as) an HTML document.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is each document on a webpage called?

Each document on a webpage is typically referred to as a "webpage" or "HTML document." It is structured using HTML (Hypertext Markup Language) and can include various elements like text, images, links, and multimedia. Each webpage is usually identified by a unique URL (Uniform Resource Locator) and can be part of a larger website.


Why is markup language required to form a webpage?

HTML is the language used to send information to a browser about how to display a webpage. The browser interprets HTML code to determine how and where to display the document content.


How do markup tags work in HTML?

HTML markup tags provide formatting instructions to a browser. An HTML document tells the browser how to display the content on a webpage.


How do you insert a video from the internet into an HTML document?

In order to insert a video, you can paste the link into HTML. This link will cause the video to embed in webpage.


What is the answer to a blank is a document on the web?

The answer to "a blank is a document on the web" is likely "webpage." A webpage is a digital document that is accessible via the internet, typically containing text, images, and multimedia elements. It is formatted in HTML and viewed through a web browser.


What file extension can you use for a webpage that you create using Notepad?

You can use the ".html" or ".htm" file extension for a webpage created using Notepad. This signifies that the file is an HTML document, which can be rendered by web browsers. Simply save your file with one of these extensions to ensure it is recognized as a webpage.


How do you make a background on a webpage using HTML?

Making a background on a webpage in HTML is deprecated; you are advised to use CSS instead. However, if you must use HTML and only HTML, then place the "background" attribute in the body tag of the document in question like so: <body background="http://www.example.com/picture.jpg">


What is a HTML webpage?

A HTML Webpage is a page created on HTML. It runs on browser and co-ordinates with web.


What is shown in each element?

Title element: Specifies the title of the webpage, displayed in the browser tab. Meta element: Provides metadata about the HTML document, such as character set, description, and keywords. Link element: Links external resources like stylesheets to the HTML document. Image element: Embeds images in the webpage. Paragraph element: Defines a paragraph of text in the HTML document.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


Can a TITLE tag can be used in any section of a webpage?

No, it must be used in the section of your HTML document. Here is an example of how to use it: <html> <head> <title>Web Page</title> </head> <body> </body> </html>


What does it mean to save as webpage?

When you save a document as a web page, the document is save as an HTML document. Hypertext Markup Language (HTML) is the language that web pages are written in. This language tells the browser how text should be displayed, font styles and colors, where graphics should be placed, etc. Once the file is saved as a webpage, it can then be uploaded to a web server and read by a browser.