Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

HTML Fundamentals: A Beginner's Guide to Web Development, Slides of Programming Paradigms

A comprehensive introduction to html, the foundation of web development. It covers basic html tags, attributes, and page layout techniques, including semantic tags, lists, tables, and forms. Well-structured and easy to follow, making it an excellent resource for beginners.

Typology: Slides

2021/2022

Available from 11/13/2024

abhay-tiwari-4
abhay-tiwari-4 🇮🇳

5 documents

1 / 48

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
HTML
S
tru
c
tur
e
/
la
y
o
ut
CSS JS
S
ty
le Logic
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30

Partial preview of the text

Download HTML Fundamentals: A Beginner's Guide to Web Development and more Slides Programming Paradigms in PDF only on Docsity!

HTML

S tru c tur e / la y o ut

CSS JS

S ty le Logic

Fi rst HTML File

inde x. h t ml I t i s t he defa u l t name fo r a w eb s i t e 's homepage

HTML Tag

A con t aine r fo r s ome con t en t o r o t he r HTML t ag s

< p > Thi s i s a pa r ag r aph </ p >

Elemen t Con t en t

Q u ick Poin ts

H t ml t ag i s pa r en t of head & bod y t ag Mo st of h t ml elemen ts ha v e opening & clo s ing t ag s w i t h con t en t in be tw een Some t ag s ha v e no con t en t in be tw een , eg - < b r> We can us e in s pec t elemen t/v ie w page s o ur ce t o edi t h t ml

Commen ts in HTML

Thi s i s pa rt of code t ha t s ho u ld no t be pa rs ed.

  • Le v el
  • Le v el

Ba s ic HTML Tag s

A ttr ib ut e s a r e us ed t o add mo r e info r ma t ion t o t he t ag HTML A ttr ib ut e s < h t ml lang =" en ">

Pa r ag r aph Tag

U s ed t o add pa r ag r aph s in HTML < p > Thi s i s a s ample pa r ag r aph </ p >

Ancho r Tag

U s ed t o add link s t o y o ur page < a h r ef =" h tt p s:// google. com "> Google </ a >

B r Tag

U s ed t o add ne xt line ( line b r eak s) t o y o ur page

< b r>

Bold , I t alic & Unde r line Tag s

U s ed t o highligh t t e xt in y o ur page < b > Bold </ b > < i > I t alic </ i > Unde r line

H r Tag

U s ed t o di s pla y a ho r i z on t al ru le r, us ed t o s epa r a t e con t en t

< h r>

S u b s c r ip t & S u pe rs c r ip t Tag

U s ed t o di s pla y a ho r i z on t al ru le r, us ed t o s epa r a t e con t en t <su b > su b s c r ip t </su b > <su p > su pe rs c r ip t </su p > H O 2 A + B n