ITR PPT
ITR PPT
Presented by
Student Name
Enrollment No.
1.Rakshe Ayush Yogesh
2210510028
2.Rakshe Sanskar Santosh
2210510029
3.Dagale Suraj Sharad
2210510046
4.Darekar Sidhhant Ashok
2210510058
5.Inamdar Parvej Ashpak
2210510404
Introduction to Html
HTML stands for Hyper Text Markup Language
HTML is the standard markup language for creating Web
pages
HTML describes the structure of a Web page
HTML consists of a series of elements
HTML elements tell the browser how to display the
content
HTML elements label pieces of content such as "this is a
heading", "this is a paragraph", "this is a link", etc.
Simple Html
document
Example
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
Html tags
HTML uses predefined tags and elements that instruct the browser on how to
display the content. HTML elements include an opening tag, some content, and
a closing tag.
Html Elements
1. HTML elements include an opening tag, some content, and a closing tag.
Introduction to CSS
In this example JavaScript changes the value of the src (source) attribute of
an <img> tag
Introduction to Bootstrap
• Bootstrap is a free and open-source tool
collection for creating responsive
websites and web applications.
• It is the most popular HTML, CSS,
and JavaScript framework for
developing responsive, mobile-first
websites.
• It solves many problems which we had
once, one of which is the cross-browser
compatibility issue.
• Nowadays, the websites are perfect for
all the browsers (IE, Firefox, and
Chrome) and for all sizes of screens
(Desktop, Tablets, Phablets, and
Phones).
THANK YOU