0% found this document useful (0 votes)
4 views8 pages

Title Page

HTML (Hyper Text Markup Language) is used to structure web pages and their content, while CSS (Cascading Style Sheets) describes how HTML elements are displayed across various media. CSS enhances web development by allowing for consistent styling and layout control across multiple pages. Together, HTML provides the content structure and CSS manages the visual presentation of that content.

Uploaded by

tharu.lalit2004
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views8 pages

Title Page

HTML (Hyper Text Markup Language) is used to structure web pages and their content, while CSS (Cascading Style Sheets) describes how HTML elements are displayed across various media. CSS enhances web development by allowing for consistent styling and layout control across multiple pages. Together, HTML provides the content structure and CSS manages the visual presentation of that content.

Uploaded by

tharu.lalit2004
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

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.

You might also like