...

/

Introduction

Introduction

In this lesson, we will start to understand the impact of the technologies we will learn about in this course. Let's get started!


What is HTML used for?

HTML is a standardized language for creating documents that can be rendered by clients known as web browsers. HTML is used to create web pages that we see every day on the Internet. Each page we see on the world wide web is written using a version of HTML.

The development of documents on the internet is governed by HTML and its basic concept through tags and DOM, i.e., the model of document objects.

We will learn about these in detail in the upcoming chapters.


What is CSS used for?


CSS brings style to your web pages by interacting with HTML elements. ...