Before we dive into topics, we need two pieces of software
Web Browser
Code Editor
After writing the code in the code editor, a web browser is needed to view the website.
What is HTML?
HTML is an acronym which stands for Hyper Text Markup Language which is used for creating web pages and web applications. This is the tool we use to create Websites.
Hyper text means a text has a link within it.
Markup Language is a system of annotating a document to describe its structure and presentation. It uses tags or codes to define elements such as heading, paragraph, lists, images, links and more.
What is web pages, website, web application?
Web Pages:- It is a document which is commonly written in HTML, which can be displayed in a web browser such as Firefox, Google Chrome, Apple Safari, Microsoft edge.
Website:- It is a collection of web pages and related content that is identified by a common domain name and published on at least one web server.
Web application:- A web application (or web app) is application software that is accessed using a web browser.

Top comments (0)