SlideShare a Scribd company logo
1.1 html lec 1
IoT Code LabS M A R T T E C H L I F E
iotcodelab.com
RESEARCH DEVELOPMENT TRAINING
HTML: LEC 1
H T M L B A S I C , H E A D I N G , T E X T
F O R M AT T I N G , L I N K , I M A G E , C O M M E N T
HTML
HyperText Markup Language
Represent Content ofWeb Page
Tag
Attribute
TAG
OpenTag
Close Tag
Tag Element
<h2> This is heading 2 </h2>
Close
Tag
Tag Element
Open
Tag
ATTRIBUTE
Additional information of Elements
Define in the Open tag
Written as Name=“Value” Pair
Attribute
<p title=“Paragraph 1”>
This is Paragraph
</p>
HTML
head
body
HEAD
title
style
link
script
meta
base
BODY
Text
Heading
List
Link
Table
Form
Multimedia
Image
Audio
Video
Animation
HTML BASIC STRUCTURE
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
START CODING
<!DOCTYPE html>
<html>
<head>
<title> My First Web Page</title>
</head>
<body>
Hello, I am Learning HTML
</body>
</html>
HEADING
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
</body>
TEXT FORMATTING
Paragraph <p> This is Sample Paragraph </p>
Bold <b> </b>
Important <strong> </strong>
Underline <u> </u>
Insert <ins> </ins>
Italic <i> </i>
Emphasized <em> </em>
Address <address> </address>
Work Title <cite> </cite>
TEXT FORMATTING
StrickThrough <del> </del>
Mark <mark> </mark>
Small <small> </small>
Subscript <sub> </sub>
Superscript <sup> </sup>
Quotation <q> </q>
Block Quote <blockquote> </blockquote>
Abbreviation <abbr title="title">abbr text</abbr>
TEXT FORMATTING
Preformatted <pre> </pre>
Line Break <br>
Horizontal Rule <hr>
Computer Code <code> </code>
Keyboard Input <kbd> </kbd>
Computer Output <samp> </samp>
Variable <var> </var>
Text Direction <bdo dir=“rtl”> </bdo>
HYPER LINK
Internal
<a href=“index.html”>
Home
</a>
External
<a href=“https://www.google.com”>
Go To Google
</a>
LINK : TARGET
_self
<a href=“index.html” target=“_self”>
Home
</a>
_blank
<a href=“https://www.fb.com” target=“_blank”>
GoTo Facebook
</a>
IMAGE
<img src=“logo.png”>
<img src=“logo.png” alt=“Text if image not displayed”>
<img src=“logo.png” height=“200” width=“200”>
<img src=“logo.png” alt=“Text if image not displayed”
height=“200” width=“200”>
IMAGE
<img src="logo.png" style="width:128px;height:128px;">
<img src="images/logo.png ">
<img src="https://www.google.com/images/...">
IMAGE AS LINK
<a href=“index.html”>
<img src=“logo.png”>
</a>
FIGURE: IMAGE
<figure>
<img src="banner.jpg" alt=“Banner">
<figcaption>Banner</figcaption>
</figure>
HTML: COMMENTS
Comments
<!-- Write your comments here -->
Conditional Comments
<!--[if IE 9]>
.... some HTML here ....
<![endif]-->
DOCUMENTATION
We will use always the “Lower Case” letter to write the
HTML document.
We use necessary indentation in the document
TOPIC COVERED : HTML
Tag & Attribute
Head
title
link
style
script
meta
base
Body
Heading
Text Formatting
Link
Image
Comment
ANY
QUESTION?
1.1 html lec 1
IoT Code LabS M A R T T E C H L I F E
iotcodelab.com
RESEARCH DEVELOPMENT TRAINING

More Related Content

PDF
4.1 html lec 4
PDF
5.1 html lec 5
PDF
7.1 html lec 7
PDF
6.1 html lec 6
KEY
HTML presentation for beginners
PDF
Getting Information through HTML Forms
PPTX
HTML all tags .........its to much helpful for beginners
PPTX
Html 5 Forms
4.1 html lec 4
5.1 html lec 5
7.1 html lec 7
6.1 html lec 6
HTML presentation for beginners
Getting Information through HTML Forms
HTML all tags .........its to much helpful for beginners
Html 5 Forms

What's hot (18)

PPT
Learning Html
PPTX
Web designing (1) - Html Basic Codding
PPTX
Html5 structure tags
PPTX
Basic HTML
DOCX
HTML Web design english & sinhala mix note
DOCX
Class 10th FIT Practical File(HTML)
PDF
Html tags describe in bangla
DOCX
Html 5 tags
PPTX
HTML5 Web Forms
PPT
PPT on Basic HTML Tags
PDF
PPTX
HyperText Markup Language - HTML
PPTX
Html ppt
PDF
Html tags or elements
PPTX
HTML Basic, CSS Basic, JavaScript basic.
PPTX
Basic of HTML, CSS(StyleSheet), JavaScript(js), Bootstrap, JSON & AngularJS
PDF
Learning Html
Web designing (1) - Html Basic Codding
Html5 structure tags
Basic HTML
HTML Web design english & sinhala mix note
Class 10th FIT Practical File(HTML)
Html tags describe in bangla
Html 5 tags
HTML5 Web Forms
PPT on Basic HTML Tags
HyperText Markup Language - HTML
Html ppt
Html tags or elements
HTML Basic, CSS Basic, JavaScript basic.
Basic of HTML, CSS(StyleSheet), JavaScript(js), Bootstrap, JSON & AngularJS
Ad

Similar to 1.1 html lec 1 (20)

PPTX
Html basics-auro skills
PPTX
Wdf 222chp iii vi
PPTX
Learn HTML Easier
PDF
If you know nothing about HTML, this is where you can start !!
PPTX
POLITEKNIK MALAYSIA
PPTX
4. html css-java script-basics
PPTX
4. html css-java script-basics
PPTX
4. html css-java script-basics
PPTX
HTML web design_ an introduction to design
PPTX
HTML Fundamentals
PPTX
3 1-html-fundamentals-110302100520-phpapp02
DOCX
Caracteristicas Basicas De Htlm
PPTX
HTML CSS by Anubhav Singh
PPTX
Html css java script basics All about you need
PDF
HTML guide for beginners
PPTX
Additional HTML
DOCX
Print this
PPTX
HTML, CSS and Java Scripts Basics
PDF
Basic of HTML
PPTX
Intro to HTML and CSS
Html basics-auro skills
Wdf 222chp iii vi
Learn HTML Easier
If you know nothing about HTML, this is where you can start !!
POLITEKNIK MALAYSIA
4. html css-java script-basics
4. html css-java script-basics
4. html css-java script-basics
HTML web design_ an introduction to design
HTML Fundamentals
3 1-html-fundamentals-110302100520-phpapp02
Caracteristicas Basicas De Htlm
HTML CSS by Anubhav Singh
Html css java script basics All about you need
HTML guide for beginners
Additional HTML
Print this
HTML, CSS and Java Scripts Basics
Basic of HTML
Intro to HTML and CSS
Ad

More from IoT Code Lab (6)

PDF
Chapter 1 Basic Programming (Python Programming Lecture)
PDF
Chapter 2 Decision Making (Python Programming Lecture)
PDF
Chapter 0 Python Overview (Python Programming Lecture)
PDF
3.1 html lec 3
PDF
2.1 html lec 2
PDF
1.0 intro
Chapter 1 Basic Programming (Python Programming Lecture)
Chapter 2 Decision Making (Python Programming Lecture)
Chapter 0 Python Overview (Python Programming Lecture)
3.1 html lec 3
2.1 html lec 2
1.0 intro

Recently uploaded (20)

PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
HVAC Specification 2024 according to central public works department
PPTX
Introduction to pro and eukaryotes and differences.pptx
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PPTX
Computer Architecture Input Output Memory.pptx
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
1_English_Language_Set_2.pdf probationary
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
Trump Administration's workforce development strategy
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Share_Module_2_Power_conflict_and_negotiation.pptx
HVAC Specification 2024 according to central public works department
Introduction to pro and eukaryotes and differences.pptx
Virtual and Augmented Reality in Current Scenario
Chinmaya Tiranga quiz Grand Finale.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
What if we spent less time fighting change, and more time building what’s rig...
Weekly quiz Compilation Jan -July 25.pdf
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Computer Architecture Input Output Memory.pptx
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
1_English_Language_Set_2.pdf probationary
Unit 4 Computer Architecture Multicore Processor.pptx
LDMMIA Reiki Yoga Finals Review Spring Summer
Trump Administration's workforce development strategy
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
AI-driven educational solutions for real-life interventions in the Philippine...
B.Sc. DS Unit 2 Software Engineering.pptx
Practical Manual AGRO-233 Principles and Practices of Natural Farming

1.1 html lec 1