SlideShare a Scribd company logo
Indian Institute of Information Technology - Dharwad
H T M L
S t r u c t u r e a n d
L a y o u t
C S S
S t y l e
J A V A S C R I P T
L o g i c B e h i n d
TAGS
TAGS
TAGS
The components used to design
structure of websites
I T S A C O N T A I N E R F O R A N Y C O N T E N T O R
F O R A N Y P A R E N T H T M L T A G
<P> PARAGRAPH </P>
Content
Opening Tag
Closing Tag
Element
ATTRIBUTES
ATTRIBUTES
ATTRIBUTES
Used to add more information to the tag
< HTML LANG = "EN" >
HEADING
HEADING
TAG
TAG
Used to display headings in HTML doc
h1 h2 h3 h4 h6
h5
Most Important
Least Important
PARAGRAPH
PARAGRAPH
TAG
TAG
Used to add paragraphs in HTML
<P> PARAGRAPH </P>
Content
ANCHOR
ANCHOR
TAG
TAG
Used to add Links to your webpage
<A HREF="HTTPS://GOOGLE.COM> GOOGLE </A>
target="_main" To open the link in new tab
IMAGE
IMAGE
TAG
TAG
Used to add Images to your webpage
<img src="/imagename.png" alt="placeholder">
BREAK LINE
BREAK LINE
TAG
TAG
Used to add next line (breaks) to your webpage
Empty Tag (with no attribute etc)
<br />
BOLD , ITALIC & UNDERLINE
BOLD , ITALIC & UNDERLINE
TAGS
TAGS
Used to add highlights to text in your page
<u> Underline </u>
<b> Bold </b>
<i> Italic </i>
HORIZONTAL RULER
HORIZONTAL RULER
TAG
TAG
Used to display a horizontal line/ruler to your webpage
to separate content
<hr />
SUBSCRIPT & SUPERSCRIPT
SUBSCRIPT & SUPERSCRIPT
TAG
TAG
<sub> subscript </sub> <sup> superscript </sup>
PRE
PRE
TAG
TAG
Used to display text as it is (without ignoring spaces & next line)
<pre>This
is a sample
for pre tag.
</pre>
PAGE LAYOUT
PAGE LAYOUT
PAGE LAYOUT
Semantic Non-Semantic
header
footer
div
span
main
INSIDE MAIN
INSIDE MAIN
TAG
TAG
Section Tag
Article Tag
Aside Tag
For a section on your page
For content aside main content
For an article on your page
DIV
DIV
TAG
TAG
Block Element (takes full width)
Used as a container for other HTML elements
SPAN
SPAN
TAG
TAG
Inline Element (takes width as per size)
Also Used as a container for other HTML elements
LIST
LIST
LIST
Un-Ordered Ordered
<ul>
</ul>
<li>Orange</li>
<li>Mango</li>
<ol>
</ol>
<li>First</li>
<li>Second</li>
TABLES
TABLES
TABLES
Used to represent real life table data
<tr>
<td>
<th>
used to display table row
used to display table header
used to display table data
Name Roll Number
Sparsh 20bcs127
TABLES
TABLES
TABLES
<table>
<thead>
<caption>My data</caption>
<tr>
<th>Name</th>
<th>Roll Number</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sparsh</td>
<td>20bcs127</td>
</tr>
</tbody>
</table>
My data
FORMS
FORMS
FORMS
Used to collect data from the user
Eg.
<form>
</form>
sign up / login / contact me
form content
Indian Institute of Information Technology - Dharwad
TASK
TASK
TASK
Indian Institute of Information Technology - Dharwad

More Related Content

PDF
HTML Notes_241202_103535 to learning frontend
PDF
Web Design Basics: HTML Essentials for begginer
PDF
HTML Notes for new begginers for HTML CSS
PPTX
html document। .pptx
PDF
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
PPTX
Introduction to Hypertext markup language
PPTX
Mastering HTML: The Building Blocks of the Web
PPTX
HyperTextMarkUpLanguageBasicsForWebTechnologies.pptx
HTML Notes_241202_103535 to learning frontend
Web Design Basics: HTML Essentials for begginer
HTML Notes for new begginers for HTML CSS
html document। .pptx
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
Introduction to Hypertext markup language
Mastering HTML: The Building Blocks of the Web
HyperTextMarkUpLanguageBasicsForWebTechnologies.pptx

Similar to web-dev-day2.pdf (20)

PPT
Web forms and html (lect 1)
PDF
Html siva
PPTX
Web design and Development
PDF
Wp unit 1 (1)
PPTX
Introduction to Web Techniques_Key componenets_HTML Basics
PPTX
HTML_111.pptx all about introduction etc
PPTX
BITM3730Week1.pptx
PPT
basic-tags.PPTjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
PPT
basic-tags.PPTtrtytyty5y5yytjkdfrtrujyuty
PPT
basic-tags ppt for better understanding from beginning
PPT
Basic HTML Tags.PPT
PPT
basic-tagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas.PPT
PPTX
6th_sem_web_unit1_part2.pptxhshshshshshshsh
PPTX
HTML : INTRODUCTION TO WEB DESIGN Presentation
PPTX
BSC notes of _HTML_Easyto understand lease see.pptx
PPTX
Eusbsikebsklsksnsjjdjndjsolsnshskskksosksjsj
PDF
Full Stack Class in Marathahalli| AchieversIT
PDF
HTML Notes For demo_classes.pdf
KEY
Artdm171 Week4 Tags
PDF
Vision academy sachinsir_9822506209_html_java_script_notes (1)
Web forms and html (lect 1)
Html siva
Web design and Development
Wp unit 1 (1)
Introduction to Web Techniques_Key componenets_HTML Basics
HTML_111.pptx all about introduction etc
BITM3730Week1.pptx
basic-tags.PPTjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
basic-tags.PPTtrtytyty5y5yytjkdfrtrujyuty
basic-tags ppt for better understanding from beginning
Basic HTML Tags.PPT
basic-tagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas.PPT
6th_sem_web_unit1_part2.pptxhshshshshshshsh
HTML : INTRODUCTION TO WEB DESIGN Presentation
BSC notes of _HTML_Easyto understand lease see.pptx
Eusbsikebsklsksnsjjdjndjsolsnshskskksosksjsj
Full Stack Class in Marathahalli| AchieversIT
HTML Notes For demo_classes.pdf
Artdm171 Week4 Tags
Vision academy sachinsir_9822506209_html_java_script_notes (1)

More from GDSCIIITDHARWAD (11)

PDF
GDSC GIT AND GITHUB
PPTX
GCCP-Session 2
PPTX
GCCP - Session #3
PPTX
Copy of Week #1
PPTX
Introduction to Machine Learning
PPTX
Computer Vision.pptx
PPTX
Firebase .pptx
PDF
Be the next Lead.pdf
PPTX
Flutter Forward Event .pptx
PDF
web-dev-day2.pdf
PPTX
Web Day-01.pptx
GDSC GIT AND GITHUB
GCCP-Session 2
GCCP - Session #3
Copy of Week #1
Introduction to Machine Learning
Computer Vision.pptx
Firebase .pptx
Be the next Lead.pdf
Flutter Forward Event .pptx
web-dev-day2.pdf
Web Day-01.pptx

Recently uploaded (20)

PPTX
Institutional Correction lecture only . . .
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
master seminar digital applications in india
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Basic Mud Logging Guide for educational purpose
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PPTX
Cell Structure & Organelles in detailed.
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Pharma ospi slides which help in ospi learning
PDF
RMMM.pdf make it easy to upload and study
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Complications of Minimal Access Surgery at WLH
Institutional Correction lecture only . . .
Anesthesia in Laparoscopic Surgery in India
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
master seminar digital applications in india
PPH.pptx obstetrics and gynecology in nursing
O7-L3 Supply Chain Operations - ICLT Program
Basic Mud Logging Guide for educational purpose
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Week 4 Term 3 Study Techniques revisited.pptx
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Cell Structure & Organelles in detailed.
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Pharma ospi slides which help in ospi learning
RMMM.pdf make it easy to upload and study
STATICS OF THE RIGID BODIES Hibbelers.pdf
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Supply Chain Operations Speaking Notes -ICLT Program
Complications of Minimal Access Surgery at WLH

web-dev-day2.pdf