SlideShare a Scribd company logo
Internship Report
on
Mini Project
Summer Internship
KIET Group of Institutions, Ghaziabad
Computer Science and Engineering
Submitted By: Shweta Yadav
Course/Branch: B.Tech(CSE-3C)
Class Roll No.- 28
21st August – 7th September
2023
ACKNOWLEDGEMENT
 I’ve got this golden opportunity to express my kind gratitude and sincere
thanks to my Head of Institution, KIET Group of Institutions of Engineering and
Technology, and Head of Department of “CSE” for their kind support and
necessary counselling in the preparation of this project report. I’m also
indebted to each and every person responsible for the making up of this
project directly or indirectly.
 I must also acknowledge or deep debt of gratitude each one of my colleague
who led this project come out in the way it is. It’s my hard work and untiring
sincere efforts and mutual cooperation to bring out the project work. Last but
not the least, I would like to thank my parents for their sound counselling and
cheerful support. They have always inspired us and kept our spirit up.
Name of Student: Shweta Yadav
Course and Branch: B.Tech(CSE)
Semester: 3rd
University Roll No: 2200290100161
Abstract
"In today's digital age, web development has become an indispensable skill. Whether you're a
student, educator, or professional, mastering the trioof HTML, CSS, and JavaScript is key to
creating stunning and interactive web experiences. Our presentation, 'Mastering HTML, CSS, and
JavaScript: APractical Guide,' takes you on a journey through these essential web technologies,
offering both fundamental knowledge and hands-on experience. HTML, the backbone of the web,
provides the structure for web pages with its elements and tags. CSSsteps in to enhance visual
design, allowing you to style and format content. JavaScript brings life toweb pages, adding
interactivity and dynamic behavior. We emphasize a practical approach, not just theory. As part of
this presentation, you'll embark on a real-world project that combines these technologies,
demonstrating howthey work seamlessly together. Whether you're a novice or an experienced
developer, our goal is to equip you with the skills and confidence toexcel in web development."
Introduction
 HTML, or HypertextMarkup Language, is the standard language used to create
web pages. It forms the basic building blocks of any web content, providing the
essential structure that CSS styles and JavaScript interacts with.
 CSS, or Cascading Style Sheets, is a stylesheet language used for controlling
the presentation and layout of HTML documents. CSS allows web developers
to apply styles to HTML elements. It plays a crucial role in enhancing the user
experience by making websites visually attractive and responsive.
 JavaScript is a versatile and powerful programming language commonly used
in web development. It is a full-fledged scripting language that enables
interactivity and dynamic content on web pages. It is essential for providing
the logic and behaviour that make websites engaging and interactive for users.
 In summary, HTML defines the structure of web content, CSS styles the
presentation, and JavaScript adds interactivity and dynamic functionality,
making them indispensable tools for web developers in creating rich and
immersive online experiences.
Tasks assigned:-
§ This course was aimed at learning all the basic concepts of
HTML (Hyper Text Markup Language) and CSS (Cascading
Style Sheets).
§ HTML learning included all the basic tags, elements,
attributes, tables, lists, form, media, APIs, links, semantics,
styles.
§ CSS learning included basic syntax, selectors, borders,
margins, padding, height, width, box-model, text, icons,
links, position, display, overflow, pseudo class, dropdowns,
gradients, shadows, 2D transforms, transitions.
§ HTML provides the structure, while CSS (Cascading Style
Sheets) is used for styling the web pages. You can link
Ø
Advance your skills in HTML :
•
Continued…….
§ This course was aimed at learning the javascript language for assigning
the functionality to a HTML webpage. It is a programming language of the
web.
§ This learning included javascript statements, syntax, variables, let,
const, datatypes, functions, objects, strings, events, arrays, if…else…,
loops, iterables, maps, classes, modules, JSON, style guides, objects,
classes, async, await, prototypes, closures, ajax, fetch.
§ JavaScript is a versatile and widely used programming language that can
be employed in a variety of contexts.
§ It can be used in web development, mobile app development, game
development, web servers and APIs, data visualization, real-time
applications, machine learning, artificial intelligence, IOT (Internet of
Ø
Become a Javacript Developer :
CONCLUSION:
 HTML (Hyper Text Markup Language): HTML is the standard language for
creating web pages. It provides the basic structure of a site, which includes
headings, paragraphs, lists, links, images, and more. You can learn HTML tags
and how to structure content on a web page.
 CSS (Cascading Style Sheets): CSS is used for styling web pages. It controls the
layout, colors, fonts, and other visual aspects of a website. You'll learn how to
select HTML elements and apply styles to them.
 JavaScript: JavaScript is a programming language that enables interactivity on
web pages. You can use it to create dynamic content, handle events,
manipulate the DOM (Document Object Model), and more.
The LinkedIn learning courses were very informative and it helped me to gain
much information about HTML, CSS, and JavaScript which are the fundamental
building blocks of web development.
TECHNICAL LEARNING:
q
HTML, the foundation of web development, structures content through elements enclosed in tags. The
document comprises an <html> element, enclosing <head> for metadata and <body> for visible content.
Tags, such as <p> for paragraphs, enclose content. Elements often have attributes like href in <a> for
links. HTML5 introduced semantic elements like <header> and <footer>, enhancing document meaning
and accessibility. Hyperlinks are created with <a> tags, images with <img>, and multimedia with
<audio> and <video>. Lists utilize <ol> for ordered and <ul> for unordered, both containing <li> items.
This structured approach defines the web's visual and interactive experience.
q
CSS properties are essential directives that dictate the appearance and behaviour of HTML elements.
These properties define everything from colors and fonts to layout and animations on web pages.
Common properties include `color` for text color, `font-family` for typefaces, `margin` and `padding` for
spacing, `width` and `height` for dimensions, and `display` for layout styles. Properties like `border`,
`background`, and `box-shadow` refine element appearance, while `position` and `flex` manage layouts.
CSS properties enable responsive design via `media queries`, transitions with `transition` property`.
Understanding these properties empowers web developers to craft visually appealing and dynamic web
experiences.
q
JavaScript properties are attributes associated with objects, enabling developers to manipulate and access
object values dynamically. Objects in JavaScript can be built-in like arrays or custom-defined, containing
properties such as length in arrays or user-defined properties. For instance, in DOM manipulation,
properties like inner HTML access the HTML content, and style provides access to CSS styles. Similarly,
properties in JavaScript objects hold data, methods, or other objects. Understanding and utilizing these
properties empower developers to create interactive, responsive, and data-driven web applications.
Project-1. Login Page
Project 2. Currency Converter
https://www.linkedin.com/learning/certificates/84f2522a40aa12
4ad94096de7920002bdd7a590e0993917bebe8b63d2724fc82?
li_theme=light
Certificates:
https://www.linkedin.com/learning/certificates/873c9822a354251e77
5a355fe0a3ab7fcab6c10077dc3222210b781c44cc03f3?li_theme=light
Future Scope:
 HTML (Hyper Text Markup Language): As long as the internet exists, HTML will be
fundamental. With advancements like Web Components and PWA (Progressive Web
Apps), HTML continues to evolve, ensuring a steady demand for web developers.
 CSS (Cascading Style Sheets): CSS is crucial for responsive web design and user
experience. Future trends, such as CSS Grid and CSS Variables, enhance layout control
and customization, making CSS skills indispensable.
 JavaScript: JavaScript's versatility is unparalleled. With frameworks like React, Angular,
and Vue.js, and technologies like Node.js for server-side scripting, JavaScript dominates
web development. Emerging areas like serverless architecture and IOT (Internet of
Things) further expand its scope.
 These technologies form the backbone of web development, ensuring a strong demand
for skilled professionals. Additionally, as web applications become more sophisticated
and user-centric, mastering these languages opens doors to diverse career
opportunities, including front-end and full-stack development, mobile app development,
and emerging fields like web-based AR/VR experiences. Continuous learning and
adapting to evolving standards and frameworks will be key in harnessing the future
potential of HTML, CSS, and JavaScript.
The future scope of HTML, CSS, and JavaScript remains promising and dynamic:.
THANK YOU

More Related Content

Similar to PresentationofINTERship.pdf

web intership ritesh.pptx
web intership ritesh.pptxweb intership ritesh.pptx
web intership ritesh.pptx
Jenaj2
 
WEB DEVELOPMENT
WEB DEVELOPMENTWEB DEVELOPMENT
WEB DEVELOPMENT
PAWAN KUMAR
 
What is Full Stack Developer: Skills, Roles, and Responsibilities
What is Full Stack Developer: Skills, Roles, and ResponsibilitiesWhat is Full Stack Developer: Skills, Roles, and Responsibilities
What is Full Stack Developer: Skills, Roles, and Responsibilities
Baek Yongsun
 
Web Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet
 
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptxINDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
12KritiGaneriwal
 
kngtcd hvfgzb hvfgx vcdz gfrse gcreaqc hgtyev
kngtcd hvfgzb hvfgx vcdz gfrse gcreaqc hgtyevkngtcd hvfgzb hvfgx vcdz gfrse gcreaqc hgtyev
kngtcd hvfgzb hvfgx vcdz gfrse gcreaqc hgtyev
mithleshkumar1952000
 
2013HZ12018 final-dissertation-presentation
2013HZ12018 final-dissertation-presentation2013HZ12018 final-dissertation-presentation
2013HZ12018 final-dissertation-presentation
Karthikeyan Balasubramanian
 
Roadmap to Frontend Development.pdf
Roadmap to Frontend Development.pdfRoadmap to Frontend Development.pdf
Roadmap to Frontend Development.pdf
Sohan Singh
 
ECHELON INSTITUTE OF TECHNOLOGY,FARIDABAD.pptx
ECHELON INSTITUTE OF TECHNOLOGY,FARIDABAD.pptxECHELON INSTITUTE OF TECHNOLOGY,FARIDABAD.pptx
ECHELON INSTITUTE OF TECHNOLOGY,FARIDABAD.pptx
AdityaSingh615894
 
Web-Development-From-Basics-to-Advanced-Concepts.pptx
Web-Development-From-Basics-to-Advanced-Concepts.pptxWeb-Development-From-Basics-to-Advanced-Concepts.pptx
Web-Development-From-Basics-to-Advanced-Concepts.pptx
sarathik606
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development
47ishu
 
ppt-190816105541 (2).pdf
ppt-190816105541 (2).pdfppt-190816105541 (2).pdf
ppt-190816105541 (2).pdf
RamCharan481900
 
web development presentation computer science
web development presentation computer scienceweb development presentation computer science
web development presentation computer science
girijasharma7777
 
TLE_ICT_9_10.pdf
TLE_ICT_9_10.pdfTLE_ICT_9_10.pdf
TLE_ICT_9_10.pdf
BILLYSALAMERO2
 
Ali-Shoaib-main-
Ali-Shoaib-main-Ali-Shoaib-main-
Ali-Shoaib-main-Ali Shoaib
 
Mastering Full-Stack Web Development in 7 Days Your Ultimate Guide.pdf
Mastering Full-Stack Web Development in 7 Days Your Ultimate Guide.pdfMastering Full-Stack Web Development in 7 Days Your Ultimate Guide.pdf
Mastering Full-Stack Web Development in 7 Days Your Ultimate Guide.pdf
getrichoffice
 
Shivaji PPT.pptx
Shivaji PPT.pptxShivaji PPT.pptx
Shivaji PPT.pptx
BONUSAIVENKATADEEPAK
 

Similar to PresentationofINTERship.pdf (20)

It ppt.pptx
It ppt.pptxIt ppt.pptx
It ppt.pptx
 
web intership ritesh.pptx
web intership ritesh.pptxweb intership ritesh.pptx
web intership ritesh.pptx
 
WEB DEVELOPMENT
WEB DEVELOPMENTWEB DEVELOPMENT
WEB DEVELOPMENT
 
What is Full Stack Developer: Skills, Roles, and Responsibilities
What is Full Stack Developer: Skills, Roles, and ResponsibilitiesWhat is Full Stack Developer: Skills, Roles, and Responsibilities
What is Full Stack Developer: Skills, Roles, and Responsibilities
 
Web Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
 
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptxINDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
 
kngtcd hvfgzb hvfgx vcdz gfrse gcreaqc hgtyev
kngtcd hvfgzb hvfgx vcdz gfrse gcreaqc hgtyevkngtcd hvfgzb hvfgx vcdz gfrse gcreaqc hgtyev
kngtcd hvfgzb hvfgx vcdz gfrse gcreaqc hgtyev
 
2013HZ12018 final-dissertation-presentation
2013HZ12018 final-dissertation-presentation2013HZ12018 final-dissertation-presentation
2013HZ12018 final-dissertation-presentation
 
Roadmap to Frontend Development.pdf
Roadmap to Frontend Development.pdfRoadmap to Frontend Development.pdf
Roadmap to Frontend Development.pdf
 
ECHELON INSTITUTE OF TECHNOLOGY,FARIDABAD.pptx
ECHELON INSTITUTE OF TECHNOLOGY,FARIDABAD.pptxECHELON INSTITUTE OF TECHNOLOGY,FARIDABAD.pptx
ECHELON INSTITUTE OF TECHNOLOGY,FARIDABAD.pptx
 
SeniorProject_Jurgun
SeniorProject_JurgunSeniorProject_Jurgun
SeniorProject_Jurgun
 
Web-Development-From-Basics-to-Advanced-Concepts.pptx
Web-Development-From-Basics-to-Advanced-Concepts.pptxWeb-Development-From-Basics-to-Advanced-Concepts.pptx
Web-Development-From-Basics-to-Advanced-Concepts.pptx
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development
 
ppt-190816105541 (2).pdf
ppt-190816105541 (2).pdfppt-190816105541 (2).pdf
ppt-190816105541 (2).pdf
 
web development presentation computer science
web development presentation computer scienceweb development presentation computer science
web development presentation computer science
 
TLE_ICT_9_10.pdf
TLE_ICT_9_10.pdfTLE_ICT_9_10.pdf
TLE_ICT_9_10.pdf
 
Ali-Shoaib-main-
Ali-Shoaib-main-Ali-Shoaib-main-
Ali-Shoaib-main-
 
Resume.doc
Resume.docResume.doc
Resume.doc
 
Mastering Full-Stack Web Development in 7 Days Your Ultimate Guide.pdf
Mastering Full-Stack Web Development in 7 Days Your Ultimate Guide.pdfMastering Full-Stack Web Development in 7 Days Your Ultimate Guide.pdf
Mastering Full-Stack Web Development in 7 Days Your Ultimate Guide.pdf
 
Shivaji PPT.pptx
Shivaji PPT.pptxShivaji PPT.pptx
Shivaji PPT.pptx
 

Recently uploaded

Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
veerababupersonal22
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 

Recently uploaded (20)

Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 

PresentationofINTERship.pdf

  • 1. Internship Report on Mini Project Summer Internship KIET Group of Institutions, Ghaziabad Computer Science and Engineering Submitted By: Shweta Yadav Course/Branch: B.Tech(CSE-3C) Class Roll No.- 28 21st August – 7th September 2023
  • 2. ACKNOWLEDGEMENT  I’ve got this golden opportunity to express my kind gratitude and sincere thanks to my Head of Institution, KIET Group of Institutions of Engineering and Technology, and Head of Department of “CSE” for their kind support and necessary counselling in the preparation of this project report. I’m also indebted to each and every person responsible for the making up of this project directly or indirectly.  I must also acknowledge or deep debt of gratitude each one of my colleague who led this project come out in the way it is. It’s my hard work and untiring sincere efforts and mutual cooperation to bring out the project work. Last but not the least, I would like to thank my parents for their sound counselling and cheerful support. They have always inspired us and kept our spirit up. Name of Student: Shweta Yadav Course and Branch: B.Tech(CSE) Semester: 3rd University Roll No: 2200290100161
  • 3. Abstract "In today's digital age, web development has become an indispensable skill. Whether you're a student, educator, or professional, mastering the trioof HTML, CSS, and JavaScript is key to creating stunning and interactive web experiences. Our presentation, 'Mastering HTML, CSS, and JavaScript: APractical Guide,' takes you on a journey through these essential web technologies, offering both fundamental knowledge and hands-on experience. HTML, the backbone of the web, provides the structure for web pages with its elements and tags. CSSsteps in to enhance visual design, allowing you to style and format content. JavaScript brings life toweb pages, adding interactivity and dynamic behavior. We emphasize a practical approach, not just theory. As part of this presentation, you'll embark on a real-world project that combines these technologies, demonstrating howthey work seamlessly together. Whether you're a novice or an experienced developer, our goal is to equip you with the skills and confidence toexcel in web development."
  • 4. Introduction  HTML, or HypertextMarkup Language, is the standard language used to create web pages. It forms the basic building blocks of any web content, providing the essential structure that CSS styles and JavaScript interacts with.  CSS, or Cascading Style Sheets, is a stylesheet language used for controlling the presentation and layout of HTML documents. CSS allows web developers to apply styles to HTML elements. It plays a crucial role in enhancing the user experience by making websites visually attractive and responsive.  JavaScript is a versatile and powerful programming language commonly used in web development. It is a full-fledged scripting language that enables interactivity and dynamic content on web pages. It is essential for providing the logic and behaviour that make websites engaging and interactive for users.  In summary, HTML defines the structure of web content, CSS styles the presentation, and JavaScript adds interactivity and dynamic functionality, making them indispensable tools for web developers in creating rich and immersive online experiences.
  • 5. Tasks assigned:- § This course was aimed at learning all the basic concepts of HTML (Hyper Text Markup Language) and CSS (Cascading Style Sheets). § HTML learning included all the basic tags, elements, attributes, tables, lists, form, media, APIs, links, semantics, styles. § CSS learning included basic syntax, selectors, borders, margins, padding, height, width, box-model, text, icons, links, position, display, overflow, pseudo class, dropdowns, gradients, shadows, 2D transforms, transitions. § HTML provides the structure, while CSS (Cascading Style Sheets) is used for styling the web pages. You can link Ø Advance your skills in HTML : • Continued…….
  • 6. § This course was aimed at learning the javascript language for assigning the functionality to a HTML webpage. It is a programming language of the web. § This learning included javascript statements, syntax, variables, let, const, datatypes, functions, objects, strings, events, arrays, if…else…, loops, iterables, maps, classes, modules, JSON, style guides, objects, classes, async, await, prototypes, closures, ajax, fetch. § JavaScript is a versatile and widely used programming language that can be employed in a variety of contexts. § It can be used in web development, mobile app development, game development, web servers and APIs, data visualization, real-time applications, machine learning, artificial intelligence, IOT (Internet of Ø Become a Javacript Developer :
  • 7. CONCLUSION:  HTML (Hyper Text Markup Language): HTML is the standard language for creating web pages. It provides the basic structure of a site, which includes headings, paragraphs, lists, links, images, and more. You can learn HTML tags and how to structure content on a web page.  CSS (Cascading Style Sheets): CSS is used for styling web pages. It controls the layout, colors, fonts, and other visual aspects of a website. You'll learn how to select HTML elements and apply styles to them.  JavaScript: JavaScript is a programming language that enables interactivity on web pages. You can use it to create dynamic content, handle events, manipulate the DOM (Document Object Model), and more. The LinkedIn learning courses were very informative and it helped me to gain much information about HTML, CSS, and JavaScript which are the fundamental building blocks of web development.
  • 8. TECHNICAL LEARNING: q HTML, the foundation of web development, structures content through elements enclosed in tags. The document comprises an <html> element, enclosing <head> for metadata and <body> for visible content. Tags, such as <p> for paragraphs, enclose content. Elements often have attributes like href in <a> for links. HTML5 introduced semantic elements like <header> and <footer>, enhancing document meaning and accessibility. Hyperlinks are created with <a> tags, images with <img>, and multimedia with <audio> and <video>. Lists utilize <ol> for ordered and <ul> for unordered, both containing <li> items. This structured approach defines the web's visual and interactive experience. q CSS properties are essential directives that dictate the appearance and behaviour of HTML elements. These properties define everything from colors and fonts to layout and animations on web pages. Common properties include `color` for text color, `font-family` for typefaces, `margin` and `padding` for spacing, `width` and `height` for dimensions, and `display` for layout styles. Properties like `border`, `background`, and `box-shadow` refine element appearance, while `position` and `flex` manage layouts. CSS properties enable responsive design via `media queries`, transitions with `transition` property`. Understanding these properties empowers web developers to craft visually appealing and dynamic web experiences. q JavaScript properties are attributes associated with objects, enabling developers to manipulate and access object values dynamically. Objects in JavaScript can be built-in like arrays or custom-defined, containing properties such as length in arrays or user-defined properties. For instance, in DOM manipulation, properties like inner HTML access the HTML content, and style provides access to CSS styles. Similarly, properties in JavaScript objects hold data, methods, or other objects. Understanding and utilizing these properties empower developers to create interactive, responsive, and data-driven web applications.
  • 10. Project 2. Currency Converter
  • 13. Future Scope:  HTML (Hyper Text Markup Language): As long as the internet exists, HTML will be fundamental. With advancements like Web Components and PWA (Progressive Web Apps), HTML continues to evolve, ensuring a steady demand for web developers.  CSS (Cascading Style Sheets): CSS is crucial for responsive web design and user experience. Future trends, such as CSS Grid and CSS Variables, enhance layout control and customization, making CSS skills indispensable.  JavaScript: JavaScript's versatility is unparalleled. With frameworks like React, Angular, and Vue.js, and technologies like Node.js for server-side scripting, JavaScript dominates web development. Emerging areas like serverless architecture and IOT (Internet of Things) further expand its scope.  These technologies form the backbone of web development, ensuring a strong demand for skilled professionals. Additionally, as web applications become more sophisticated and user-centric, mastering these languages opens doors to diverse career opportunities, including front-end and full-stack development, mobile app development, and emerging fields like web-based AR/VR experiences. Continuous learning and adapting to evolving standards and frameworks will be key in harnessing the future potential of HTML, CSS, and JavaScript. The future scope of HTML, CSS, and JavaScript remains promising and dynamic:.