82.4k views
3 votes
TRUE OR FALSE
1. A website and webpage are totally different from each other.​

1 Answer

6 votes

Answer:

True.

Step-by-step explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.

Website refers to the collective name used to describe series of web pages linked together with the same domain name while a webpage is the individual HTML document (single page) that makes up a website with a unique uniform resource locator (URL).

Hence, a website and webpage are totally different from each other.​

User Sec
by
5.3k points