SlideShare a Scribd company logo
Creating Your Own
Business / Personal
Website
28 January 2024
By Sem Gebresilassie
If you’re unsure at any point,
please ask questions!
I don’t understand the last section, could you
review the slide about …?
What does … mean?
● Goal > getting a sense of web development + latest tools
● Workshop
○ Exploration
○ Know the basic building blocks of website
○ No prior experience needed
● Project: Make a real website from scratch!
○ To be shared later
Mission
Let’s take a
journey…
What happens when
someone type a
URL and press
enter? www.ethiopianairlines.com
client
I’d like to see this website
please!
Let’s say you made your website today and you
want to share with the world
server
To: 177.12.117.224
From: 193.45.12.4 aka akukulu.com
Ya sure ችግር የለም,
here it is...
You put your code of the website on a computer that’s always
running. This computer serves your page whenever a client
computer requests it.
All computers have an address called an IP address.
Think of it as a mailing address for computers.
address:
193.45.12.4
address:
177.12.117.224
So when you type in a domain name from your computer, you
are making a request to a server with that corresponding
address.
Clients server
akukulu.com
After all of this, the client computer is then able to
view the web page!
What is web
development?
Developers
What is shown in the
browser
What should be sent to the
browser (and more)
“Front-end” or “Client-side”
development
“back-end” or “server-side”
development
In this session, we’re going to be
focusing on the basics of front-end
Checkpoint
Let’s take a break
The foundations of front-end
development are...
JS stands for JavaScript
What is HTML?
wiring
piping
frame
kitchen cabinets
invisible
more obvious
walls
Furnitures
pictures
web infrastructure
server operating system
Windows
structure of our website
floor plan
third layer
“content” of our website
personality
Hyper Text Markup
Language
Hyper Text
LinkedIn
Github!
links everywhere!
where does this link
lead o my
akukulu.com
Markup
“
Can be called “markup”
Word to be
emphasized...
Tags describe the structure and the content of the page
<p>Hello World!</p>
<header>This is emphasized text</header>
<button>Submit</button>
HTML is just text with some extra tags
What do these tags do?
<p>I am a paragraph</p>
<input type="text" placeholder="input stuff here”/>
<ol>
<li>First ordered list item</li>
<li>Second ordered list item</li>
</ol>
There are many more here: HTML Element Reference
<button>Click me</button>
<a href=“http://akukulu.com">My website!</a>
Let’s learn
about classes
and IDs
• IDs are unique identi
fi
ers for a single
HTML element.
• Each ID can be used only once per page.
• Classes are used to group multiple
HTML elements together.
• A single element can have
multiple classes.
Checkpoint
Let’s take a break
HTML should only
represent the content
A different language called
CSS is used to create rules
about style
What is CSS?
Cascading
Style
Sheets
Create rules like...
This text should be red.
There should be 20 pixels between these
two elements.
This navigation bar should stick to the top
of the screen.
Syntax looks like this
body {
color: red;
}
Link your CSS file to your HTML file
In your HTML file after your <title> tag in your <head>,
add the following line:
<head>
<title>Hello</title>
<link rel="stylesheet" href="style.css">
</head>
Click this button!
Button clicked!
This is what
JavaScript is used
for
What is JavaScript?
DOM
HTML source
code
Let’s write some
JavaScript!
document.getElementById('last').onclick = () => {
document.getElementById('last').innerHTML = 'Secret message';
};
And that’s it!
Let’s see what we can do with what we
just learned!
Example
Code at: https://github.com/semosem/webinar-asset
https://semosem.github.io/webinar-asset/
Thanks for coming!
Have feedback me?
https://fi.linkedin.com/in/semgebresilassie

More Related Content

PDF
PPTX
Curtin University Frontend Web Development
PPTX
pras ppjznsms zkskmssia znjzmsmsmkM JKamens
PDF
Introduction to Frontend Development - Session 1 - HTML Fundamentals
PPTX
PDF
web development.pdf
PPT
Introduction to web development
PDF
HTML+CSS: how to get started
Curtin University Frontend Web Development
pras ppjznsms zkskmssia znjzmsmsmkM JKamens
Introduction to Frontend Development - Session 1 - HTML Fundamentals
web development.pdf
Introduction to web development
HTML+CSS: how to get started

Similar to Intro_2_Web Development_17_01_2025_Webinar (20)

PPTX
web development.pptx
PDF
Lab1-FrontEndTraining For everybody..pdf
PPTX
Web development it slideWeb development it slidemy web development slide-...
PPT
CreatingWebPages-Part1.ppt
PPTX
Working-with-HTML-CSS-and-JavaScript.pptx
PPTX
025444215.pptx
PPTX
web pro web pro web pro web pro v w.pptx
PPT
The most effective development service is available to Pakistan.ppt
PDF
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
PPTX
Front-End-Development-Basics-and-HTML-Structure.pptx
PPT
1_Intro_toHTML.ppt
PPTX
Web Development basics with WordPress
PPTX
Rakshat bhati
PDF
435752048-web-development-report.pdf
PDF
BYOWHC823
PPTX
Basics about front-end
PPTX
The Language of the Web - HTML and CSS
PDF
Practical Web Development 1st Edition Wellens Paul
PDF
Web front end development introduction to html css and javascript
PPTX
Introduction to Web Development
web development.pptx
Lab1-FrontEndTraining For everybody..pdf
Web development it slideWeb development it slidemy web development slide-...
CreatingWebPages-Part1.ppt
Working-with-HTML-CSS-and-JavaScript.pptx
025444215.pptx
web pro web pro web pro web pro v w.pptx
The most effective development service is available to Pakistan.ppt
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
Front-End-Development-Basics-and-HTML-Structure.pptx
1_Intro_toHTML.ppt
Web Development basics with WordPress
Rakshat bhati
435752048-web-development-report.pdf
BYOWHC823
Basics about front-end
The Language of the Web - HTML and CSS
Practical Web Development 1st Edition Wellens Paul
Web front end development introduction to html css and javascript
Introduction to Web Development
Ad

More from Sem Gebresilassie (6)

PDF
Web forms the right way
PPTX
Dspace OAI-PMH
PPTX
Isotope.js
PPTX
Emotional intelligence
PPTX
Heuristic evaluation
PPTX
Brawl tooth
Web forms the right way
Dspace OAI-PMH
Isotope.js
Emotional intelligence
Heuristic evaluation
Brawl tooth
Ad

Recently uploaded (20)

PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Getting Started with Data Integration: FME Form 101
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PPTX
Chapter 5: Probability Theory and Statistics
PDF
August Patch Tuesday
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
1. Introduction to Computer Programming.pptx
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PDF
2021 HotChips TSMC Packaging Technologies for Chiplets and 3D_0819 publish_pu...
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
observCloud-Native Containerability and monitoring.pptx
PDF
Hindi spoken digit analysis for native and non-native speakers
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Univ-Connecticut-ChatGPT-Presentaion.pdf
Getting Started with Data Integration: FME Form 101
Final SEM Unit 1 for mit wpu at pune .pptx
DP Operators-handbook-extract for the Mautical Institute
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Chapter 5: Probability Theory and Statistics
August Patch Tuesday
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
A novel scalable deep ensemble learning framework for big data classification...
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
1. Introduction to Computer Programming.pptx
A comparative study of natural language inference in Swahili using monolingua...
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
2021 HotChips TSMC Packaging Technologies for Chiplets and 3D_0819 publish_pu...
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
observCloud-Native Containerability and monitoring.pptx
Hindi spoken digit analysis for native and non-native speakers

Intro_2_Web Development_17_01_2025_Webinar