0% found this document useful (0 votes)
61 views22 pages

Final

Rasheeq Zehra completed a 4-week internship in web development. In week 1, they learned HTML, the programming language used to describe webpage structure. In week 2, they learned CSS for formatting layout and styles. Week 3 covered JavaScript. Finally, in week 4 they learned Bootstrap for responsive designs without advanced HTML or CSS skills. The internship covered basic web development technologies and Rasheeq Zehra's progress each week.

Uploaded by

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

Final

Rasheeq Zehra completed a 4-week internship in web development. In week 1, they learned HTML, the programming language used to describe webpage structure. In week 2, they learned CSS for formatting layout and styles. Week 3 covered JavaScript. Finally, in week 4 they learned Bootstrap for responsive designs without advanced HTML or CSS skills. The internship covered basic web development technologies and Rasheeq Zehra's progress each week.

Uploaded by

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

MINI PROJECT OR INTERNSHIP ASSESSMENT

(KCS354)
Session: 2021- 2022

Name of Student: Rasheeq Zehra


University Roll Number: 2000540100124
Section: CS-22
University Roll No- 2000540100124
Presented to: Anjali Awasthi Ma’am
Internship On ~
Web Development

02
Introduction to Web Development..??

Web development is
the work involved in
developing a Web site
for the Internet
&
a way to make people
aware of the services
and products they
offer
Basic Requisites of website

1.HTML
2.CSS
3.JavaScript
4.Bootstrap
5.PHP
6.MySQL
Web Development

Front End Back End

HTML PHP

CSS MySQL

JAVA BootStrap
Week wise progress

WEEK 1 - WEEK 3 -
HTML JS

WEEK 2 - WEEK 4 -
CSS BS
WEEK 01
HTML

Developed by
‘Tim Berners Lee’,
Hypertext Markup
Language
i.e.
HTML is a programming
language which is used to
describe the structure of
webpage.
Structure of HTML

** Here <!DOCTYPE html> is an "information" to the browser about


what document type to expect.**
WEEK 02
CSS
• CSS (Cascading style sheets) is the
style sheet language that used to
handle the presentation of the web
page containing html.
• It makes our website beautiful and
modern looking.
• CSS are used to format the layout
of the web page. It also define the
cell padding of table cells, the
style ,the thickness and the color
of the tables border .
Types of CSS
• Inline CSS • Internal or
• External CSS
Embedded CSS

<!DOCTYPE html> body { <!DOCTYPE html>


<html> background-color :blue; <html>
<head> } <head>
<title>Inline CSS</title> <title>Internal CSS</title>
</head> .main { <style>
<body> text-align :center; .main {
<p style = "color: black; } font-style:bold; }
font-size:50px; font-style : </style></head>
italic;">Prutor .GFG { <body>
</p> Color: white; <div class = "main">
</body></html> font-size:50px; computer science</div>
font-weight :bold; </body></html>
}
WEEK 03
JavaScript
What can JavaScript do??
WEEK 04
BootStrap
BS adds You don’t need to
Responsive know HTML and CSS
structures and well to use bootstrap
styles

Bootstrap is Bootstrap includes HTML


compatible with all and CSS based design
modern browsers templates for typography,
(Chrome, Firefox, forms, buttons, tables,
Internet Explorer, navigation, modals, image
Safari, and Opera) carousels and many other,
as well as optional
JavaScript plugins
Any Queries?
02

You might also like