HTML
FUNDAMENTAL
Digital Media I
About Me
Educational Background Work Experience
Candidate - Management Information system 2019 - Present
(MIS) EMMANUEL Finance & Operations Director
Innovations Hub Liberia
UNICAF University, Zambia
Bachelor Degree - Information
S. 2019 - Present
Part-time Lecturer - Starz University
Technology BLAMA March 2011 - Present
Starz University Sponsorship Manager - Kinder Afrikas e.V.
2019 - 2019
Receptionist
Central Bank of Liberia
Contact Details
Follow me Social Media
[email protected] eblama1 eblama1
(+231) 775799694 / 886990276
eblama1 eblama1
SELF-INTRODUCTION
Now that you know me, let's get to know you.
Work Experience and Give Details
01
Your Full Name 04
Habits
02
Major 05
Status/Level Expectations of this course
03 05
Ground Rules
No session in session Make sure to attempt all class
activities
No eating, no chewing
Attend all class and on time
Respect others view
(Physical/Virtual)
Avoid unplugging system and
Make the internet your friend
bringing water close to the
systems
Grading Scale
A total of 100 marks/percent or A is easy to
achieve for this course. Tools for this Class
Google Classroom
01 Attendance ................ 10 marks
WhatsApp & Telegram
02 Class Participation ..... 5 marks GitHub
03 Assignments & Quizzes ... 15 Spck Code Editor
marks (Phones)
Mid-Term Exam ......... 25 marks Visual Studio Code (PC)
04
Zoom
05 Final Project .............. 15 marks
06 Final Exam ................. 30 marks
Objectives
01 Understand HTML 03 Understand code
and why you should editors and what they
learn it. are use for.
02 Discuss the History 04 Discuss and understand
and different versions the basic structure of a
of HTML. HTML document
What is HTML
Let's brainstorm
What is HTML?
HTML stands for Hyper Text Markup Language which
is the most widely used language on web to develop
web pages
HTML is the standard Hypertext means that the A markup language is a way
markup language for document contains links that that computers speak to each
creating web pages allow the reader to jump to other to control how text is
other places in the document or processed and presented
another document altogether
History of HTML
HTML was invented from the
prototype written by Tim Berners-Lee
in 1991
HTML has a life span of roughly 28 years
HTML is based on SGML(Standard
Generalized Language)
HTML 5 is the latest and most
enhanced version of HTML.
Technically, HTML is not a
programming language, but rather a
markup language.
Versions of HTML? 2012 HTML
5
2000
HTML 4.1 1999 XHTML
1997 HTML
HTML
2.0 3.2
1995
HTML
1991
HTML vs XHTML
CASE SENSITIVE
ATTRIBUTE
DECLARATION
NESTING
ELEMENTS
EMPTY
ELEMENTS
SCRIPT
INCLUSION
What is Code Editor?
Computer software Text Editors
A HTML code editor is a computer An HTML file is a text file,
program or software for creating so to create an HTML file
or/and editing HTML documents
we can use any text editors.
or web pages.
Code editors for this class
For this class, we will use
Spck Code Editor and
Visual Studio Code editor.
Basic HTML Structure
Description of HTML Example
<!DOCTYPE html>: It defines the document type or it instruct
the browser about the version of HTML.
<html > :This tag informs the browser that it is an HTML
document. Text between html tag describes the web
document.
<head>: It should be the first element inside the <html>
element, which contains the metadata (information about the
document). It must be closed before the body tag opens.
<title>: As its name suggested, it is used to add title of that
HTML page which appears at the top of the browser window.
<body>: Text between body tag describes the body content of
the page that is visible to the end user. This tag contains the
main content of the HTML document.
Summary
HTML stands for HTML is a must for students
Hypertext Markup and working professionals
Language and it is the desiring to become a great
language widely use for software engineer and web
creating web pages. developer.
HTML was created using HTML code editor is a
the prototype design by computer program or
Tim Berners-Lee in late software for creating or/and
1991 editing HTML documents and
web pages.
Thank
You
ANY QUESTIONS?