SlideShare a Scribd company logo
HTML5 & CSS3 BASICS
BAIMAM BOUKAR
Google DSC, ICT-University
WEBTRACK SESSION
PRESENTATION PL AN
Setup of development environment, installation
of required tools
ENVIRONMENT SETUP
2
Overview and discovering of most used HTML
Tags
HTML TAGS AND STYLING
3
Build simple Web pages from scratch
SIMPLE PROJECTS
4
History, definition and Importance
WHAT ARE HTML5 & CSS
1
Sir TIM BERNERS LEE
WHAT IS HTML ?
D E F I N IT ION
HTML stands for HyperText Markup Language. It is not a
programming language but rather a Markup Language. HTML is
used to structure web pages. It is the root and main element behind
every web page
H I S TORY
It has been created by Sir TIM Berners Lee A former Oxford-
University graduate, In 1989.
The first ever website created with HTML is http://info.cern.ch
Today HTML is in hist 5th version, which is officially the last version.
That’s why we talk about HTML5
HOW DOES IT WORK ?
HTML is used to structure web pages. That means defining
things like headlines and paragraphs, and allowing you to
embed images, video, and other media
HTML consists of a series of short codes typed into a text-file by the site author ,
these are the tags. The text is then saved as a html file, and viewed through a web
browser, like Internet Explorer, Safari, Google Chrome, Opera, Mozilla
Firefox or Netscape. This browser reads the file and translates ( Interpretation ) the
text into a visible form, hopefully rendering the page as the author had intended
W3C CONSORTIUM
WHAT IS CSS ?
D E F I N IT ION
CSS stands for Cascading Style Sheet. It is used for styling and
designing HTML elements. CSS comes to render our HTML pages
more prettier and attractives.
H I S TORY
It has been created by W3C, The World Wide Web
Consortium , In 1994.
Today CSS is in hist 3rd version, which is officially the last version.
That’s why we talk about CSS3
HOW DOES IT WORK ?
CSS make your web pages more presentable by interacting
with HTML elements. Indeed, by using css you can apply to
your HTML tag all styles you want ( text colors, font-size, font
styles, layouts )
Think of HTML as the body skeleton, and CSS as how good is this person dressed
There is no any pre-required knowledge to
learn HTML & CSS
ENVIRONMENT SETUP
All you need is to install a Web
Browser and a text editor
HTML TAGS & STYLING
Now let’s deep dive in this topic
HTML BASIC TEMPLATE
ANATOMY OF A HTML TAG
TYPOGRAPHY TAGS & LAYOUT ( headings, divisions & paragraphs)
FORMS TAGS ( input tags, buttons, radio, select )
HTML MEDIA ( Images, Videos, audio )
WHAT WILL WE SEE?
Every HTML page
must have these four
Tags
 HTML
It introduces a new HTML document
 HEAD
It contains all meta tags relative to the author and
what the page about
 TITLE
It specifies the title of the page
 BODY
It contains all the HTML elemnts that will be displayed
in the page in the browser
BASIC HTML TEMPLATE
Body
content
title
ANATOMY OF A HTML TAG
THIS IS HOW A HTML TAG LOOK
LIKE
<TAG attribute-1=“value”
attribute-n=“value’’>
Content is Here
</TAG>
CLOSING TAG
OPENING TAG
ORPHAN TAGS DON’T HAVE
CLOSING
<ORPHAN-TAG attribute-
1=“value” attribute-n=“value’’> />
EVERY TAG CAN HAVE AN
ATTRIBUTE
<HX>
Heading Text
</HX>
HEADING TAGS: HX
Body
content
title
The X can be 1, 2, 3, 4, 5 or 6.
It specifies the level of our
heading
The heading is as large as x is
small
<P> Lorem ipsum
dolor si amet </P>
PARAGRAPH TAG: P
Body
content
title
This tag is used to introduce a
paragraph
<DIV> This is a division
</DIV>
DIVISION TAG: DIV
Body
content
title
The division tag is a layout tag
used in different many
contexts
<INPUT TYPE=“x”/>
INPUTS TAG: INPUT
Body
content
title
The x specifies the type of the
input
It can be type text, password,
file, number, etc…
<SELECT>
<OPTION> choice I <OPTION>
<OPTION> choice N <OPTION>
</SELECT>
SELECT TAG: SELECT
Body
content
title
The select tag allow us to
choose one option among
many options
<INPUT TYPE=“radio”/>
<INPUT TYPE=“Checkbox”/>
RADIO AND CHECKBOX TAGS
Body
content
title
Radio and Checkbox allow us
to choose an element among
many elements
<BUTTON>
Button title
</BUTTON >
BUTTONS TAGS: BUTTON
Body
content
title
Buttons are used to interact
with other elements, and
submit forms
<IMG src=“file_path”/>
IMAGE TAGS: IMG
Body
content
title
IMG tag is used to insert
images in the web pages…
The SRC attribute is to specify
the path of the image we want
to insert
<VIDEO src=“file_path”/>
VIDEO TAGS: VIDEO
Body
content
title
VIDEO tag is used to insert
videos in the web pages…
The SRC attribute is to specify
the path of the video we want
to insert
I C T - U S T U D E N T P O R TA L L O G I N
C L O N E
division
paragraph
image
heading
button
THANK YOU
AND SEE YOU TO THE NEXT SESSION

More Related Content

Similar to DSC, html and CSS basics.pptx

Presentation Slides.pptx
Presentation Slides.pptxPresentation Slides.pptx
Presentation Slides.pptx
Perfectkode Software Technology
 
INTRODUCTION TO HTML.pptx
INTRODUCTION TO HTML.pptxINTRODUCTION TO HTML.pptx
INTRODUCTION TO HTML.pptx
AhmadJani5
 
HTML
HTMLHTML
WEB DVELOPEMENT
WEB DVELOPEMENTWEB DVELOPEMENT
WEB DVELOPEMENT
20EE77TanmayPrajapat
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
vaseemshaik21
 
Web Concepts - an introduction - introduction
Web Concepts - an introduction - introductionWeb Concepts - an introduction - introduction
Web Concepts - an introduction - introduction
clement swarnappa
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).ppt
Marktero2
 
Html tutorials-infotech aus
Html tutorials-infotech ausHtml tutorials-infotech aus
Html tutorials-infotech aus
Nilesh Pujara
 
FFW Gabrovo PMG - HTML
FFW Gabrovo PMG - HTMLFFW Gabrovo PMG - HTML
FFW Gabrovo PMG - HTML
Toni Kolev
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1
Heather Rock
 
GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1
Heather Rock
 
Markup language classification, designing static and dynamic
Markup language classification, designing static and dynamicMarkup language classification, designing static and dynamic
Markup language classification, designing static and dynamic
Ankita Bhalla
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
Sayan De
 
Html5 css3
Html5 css3Html5 css3
Html5 css3
Altaf Pinjari
 
HTML/CSS Lecture 1
HTML/CSS Lecture 1HTML/CSS Lecture 1
HTML/CSS Lecture 1
Lee Lundrigan
 
About html
About htmlAbout html
About html
Manvigangwar
 
Web Site Designing - Basic
Web Site Designing - Basic Web Site Designing - Basic
Web Site Designing - Basic
Sanduni Palliyaguru
 
introdution-to-html_jayarao27_11_22.pptx
introdution-to-html_jayarao27_11_22.pptxintrodution-to-html_jayarao27_11_22.pptx
introdution-to-html_jayarao27_11_22.pptx
jayarao21
 
Introduction to whats new in css3
Introduction to whats new in css3Introduction to whats new in css3
Introduction to whats new in css3
Usman Mehmood
 
WT Module-1.pdf
WT Module-1.pdfWT Module-1.pdf
WT Module-1.pdf
RamyaH11
 

Similar to DSC, html and CSS basics.pptx (20)

Presentation Slides.pptx
Presentation Slides.pptxPresentation Slides.pptx
Presentation Slides.pptx
 
INTRODUCTION TO HTML.pptx
INTRODUCTION TO HTML.pptxINTRODUCTION TO HTML.pptx
INTRODUCTION TO HTML.pptx
 
HTML
HTMLHTML
HTML
 
WEB DVELOPEMENT
WEB DVELOPEMENTWEB DVELOPEMENT
WEB DVELOPEMENT
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
 
Web Concepts - an introduction - introduction
Web Concepts - an introduction - introductionWeb Concepts - an introduction - introduction
Web Concepts - an introduction - introduction
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).ppt
 
Html tutorials-infotech aus
Html tutorials-infotech ausHtml tutorials-infotech aus
Html tutorials-infotech aus
 
FFW Gabrovo PMG - HTML
FFW Gabrovo PMG - HTMLFFW Gabrovo PMG - HTML
FFW Gabrovo PMG - HTML
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1
 
GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1
 
Markup language classification, designing static and dynamic
Markup language classification, designing static and dynamicMarkup language classification, designing static and dynamic
Markup language classification, designing static and dynamic
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Html5 css3
Html5 css3Html5 css3
Html5 css3
 
HTML/CSS Lecture 1
HTML/CSS Lecture 1HTML/CSS Lecture 1
HTML/CSS Lecture 1
 
About html
About htmlAbout html
About html
 
Web Site Designing - Basic
Web Site Designing - Basic Web Site Designing - Basic
Web Site Designing - Basic
 
introdution-to-html_jayarao27_11_22.pptx
introdution-to-html_jayarao27_11_22.pptxintrodution-to-html_jayarao27_11_22.pptx
introdution-to-html_jayarao27_11_22.pptx
 
Introduction to whats new in css3
Introduction to whats new in css3Introduction to whats new in css3
Introduction to whats new in css3
 
WT Module-1.pdf
WT Module-1.pdfWT Module-1.pdf
WT Module-1.pdf
 

Recently uploaded

[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
BibashShahi
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
Edge AI and Vision Alliance
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
DianaGray10
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
saastr
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 

Recently uploaded (20)

[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 
Artificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic WarfareArtificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic Warfare
 
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 

DSC, html and CSS basics.pptx

  • 1. HTML5 & CSS3 BASICS BAIMAM BOUKAR Google DSC, ICT-University WEBTRACK SESSION
  • 2. PRESENTATION PL AN Setup of development environment, installation of required tools ENVIRONMENT SETUP 2 Overview and discovering of most used HTML Tags HTML TAGS AND STYLING 3 Build simple Web pages from scratch SIMPLE PROJECTS 4 History, definition and Importance WHAT ARE HTML5 & CSS 1
  • 3. Sir TIM BERNERS LEE WHAT IS HTML ? D E F I N IT ION HTML stands for HyperText Markup Language. It is not a programming language but rather a Markup Language. HTML is used to structure web pages. It is the root and main element behind every web page H I S TORY It has been created by Sir TIM Berners Lee A former Oxford- University graduate, In 1989. The first ever website created with HTML is http://info.cern.ch Today HTML is in hist 5th version, which is officially the last version. That’s why we talk about HTML5
  • 4. HOW DOES IT WORK ? HTML is used to structure web pages. That means defining things like headlines and paragraphs, and allowing you to embed images, video, and other media HTML consists of a series of short codes typed into a text-file by the site author , these are the tags. The text is then saved as a html file, and viewed through a web browser, like Internet Explorer, Safari, Google Chrome, Opera, Mozilla Firefox or Netscape. This browser reads the file and translates ( Interpretation ) the text into a visible form, hopefully rendering the page as the author had intended
  • 5. W3C CONSORTIUM WHAT IS CSS ? D E F I N IT ION CSS stands for Cascading Style Sheet. It is used for styling and designing HTML elements. CSS comes to render our HTML pages more prettier and attractives. H I S TORY It has been created by W3C, The World Wide Web Consortium , In 1994. Today CSS is in hist 3rd version, which is officially the last version. That’s why we talk about CSS3
  • 6. HOW DOES IT WORK ? CSS make your web pages more presentable by interacting with HTML elements. Indeed, by using css you can apply to your HTML tag all styles you want ( text colors, font-size, font styles, layouts ) Think of HTML as the body skeleton, and CSS as how good is this person dressed
  • 7. There is no any pre-required knowledge to learn HTML & CSS ENVIRONMENT SETUP All you need is to install a Web Browser and a text editor
  • 8. HTML TAGS & STYLING Now let’s deep dive in this topic HTML BASIC TEMPLATE ANATOMY OF A HTML TAG TYPOGRAPHY TAGS & LAYOUT ( headings, divisions & paragraphs) FORMS TAGS ( input tags, buttons, radio, select ) HTML MEDIA ( Images, Videos, audio ) WHAT WILL WE SEE?
  • 9. Every HTML page must have these four Tags  HTML It introduces a new HTML document  HEAD It contains all meta tags relative to the author and what the page about  TITLE It specifies the title of the page  BODY It contains all the HTML elemnts that will be displayed in the page in the browser BASIC HTML TEMPLATE Body content title
  • 10. ANATOMY OF A HTML TAG THIS IS HOW A HTML TAG LOOK LIKE <TAG attribute-1=“value” attribute-n=“value’’> Content is Here </TAG> CLOSING TAG OPENING TAG ORPHAN TAGS DON’T HAVE CLOSING <ORPHAN-TAG attribute- 1=“value” attribute-n=“value’’> /> EVERY TAG CAN HAVE AN ATTRIBUTE
  • 11. <HX> Heading Text </HX> HEADING TAGS: HX Body content title The X can be 1, 2, 3, 4, 5 or 6. It specifies the level of our heading The heading is as large as x is small
  • 12. <P> Lorem ipsum dolor si amet </P> PARAGRAPH TAG: P Body content title This tag is used to introduce a paragraph
  • 13. <DIV> This is a division </DIV> DIVISION TAG: DIV Body content title The division tag is a layout tag used in different many contexts
  • 14. <INPUT TYPE=“x”/> INPUTS TAG: INPUT Body content title The x specifies the type of the input It can be type text, password, file, number, etc…
  • 15. <SELECT> <OPTION> choice I <OPTION> <OPTION> choice N <OPTION> </SELECT> SELECT TAG: SELECT Body content title The select tag allow us to choose one option among many options
  • 16. <INPUT TYPE=“radio”/> <INPUT TYPE=“Checkbox”/> RADIO AND CHECKBOX TAGS Body content title Radio and Checkbox allow us to choose an element among many elements
  • 17. <BUTTON> Button title </BUTTON > BUTTONS TAGS: BUTTON Body content title Buttons are used to interact with other elements, and submit forms
  • 18. <IMG src=“file_path”/> IMAGE TAGS: IMG Body content title IMG tag is used to insert images in the web pages… The SRC attribute is to specify the path of the image we want to insert
  • 19. <VIDEO src=“file_path”/> VIDEO TAGS: VIDEO Body content title VIDEO tag is used to insert videos in the web pages… The SRC attribute is to specify the path of the video we want to insert
  • 20. I C T - U S T U D E N T P O R TA L L O G I N C L O N E division paragraph image heading button
  • 21.
  • 22. THANK YOU AND SEE YOU TO THE NEXT SESSION