SlideShare une entreprise Scribd logo
What is html?
How html works?
How html works?
Html tag:
• Opening tag
• Closing tag
<p> tag
<p dir="rtl"> This line will be shown as right to left
in browser </p>
Html attribute
<tag-name attribute-name = value>
Need to use “ ” for assigning value
Main attributes
• Id
• Class
• Title and
• Style..
Id and class value is case-sensitive.
<p id =“first” class=“attr1”> #attr1
<p class=“attr2”>
.attr1{}
#first{first}
Html style
<p style="font-family:arial; color:#FF0000;">
Some text. </p>
About contents:
Html extension
• Video file extension: .avi, .vod. .dat, .mp4,.mpeg
• Audio file extension: .mp3, .amr, .wav
• Image file extension: .jpg, .gif, .png
• .php , .html
Html editor
• IDE (Integrated Development Environment)
• Notepad,notepad++,dream weaver,
phpStorm,netbeans etc
Start html code
<html>
<head>
<title> </title>
</head>
<body>
Hellow World !!
</body>
</html>
** Never use space in html file name
** How to save html file in notepad
html
• Html indentation
• Html comments
• Html doctype
<!DOCTYPE html> for html5
Page validation is not possible without doctype declaration
Html 4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
Html :: 3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Html elements
<p>this is a paragraph</p>
Nested elements
Html main elements
1. <html>
2. <head>
3. <title>
4. <body>
** How to show source code?
<head> Element
<title>
<style>
<base>
<link>
<meta>
<script> and
<noscript>
<title> Element
What is body element?
Use of body elements
• background
• bgcolor
• link
• text Ges
• vlink
background
Absolute URL
Relative URL
<body background="URL of image">
<body background="images/grey.jpg">
<font>
• Compatibility Notes
• The size attribute of <font> is not supported in
HTML5. Use CSS instead.
• CSS syntax: <p style="font-size:20px">
Align
• Heading h1 to h6
• Heading with align attribute
• <html> <head> <title> Use of Align Attribute in HTML Paragraph Element
</title> </head> <body> <h1 align="center"> Justify Alignment in
Paragraph Element </h1> <p align="justify"> This Paragraph will be
displayed as justify-alignment in browser. All the lines in this Paragraph
will be shown in equal. This Paragraph will be displayed as justify-
alignment in browser. All the lines in this Paragraph will be shown in equal.
This Paragraph will be displayed as justify-alignment in browser. All the
lines in this Paragraph will be shown in equal. This Paragraph will be
displayed as justifyalignment in browser. All the lines in this Paragraph will
be shown in equal. This Paragraph will be displayed as justify-alignment in
browser All the lines in this Paragraph will be shown in </p> </body>
</html>
Use of <p> element style attribute
• <html> <head> <title> Use of Style Attribute in HTML
Paragraph Element </title>
</head> <body> <h1 align="center"> Use of Style
Element </h1> <p style="color:red; text-align:center;
font-size:20px; text-transform:capitalize;"> This
Paragraph will be shown as Red color and Center-
aligned & the Font size would be larger than normal.
This Paragraph will be shown as Red color and Center-
aligned & the Font size would be larger than normal.
This Paragraph will be shown as Red color and Center-
aligned & the Font size would be larger than normal.
</p> </body> </html>
Dir attribute (direction)
• Value itr -- default or rtl(right to left direction)
<html> <head> <title> Use of Dir Attribute in
HTML Paragraph Element </title> </head>
<body> <h1 align="center"> Right to Left
Direction in Paragraph Element </h1> <p
dir="rtl"> This Paragraph will be displayed from
right to left in browser. </p> </body> </html>
Use of Non-Breaking Space entity
&nbsp;
Example………………………
Line break element:: <br />
<html> <head> <title> Use of Line Break Element
</title> </head> <body> <h1 align="center"> Line
Break Collapsing! </h1> <p> My Bonnie lies over
the ocean. My Bonnie lies over the sea. My Bonnie
lies over the ocean. Oh, bring back my Bonnie to
me. </p> </body> </html>
Preformatted (<pre>) Element
• <html> <head> <title> Use of Preformatted
Element </title> </head> <body> <h1
align="center"> Count each Space & Line
Break using Preformatted Element !! </h1>
<pre> First Line Second Line Third Line Fourth
Line </pre> </body> </html>
Font attribute
• Color attribute
• Font face
<font face="Font_Name">
Arial, Calbiri, Courier, Times New Roman
Font size
<font size="2">
*Bold element
*Italic element
*Under line element
*Center element
*Img tag --- img src
*<s> and <strike> Elements
<tt> Element tt means TeleType
<sup> Element
<sub> Element
<big> Element
<small> element
<hr /> element with width attribute
• <html> <head> <title> Use of HTML
Presentational Elements! </title> </head>
<body> <h1 align="center"> Width Attribute in
HR Element </h1>
<h1>HTML</h1>
<p>HTML is a language for describing web
pages.</p>
<hr width="50%“ align=“left” />
<h1>CSS</h1>
<p>CSS defines how to display HTML
elements.</p> </body> </html>
HTML tutorial chapter 1

Contenu connexe

Tendances

I Love codeigniter, You?
I Love codeigniter, You?I Love codeigniter, You?
I Love codeigniter, You?
إسماعيل عاشور
 
Day of code
Day of codeDay of code
Day of code
Evan Farr
 
Web Design Course: CSS lecture 4
Web Design Course: CSS  lecture 4Web Design Course: CSS  lecture 4
Web Design Course: CSS lecture 4
Gheyath M. Othman
 
Haml in 5 minutes
Haml in 5 minutesHaml in 5 minutes
Haml in 5 minutes
cameronbot
 
5 Reasons To Love CodeIgniter
5 Reasons To Love CodeIgniter5 Reasons To Love CodeIgniter
5 Reasons To Love CodeIgniter
nicdev
 
How does get template part works in twenty ten theme
How does get template part works in twenty ten themeHow does get template part works in twenty ten theme
How does get template part works in twenty ten theme
mohd rozani abd ghani
 
XHTML basics
XHTML basicsXHTML basics
XHTML basics
Todd Barber
 
Chapter 6 html
Chapter 6 htmlChapter 6 html
Chapter 6 html
home
 
Django Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Django Introduction Osscamp Delhi September 08 09 2007 Mir NazimDjango Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Django Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Mir Nazim
 
Html5 attributes
Html5  attributesHtml5  attributes
Html5 attributes
AbhishekMondal42
 
Html Hands On
Html Hands OnHtml Hands On
Html Hands On
corneliuskoo
 
Html 5
Html 5Html 5
Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3
Gheyath M. Othman
 
HyperText Markup Language - HTML
HyperText Markup Language - HTMLHyperText Markup Language - HTML
HyperText Markup Language - HTML
Sun Technlogies
 
Intro to CSS Presentation
Intro to CSS PresentationIntro to CSS Presentation
Intro to CSS Presentation
WP Pittsburgh Meetup Group
 
KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7
phuphax
 
Session no 4
Session no 4Session no 4
Session no 4
Saif Ullah Dar
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
Amit Tyagi
 

Tendances (18)

I Love codeigniter, You?
I Love codeigniter, You?I Love codeigniter, You?
I Love codeigniter, You?
 
Day of code
Day of codeDay of code
Day of code
 
Web Design Course: CSS lecture 4
Web Design Course: CSS  lecture 4Web Design Course: CSS  lecture 4
Web Design Course: CSS lecture 4
 
Haml in 5 minutes
Haml in 5 minutesHaml in 5 minutes
Haml in 5 minutes
 
5 Reasons To Love CodeIgniter
5 Reasons To Love CodeIgniter5 Reasons To Love CodeIgniter
5 Reasons To Love CodeIgniter
 
How does get template part works in twenty ten theme
How does get template part works in twenty ten themeHow does get template part works in twenty ten theme
How does get template part works in twenty ten theme
 
XHTML basics
XHTML basicsXHTML basics
XHTML basics
 
Chapter 6 html
Chapter 6 htmlChapter 6 html
Chapter 6 html
 
Django Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Django Introduction Osscamp Delhi September 08 09 2007 Mir NazimDjango Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Django Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
 
Html5 attributes
Html5  attributesHtml5  attributes
Html5 attributes
 
Html Hands On
Html Hands OnHtml Hands On
Html Hands On
 
Html 5
Html 5Html 5
Html 5
 
Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3
 
HyperText Markup Language - HTML
HyperText Markup Language - HTMLHyperText Markup Language - HTML
HyperText Markup Language - HTML
 
Intro to CSS Presentation
Intro to CSS PresentationIntro to CSS Presentation
Intro to CSS Presentation
 
KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7
 
Session no 4
Session no 4Session no 4
Session no 4
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 

Similaire à HTML tutorial chapter 1

HTML-Basic.pptx
HTML-Basic.pptxHTML-Basic.pptx
HTML-Basic.pptx
Pandiya Rajan
 
Computer application html
Computer application htmlComputer application html
Computer application html
PrashantChahal3
 
Unit2_2024.pptx are related to PHP HTML CSS
Unit2_2024.pptx are related to PHP HTML CSSUnit2_2024.pptx are related to PHP HTML CSS
Unit2_2024.pptx are related to PHP HTML CSS
abhinandankondekar2
 
Presentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguagePresentation of Hyper Text Markup Language
Presentation of Hyper Text Markup Language
JohnLagman3
 
html-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfhtml-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdf
JohnLagman3
 
Html
HtmlHtml
Html
HtmlHtml
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
vardanyan99
 
Html intro
Html introHtml intro
Html intro
Robyn Overstreet
 
HTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginnersHTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginners
PrakritiDhang
 
Html cia
Html ciaHtml cia
Frontend for developers
Frontend for developersFrontend for developers
Frontend for developers
Hernan Mammana
 
html.pptx
html.pptxhtml.pptx
html.pptx
JoelPimentel16
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
aakash choudhary
 
Web Designing.docx
Web Designing.docxWeb Designing.docx
Web Designing.docx
AtulTiwari578750
 
Html basics
Html basicsHtml basics
Html basics
wakeel132
 
Summary of-xhtml-basics
Summary of-xhtml-basicsSummary of-xhtml-basics
Summary of-xhtml-basics
starlanter
 
Html.docx
Html.docxHtml.docx
Html.docx
Noman Ali
 
Html ppt
Html pptHtml ppt
Html ppt
Ruchi Kumari
 
VAIBHAV JAIN WEB TECHNOLOGY.pptx
VAIBHAV JAIN WEB TECHNOLOGY.pptxVAIBHAV JAIN WEB TECHNOLOGY.pptx
VAIBHAV JAIN WEB TECHNOLOGY.pptx
VAIBHAV481101
 

Similaire à HTML tutorial chapter 1 (20)

HTML-Basic.pptx
HTML-Basic.pptxHTML-Basic.pptx
HTML-Basic.pptx
 
Computer application html
Computer application htmlComputer application html
Computer application html
 
Unit2_2024.pptx are related to PHP HTML CSS
Unit2_2024.pptx are related to PHP HTML CSSUnit2_2024.pptx are related to PHP HTML CSS
Unit2_2024.pptx are related to PHP HTML CSS
 
Presentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguagePresentation of Hyper Text Markup Language
Presentation of Hyper Text Markup Language
 
html-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfhtml-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdf
 
Html
HtmlHtml
Html
 
Html
HtmlHtml
Html
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
 
Html intro
Html introHtml intro
Html intro
 
HTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginnersHTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginners
 
Html cia
Html ciaHtml cia
Html cia
 
Frontend for developers
Frontend for developersFrontend for developers
Frontend for developers
 
html.pptx
html.pptxhtml.pptx
html.pptx
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 
Web Designing.docx
Web Designing.docxWeb Designing.docx
Web Designing.docx
 
Html basics
Html basicsHtml basics
Html basics
 
Summary of-xhtml-basics
Summary of-xhtml-basicsSummary of-xhtml-basics
Summary of-xhtml-basics
 
Html.docx
Html.docxHtml.docx
Html.docx
 
Html ppt
Html pptHtml ppt
Html ppt
 
VAIBHAV JAIN WEB TECHNOLOGY.pptx
VAIBHAV JAIN WEB TECHNOLOGY.pptxVAIBHAV JAIN WEB TECHNOLOGY.pptx
VAIBHAV JAIN WEB TECHNOLOGY.pptx
 

Dernier

BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
Wahiba Chair Training & Consulting
 

Dernier (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
 

HTML tutorial chapter 1

  • 1. What is html? How html works?
  • 3. Html tag: • Opening tag • Closing tag <p> tag <p dir="rtl"> This line will be shown as right to left in browser </p>
  • 4. Html attribute <tag-name attribute-name = value> Need to use “ ” for assigning value
  • 5. Main attributes • Id • Class • Title and • Style.. Id and class value is case-sensitive. <p id =“first” class=“attr1”> #attr1 <p class=“attr2”> .attr1{} #first{first}
  • 6. Html style <p style="font-family:arial; color:#FF0000;"> Some text. </p> About contents:
  • 7. Html extension • Video file extension: .avi, .vod. .dat, .mp4,.mpeg • Audio file extension: .mp3, .amr, .wav • Image file extension: .jpg, .gif, .png • .php , .html
  • 8. Html editor • IDE (Integrated Development Environment) • Notepad,notepad++,dream weaver, phpStorm,netbeans etc
  • 9. Start html code <html> <head> <title> </title> </head> <body> Hellow World !! </body> </html> ** Never use space in html file name ** How to save html file in notepad
  • 10. html • Html indentation • Html comments • Html doctype <!DOCTYPE html> for html5 Page validation is not possible without doctype declaration Html 4 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> Html :: 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  • 11. Html elements <p>this is a paragraph</p>
  • 13. Html main elements 1. <html> 2. <head> 3. <title> 4. <body> ** How to show source code?
  • 15. Use of body elements • background • bgcolor • link • text Ges • vlink
  • 16. background Absolute URL Relative URL <body background="URL of image"> <body background="images/grey.jpg">
  • 17. <font> • Compatibility Notes • The size attribute of <font> is not supported in HTML5. Use CSS instead. • CSS syntax: <p style="font-size:20px">
  • 18. Align • Heading h1 to h6 • Heading with align attribute • <html> <head> <title> Use of Align Attribute in HTML Paragraph Element </title> </head> <body> <h1 align="center"> Justify Alignment in Paragraph Element </h1> <p align="justify"> This Paragraph will be displayed as justify-alignment in browser. All the lines in this Paragraph will be shown in equal. This Paragraph will be displayed as justify- alignment in browser. All the lines in this Paragraph will be shown in equal. This Paragraph will be displayed as justify-alignment in browser. All the lines in this Paragraph will be shown in equal. This Paragraph will be displayed as justifyalignment in browser. All the lines in this Paragraph will be shown in equal. This Paragraph will be displayed as justify-alignment in browser All the lines in this Paragraph will be shown in </p> </body> </html>
  • 19. Use of <p> element style attribute • <html> <head> <title> Use of Style Attribute in HTML Paragraph Element </title> </head> <body> <h1 align="center"> Use of Style Element </h1> <p style="color:red; text-align:center; font-size:20px; text-transform:capitalize;"> This Paragraph will be shown as Red color and Center- aligned & the Font size would be larger than normal. This Paragraph will be shown as Red color and Center- aligned & the Font size would be larger than normal. This Paragraph will be shown as Red color and Center- aligned & the Font size would be larger than normal. </p> </body> </html>
  • 20. Dir attribute (direction) • Value itr -- default or rtl(right to left direction) <html> <head> <title> Use of Dir Attribute in HTML Paragraph Element </title> </head> <body> <h1 align="center"> Right to Left Direction in Paragraph Element </h1> <p dir="rtl"> This Paragraph will be displayed from right to left in browser. </p> </body> </html>
  • 21. Use of Non-Breaking Space entity &nbsp; Example……………………… Line break element:: <br /> <html> <head> <title> Use of Line Break Element </title> </head> <body> <h1 align="center"> Line Break Collapsing! </h1> <p> My Bonnie lies over the ocean. My Bonnie lies over the sea. My Bonnie lies over the ocean. Oh, bring back my Bonnie to me. </p> </body> </html>
  • 22. Preformatted (<pre>) Element • <html> <head> <title> Use of Preformatted Element </title> </head> <body> <h1 align="center"> Count each Space & Line Break using Preformatted Element !! </h1> <pre> First Line Second Line Third Line Fourth Line </pre> </body> </html>
  • 23. Font attribute • Color attribute • Font face <font face="Font_Name"> Arial, Calbiri, Courier, Times New Roman Font size <font size="2"> *Bold element *Italic element *Under line element *Center element *Img tag --- img src *<s> and <strike> Elements <tt> Element tt means TeleType <sup> Element <sub> Element <big> Element <small> element
  • 24. <hr /> element with width attribute • <html> <head> <title> Use of HTML Presentational Elements! </title> </head> <body> <h1 align="center"> Width Attribute in HR Element </h1> <h1>HTML</h1> <p>HTML is a language for describing web pages.</p> <hr width="50%“ align=“left” /> <h1>CSS</h1> <p>CSS defines how to display HTML elements.</p> </body> </html>