HTML Training Tutorial

Webpage vs Website

Webpage

A document which can be displayed in a web browser such as Firefox, Google Chrome, Opera, Microsoft Internet Explorer or Edge, or Apple’s Safari. These are also often called just “pages”.

Website

A collection of web pages which are grouped together and usually connected together in various ways is often called a “website” or a “site”. Web Pages contain text, forms, audio and video files, streaming media, and sometimes games. Every website may look different, but all have one thing in common: Hyper Text Markup Language (also known as HTML), Cascading Style Sheets (CSS) regularly and Javascript. HTML files which contain HTML code are simple text files that produce web pages.  Just like a text file you create on a Windows computer works on Linux and Mac, webpages works on any other operating system.

<html>
   <head>
      <meta charset="UTF-8">
      <title>Ed’s Design Services</title>
   </head>
</html>

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *