PAWAN KUMAR
1NT17IS121
INTERNSHIP
REVIEW/SELF STUDY
ON
WEB DEVELOPMENT
CERTIFICATE
FRONTEND
BACKEND
WHAT IS HTML?
❖ HTML stands for HyperText Markup Language.
❖ HTML is used to create web pages and web applications.
❖ HTML is widely used language on the web.
❖ We can create a static website by HTML only.
❖ Technically, HTML is a Markup language rather than a programming language.
FEATURES OF HTML
1. It is easy to learn and easy to use.
2. It is platform independent.
3. Images, video and audio can be added to a web page.
4. Hypertext can be added to text.
5. It is a markup language.
WHAT IS CSS?
CSS tutorial or CSS 3 tutorial provides basic and advanced concepts of CSS technology. Our CSS
tutorial is developed for beginners and professionals. The major points of CSS are given below:
❖ CSS stands for Cascading Style Sheet.
❖ CSS is used to design HTML tags.
❖ CSS is a widely used language on the web.
❖ It helps the web designers to apply style on HTML tags.
FEATURES OF CSS
❖ CSS saves time − You can write CSS once and then reuse same sheet in multiple HTML
pages. You can define a style for each HTML element and apply it to as many Web pages
as you want.
❖ Pages load faster − If you are using CSS, you do not need to write HTML tag attributes
every time. Just write one CSS rule of a tag and apply it to all the occurrences of that tag.
So less code means faster download times.
❖ Easy maintenance − To make a global change, simply change the style, and all elements in
all the web pages will be updated automatically.
❖ Superior styles to HTML − CSS has a much wider array of attributes than HTML, so you
can give a far better look to your HTML page in comparison to HTML attributes.
WHAT IS JAVASCRIPT?
❖ JavaScript is a object-based scripting language.
❖ It is light weighted.
❖ It is used to perform some action on webpage.
❖ We have to interact with our webpage with help of this.
❖ It is client side language.
❖ It is platform independent.
FEATURES OF JAVASCRIPT
❖ All popular web browsers support JavaScript as they provide built-in execution environments.
❖ JavaScript follows the syntax and structure of the C programming language. Thus, it is a
structured programming language.
❖ JavaScript is a weakly typed language, where certain types are implicitly cast (depending on the
operation).
❖ JavaScript is an object-oriented programming language that uses prototypes rather than using
classes for inheritance.
❖ It is a light-weighted and interpreted language.
❖ It is a case-sensitive language.
❖ JavaScript is supportable in several operating systems including, Windows, macOS, etc.
❖ It provides good control to the users over the web browsers.
HTML V/S CSS V/S JAVASCRIPT
WHAT IS DOM?
❖ The HTML DOM is a standard object model and programming interface for HTML. It defines:
❖ The HTML elements as objects
❖ The properties of all HTML elements
❖ The methods to access all HTML elements
❖ The events for all HTML elements
❖ In other words: The HTML DOM is a standard for how to get, change, add, or delete HTML
elements.
DIFFERENT DOM METHOD
❖ document.getElementById(id)
❖ document.getElementsByTagName(name)
❖ document.getElementsByClassName(name)
❖ document.querySelectorAll(name)
❖ Document.getElementByName(name)
❖ document.write(Date());
BOOTSTRAP
Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive,
mobile-first websites.
STATIC WEBSITE V/S DYNAMIC WEBSITE
SINGLE PAGE APPLICATION V/S MULTI
PAGE APPLICATION
DIFFERENCE BETWEEN ANGULAR &
REACT
MY ACHIEVEMENTS
After completing these courses I gain a lots of skills. And by applying my skills I created a various
projects. I mentioned all my project given below : --
❖ Covid19 tracker App
❖ My Portfolio
❖ Hotel Management System
❖ Coaching Management System(Aakash Institute)
SOFTWARE DEVELOPMENT CYCLE
GITHUB
❖ https://github.com/IIGNISER/COACHING-MANAGEMENT-SYSTEM
❖ https://github.com/IIGNISER/my_first
❖ https://github.com/IIGNISER/COVID19
❖ https://github.com/IIGNISER/WEB-TECHNOLOGY
ABOUT PROJECT
COACHING MANAGEMENT SYSTEM
❖ This app will track the data of the students.
❖ This app is a dynamic website.
❖ This app will also track the data of all streams students like :-
• Engineering Students
• Medical Students
• Foundation Students
❖ This app will lots of features like any user can update the cases by just click on the register page.
❖ This app has multiple pages.
❖ It is a Multiple Page Application.
❖ This app has also responsive you have to operate in any device smoothly.
REQUIREMENTS
HARDWARE REQUIREMENTS
Here's what you Need to Use the canteen management system for online records:
❖ Minimum 20 GB HDD
❖ Minimum 256 MB RAM
❖ Pentium IV Processor
❖ Input Devices: Keyboard, Mouse
❖ Output Devices: Monitor, Printer
SOFTWARE REQUIREMENTS
❖ Operating System: Window XP and above
❖ Browsers : Chrome or any other latest web page supporting browser.
❖ Visual studio code or any other similar software.
PROJECT GITHUB LINK
❖ https://github.com/IIGNISER/COACHING-MANAGEMENT-SYSTEM
SOME SCRRENSHOT OF MY WEBPAGE
SOME SCRRENSHOT OF MY WEBPAGE
SOME SCRRENSHOT OF MY WEBPAGE
SOME SCRRENSHOT OF MY WEBPAGE
Internship review

Internship review

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
    WHAT IS HTML? ❖HTML stands for HyperText Markup Language. ❖ HTML is used to create web pages and web applications. ❖ HTML is widely used language on the web. ❖ We can create a static website by HTML only. ❖ Technically, HTML is a Markup language rather than a programming language.
  • 6.
    FEATURES OF HTML 1.It is easy to learn and easy to use. 2. It is platform independent. 3. Images, video and audio can be added to a web page. 4. Hypertext can be added to text. 5. It is a markup language.
  • 7.
    WHAT IS CSS? CSStutorial or CSS 3 tutorial provides basic and advanced concepts of CSS technology. Our CSS tutorial is developed for beginners and professionals. The major points of CSS are given below: ❖ CSS stands for Cascading Style Sheet. ❖ CSS is used to design HTML tags. ❖ CSS is a widely used language on the web. ❖ It helps the web designers to apply style on HTML tags.
  • 8.
    FEATURES OF CSS ❖CSS saves time − You can write CSS once and then reuse same sheet in multiple HTML pages. You can define a style for each HTML element and apply it to as many Web pages as you want. ❖ Pages load faster − If you are using CSS, you do not need to write HTML tag attributes every time. Just write one CSS rule of a tag and apply it to all the occurrences of that tag. So less code means faster download times. ❖ Easy maintenance − To make a global change, simply change the style, and all elements in all the web pages will be updated automatically. ❖ Superior styles to HTML − CSS has a much wider array of attributes than HTML, so you can give a far better look to your HTML page in comparison to HTML attributes.
  • 9.
    WHAT IS JAVASCRIPT? ❖JavaScript is a object-based scripting language. ❖ It is light weighted. ❖ It is used to perform some action on webpage. ❖ We have to interact with our webpage with help of this. ❖ It is client side language. ❖ It is platform independent.
  • 10.
    FEATURES OF JAVASCRIPT ❖All popular web browsers support JavaScript as they provide built-in execution environments. ❖ JavaScript follows the syntax and structure of the C programming language. Thus, it is a structured programming language. ❖ JavaScript is a weakly typed language, where certain types are implicitly cast (depending on the operation). ❖ JavaScript is an object-oriented programming language that uses prototypes rather than using classes for inheritance. ❖ It is a light-weighted and interpreted language. ❖ It is a case-sensitive language. ❖ JavaScript is supportable in several operating systems including, Windows, macOS, etc. ❖ It provides good control to the users over the web browsers.
  • 11.
    HTML V/S CSSV/S JAVASCRIPT
  • 12.
    WHAT IS DOM? ❖The HTML DOM is a standard object model and programming interface for HTML. It defines: ❖ The HTML elements as objects ❖ The properties of all HTML elements ❖ The methods to access all HTML elements ❖ The events for all HTML elements ❖ In other words: The HTML DOM is a standard for how to get, change, add, or delete HTML elements.
  • 13.
    DIFFERENT DOM METHOD ❖document.getElementById(id) ❖ document.getElementsByTagName(name) ❖ document.getElementsByClassName(name) ❖ document.querySelectorAll(name) ❖ Document.getElementByName(name) ❖ document.write(Date());
  • 14.
    BOOTSTRAP Bootstrap is themost popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first websites.
  • 15.
    STATIC WEBSITE V/SDYNAMIC WEBSITE
  • 16.
    SINGLE PAGE APPLICATIONV/S MULTI PAGE APPLICATION
  • 17.
  • 18.
    MY ACHIEVEMENTS After completingthese courses I gain a lots of skills. And by applying my skills I created a various projects. I mentioned all my project given below : -- ❖ Covid19 tracker App ❖ My Portfolio ❖ Hotel Management System ❖ Coaching Management System(Aakash Institute)
  • 19.
  • 20.
    GITHUB ❖ https://github.com/IIGNISER/COACHING-MANAGEMENT-SYSTEM ❖ https://github.com/IIGNISER/my_first ❖https://github.com/IIGNISER/COVID19 ❖ https://github.com/IIGNISER/WEB-TECHNOLOGY
  • 21.
    ABOUT PROJECT COACHING MANAGEMENTSYSTEM ❖ This app will track the data of the students. ❖ This app is a dynamic website. ❖ This app will also track the data of all streams students like :- • Engineering Students • Medical Students • Foundation Students ❖ This app will lots of features like any user can update the cases by just click on the register page. ❖ This app has multiple pages. ❖ It is a Multiple Page Application. ❖ This app has also responsive you have to operate in any device smoothly.
  • 22.
    REQUIREMENTS HARDWARE REQUIREMENTS Here's whatyou Need to Use the canteen management system for online records: ❖ Minimum 20 GB HDD ❖ Minimum 256 MB RAM ❖ Pentium IV Processor ❖ Input Devices: Keyboard, Mouse ❖ Output Devices: Monitor, Printer SOFTWARE REQUIREMENTS ❖ Operating System: Window XP and above ❖ Browsers : Chrome or any other latest web page supporting browser. ❖ Visual studio code or any other similar software.
  • 23.
    PROJECT GITHUB LINK ❖https://github.com/IIGNISER/COACHING-MANAGEMENT-SYSTEM
  • 24.
  • 25.
  • 26.
  • 27.