Webdev 06
Webdev 06
Submitted by:
KETKI
200151520055
INTERNSHIP PRESENTATION
ECE, 4th year
ABOUT THE ORGANISATION:
1.Frontend Development
The part of a website where the user interacts directly is termed as front end. It is
also referred to as the ‘client side’ of the application.
HTML (HyperText Markup Language) is used for creating web pages and web
applications.
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
CSS
CSS stands for Cascading Style Sheets
CSS can be used for very basic document text styling — for
example, for changing the color and size of headings and links.
• Font • Sizes
• backgrounds • positions
TEXT PROPERTIES
• Text-align
Shift to left, right
A simple CSS
• Font-weight code:
Which text more bold, less
<!DOCTYPE html>
lighter
<html>
• Text-decoration
<head>
Underline, overline <style>
h1 {
• Line-height color: red;
text-decoration:
Gap more or less
underline;
• Letter-spacing }
</style>
SELECTORS IN CSS
1. Element Selector 2. Id S
elector
3. Class
Selector 4. Universal
Selector
SELECTORS IN CSS
5.
Group Selector 6. Desce
ndent Combinator
Number Boolean
JAVASCRIPT DATA TYPES
Undefined
Null
Object
CONCLUSION FOR FRONTEND
DEVELOPMENT
BACKEND DEVELOPMENT
NODE JS
Node.js is an open-source, cross-platform,
JavaScript runtime environment that executes
JavaScript code outside of a web browser. Node.js
is fast, lightweight and efficient. Node.js is a great
web framework for beginners because it works great
for data-intensive applications, like streaming and
real-time apps.
Node.js allows us to use JavaScript everywhere and
on any browser, including MacOS, Linux, and
Windows.
It’s a light, scalable and open-source language
platform which makes it very easy to build apps
even at the enterprise level also. Overall it increases
the efficiency of the development process as it fills
the gap between frontend and backend applications
WHEN TO USE NODE.JS?
What is Data?
Data is a collection of a distinct small unit of information. It can be used in
a variety of forms like text, numbers, media, bytes, etc. it can be stored in
pieces of paper or electronic memory, etc.
What is Database?
A database is an organized collection of data, so that it can be easily
accessed and managed. You can organize data into tables, rows, columns,
and index it to make it easier to find relevant information.
Database handlers create a database in such a way that only one set of
software program provides access of data to all the users.
The main purpose of the database is to operate a large amount of
information by storing, retrieving, and managing data.
SQL
ADVANTAGES DISADVANTAGES
Runs on any OS Creates problem if website is
Runs using easy URL not responsive
Internet connection is
Need not be downloaded
compulsory
Need not be updated like apps Security Risks
Cost Efficient Market Competition
Flexibility