Getting
started with
Michael Wekesa
Web development series
2022 May 28
Slide 2
Slide 2 text
This markup tells a web browser how to display text,
images and other forms of multimedia on a webpage
What is
HTML - Hyper Text Markup Language.
Slide 3
Slide 3 text
More html
Text document saved with the extension .html
Contains some text written in between "< >" tags
known as elements.
Elements are defined by opening and closing tags
and they serve a specific function eg. for
making text bold.
3
Slide 4
Slide 4 text
4
Text document saved with the extension .html
Contains some text written in between "< >" tags known
as elements.
Elements are defined by opening and closing tags and
they serve a specific function eg. for making
text bold
Slide 5
Slide 5 text
More explanation!
A html document is what makes a webpage,
accampanied with other files that add features and
styling to a webpage, or to serve a purpose in the
webpage.
5
Some of these files include.
Slide 6
Slide 6 text
CSS, the designer for HTML
CSS - Cascading Style Sheets
CSS is used for styling html files
It has a syntax in which it is written.
6
Slide 7
Slide 7 text
Sample code.
Slide 8
Slide 8 text
JS, The brains.
CSS - Javascript
JavaScript enables dynamic
interactivity on websites when it is
applied to an HTML document.
6
Slide 9
Slide 9 text
Sample code.
Slide 10
Slide 10 text
Page Title
My First Heading
My first paragraph.
Sample code.
Slide 11
Slide 11 text
Thank you
for listening
Michael Wekesa
For Presenration
2022 May 28