Introduction
to HTML & CSS
Building blocks of web
development
HTML CSS JavaScript
Agenda
HTML(Hyper Text Markup
Overview Language) is the code that is
used to dtructure a web page
of HTML and its content. For example,
content could be structured
within a set of paragraphs, a
list of bulleted points, or
using images and data tables.
1. CSS stands for Cascading Style Sheets
What is 2. CSS describes how HTML elements are
to be displayed on screen, paper, or in
CSS other media
3. CSS saves a lot of work. It can control
the layout of multiple web pages all
at once
4. External stylesheets are stored in CSS
files
How HTML & CSS
work together
HTML Structure
HTML provides the basic structure and content of a
webpage. It consists of a series of elements, each
represented by tags.
EXAMPLE:-
CSS styling
CSS is used to style and format the HTML elements. It allows you
to define the visual presentation of the webpage, such as colors,
fonts, layout, and more.