Internship
Internship
GANESH BEHERA
Web Development
CERTIFICATE
Points Discussed:
• Web Development & its types
• Requirements
• Web Hoisting
• Applications
Web Development
• Creation of websites and web applications.
• Web apps include games, messenger applications,
email, online stores, and
more.
• Web development is classified
as a front-end or back-end
development.
• If developers work on both
front-end and back-end,
they
Webpage
• A web page is a document that is viewed in
an Internet browser.
• It can be accessed by entering an URL
address into a browser's address bar.
• Contains a variety of different types of
resources such as:
style information — controlling a page's look-and-feel
scripts
— which add interactivity to the page
media — images, sounds, and videos.
Website
• Collection of linked web pages.
• All webpages are linked through hyperlinks.
• All linked webpages of a website have
same
domain name.
• All publicly accessible websites
collectively constitute the World Wide
Web.
Web Developer Vs Web Designer
• We may have heard both the terms used interchangeably.
However, they aren’t the same thing.
• A web developer focuses its efforts on programming.
• A web designer uses graphic design tools like
Photoshop, Illustrator, etc. to create layout and
graphics of the website.
• To use a real-life example, a web designer is like an
architect who draws the blueprints for a building.
Like a construction worker, the web developer
constructs the building as per the blueprint.
HTML
• Hyper Text Markup Language (HTML) is the standard markup language
to be displayed in a web browser.
• HTML describes the content and format of web pages.
• <tag attributes>document content</tag>