SESSION[0]

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 24

SESSION[0]

Intro
TABLE OF CONTENTS
1. What is Web Development
2. Why is it Awesome
3. Is Web Development dead?
4. How the Web Works
5. Environment Setup
6. Introduction to HTML
1. What is Web Development
It is the process of creating websites
and web applications.
It involves a range of skills from
writing markup and coding to user
interface design (UI) and database
management
2. Why is it Awesome!
3. Is Web Development dead?
Simply, No.
While there are drag-and-drop website
builders that allow people to
create simple websites without coding,
these won't replace the need for
skilled web developers. There will
always be a need for developers to
build complex websites and web apps.
4. How the Web Works
Request
www.github.com

Client Server Database

Backend
5. Our Environment
5. Our Environment
The IDE

Visual Studio Code


5. Our Environment
The Extensions
-Auto Rename Tag
-Auto Close Tag
-Prettier
-Live Server
-Stylelint
-vscode-icons
6. Introduction to HTML
6. Introduction to HTML
Boilerplate
6. Introduction to HTML
Structure
<html>

<head> <body>

<title> <meta> <h1> <p>


6. Introduction to HTML
headings 1-6
6. Introduction to HTML
paragraphs
6. Introduction to HTML
center
6. Introduction to HTML
line break
6. Introduction to HTML
horizontal rule
6. Introduction to HTML
images

src path to image


alt alternate text

width
height
6. Introduction to HTML
unordered list
6. Introduction to HTML
list item
6. Introduction to HTML
ordered list
Any Questions?
THANK YOU!

You might also like