SlideShare a Scribd company logo
WEB DESIGN
WEB DESIGN
IFRAME
COLOR
1
2
3 ENTITIES AND SYMBOLS3
AUDIO AND VIDEO4
HTML IFRAME
<iframe src="URL"></iframe>
HTML COLOR
RED, GREEN, BLUE
#FF0000, #00FF00, #0000FF
rgb(255,0,0), rgb(0,255,0), rgb(0,0,255)
ENTITIES AND SYMBOLS
&entity_name; OR &#entity_number;
Example:
& ampersand &amp; &#38;
¢ cent &cent; &#162;
£ pound &pound; &#163;
¥ yen &yen; &#165;
€ euro &euro; &#8364;
© copyright &copy; &#169;
ENTITIES AND SYMBOLS
♠ &#9824; &spades; BLACK SPADE SUIT
♣ &#9827; &clubs; BLACK CLUB SUIT
♥ &#9829; &hearts; BLACK HEART SUIT
♦ &#9830; &diams; BLACK DIAMOND
SUIT
ENTITIES AND SYMBOLS
∇ &#8711; &nabla; NABLA
∈ &#8712; &isin; ELEMENT OF
∉ &#8713; &notin; NOT AN ELEMENT OF
∋ &#8715; &ni; CONTAINS AS
MEMBER
∏ &#8719; &prod; N-ARY PRODUCT
∑ &#8721; &sum; N-ARY SUMMATION
HTML AUDIO
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
HTML AUDIO
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
THANK YOU

More Related Content

Similar to Web Design Course - Lecture 5 - iframe, Color, Enities and symbols, Audio and Vedio (12)

PPTX
The Elements of Design - Color
coachhahn
 
PPT
Things to consider when designing websites
Nic Finch
 
PPTX
ICT Web Design Lesson 1.pptx
EithanGonzalez2
 
PPTX
Intro to graphics and design.pptx
StromilesDira
 
PPTX
LO2 - Lesson 13 - Colours & Fonts
The English Martyrs School & Sixth Form College
 
PPTX
Cis145 03 configuring-withcss
Nicole77777
 
PPT
Arizona State University Web Design for Non-Designers
Nina Miller
 
PPT
Chapter3
DeAnna Gossett
 
DOCX
Assignment 1 guide (W.A)
haverstockmedia
 
DOCX
Assignment 1 guide (W.A)
haverstockmedia
 
PPTX
Session no 3
Saif Ullah Dar
 
PPTX
Colour theory
suniltalekar1
 
The Elements of Design - Color
coachhahn
 
Things to consider when designing websites
Nic Finch
 
ICT Web Design Lesson 1.pptx
EithanGonzalez2
 
Intro to graphics and design.pptx
StromilesDira
 
LO2 - Lesson 13 - Colours & Fonts
The English Martyrs School & Sixth Form College
 
Cis145 03 configuring-withcss
Nicole77777
 
Arizona State University Web Design for Non-Designers
Nina Miller
 
Chapter3
DeAnna Gossett
 
Assignment 1 guide (W.A)
haverstockmedia
 
Assignment 1 guide (W.A)
haverstockmedia
 
Session no 3
Saif Ullah Dar
 
Colour theory
suniltalekar1
 

More from Al-Mamun Sarkar (20)

PPTX
01 Introductions to System Design
Al-Mamun Sarkar
 
PPTX
Introduction to machine learning
Al-Mamun Sarkar
 
PPTX
Software Development Life Cycle (SDLC)
Al-Mamun Sarkar
 
PPTX
Understanding Wordpress Plugn and Theme users' behavior
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 4 - PHP and Mysql
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 3 - SQL Aggregate Functions, Join
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 2 - SQL select, insert, update and delete
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 1
Al-Mamun Sarkar
 
PPTX
PHP Lecture 6 - Php file uploading
Al-Mamun Sarkar
 
PPTX
PHP Lecture 5 - Date time, Include, session
Al-Mamun Sarkar
 
PPTX
PHP Lecture 4 - Working with form, GET and Post Methods
Al-Mamun Sarkar
 
PPTX
PHP Lecture 3 - Functions
Al-Mamun Sarkar
 
PPTX
PHP Lecture 2 - Conditional Statement, Loop
Al-Mamun Sarkar
 
PPTX
PHP Lecture 1 - String, Constants, Arrays, Operators
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 20 - Bootstrap Dropdown, Button group, Input grou...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 18 - Boostrap, Gatting started, grid system, tables
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 11 - CSS3, Border radius, Box shadow
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 10 - Floating, Align, navigation bar, Image galle...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 9 - Border, Padding and Margin, Display
Al-Mamun Sarkar
 
01 Introductions to System Design
Al-Mamun Sarkar
 
Introduction to machine learning
Al-Mamun Sarkar
 
Software Development Life Cycle (SDLC)
Al-Mamun Sarkar
 
Understanding Wordpress Plugn and Theme users' behavior
Al-Mamun Sarkar
 
Database Management - Lecture 4 - PHP and Mysql
Al-Mamun Sarkar
 
Database Management - Lecture 3 - SQL Aggregate Functions, Join
Al-Mamun Sarkar
 
Database Management - Lecture 2 - SQL select, insert, update and delete
Al-Mamun Sarkar
 
Database Management - Lecture 1
Al-Mamun Sarkar
 
PHP Lecture 6 - Php file uploading
Al-Mamun Sarkar
 
PHP Lecture 5 - Date time, Include, session
Al-Mamun Sarkar
 
PHP Lecture 4 - Working with form, GET and Post Methods
Al-Mamun Sarkar
 
PHP Lecture 3 - Functions
Al-Mamun Sarkar
 
PHP Lecture 2 - Conditional Statement, Loop
Al-Mamun Sarkar
 
PHP Lecture 1 - String, Constants, Arrays, Operators
Al-Mamun Sarkar
 
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Al-Mamun Sarkar
 
Web Design Course - Lecture 20 - Bootstrap Dropdown, Button group, Input grou...
Al-Mamun Sarkar
 
Web Design Course - Lecture 18 - Boostrap, Gatting started, grid system, tables
Al-Mamun Sarkar
 
Web Design Course - Lecture 11 - CSS3, Border radius, Box shadow
Al-Mamun Sarkar
 
Web Design Course - Lecture 10 - Floating, Align, navigation bar, Image galle...
Al-Mamun Sarkar
 
Web Design Course - Lecture 9 - Border, Padding and Margin, Display
Al-Mamun Sarkar
 
Ad

Recently uploaded (20)

PPTX
the very teaching plan extra ordinary.pptx
PamelaOdibeli1
 
PPTX
AI_Road_Safety_Project.pptx for class 10
prem001ni
 
PDF
ARC-101-B-4.pdfxxxxxxxxxxxxxxxxxxxxxxxxx
IzzyBaniquedBusto
 
PDF
SS27 Men's Fashion Trend Book Peclers Paris
Peclers Paris
 
PPTX
811109685-CS3401-Algorithms-Unit-IV.pptx
archu26
 
PPTX
sistem teknologi yang di desain untuk mahasiswa dan dosen agar memudahkan mer...
gamesonlya2rj
 
PDF
ARChitec-BUILDING-UTILITIES-2-PART-5.pdf
IzzyBaniquedBusto
 
PPTX
Bldg Mtc 8 Maintance documentation and audits - 25 (2).pptx
MwanamomoMpamba
 
PDF
Plastic Foam as eco-friendly product in interiors
Disha Agrawal
 
PPTX
Chapter 2-3.pptxnsnsnsnsnsjsjsjsjejeusuejsjsj
hibaaqabdirisaaq331
 
PPTX
Colorful Bold Safari Animals Presentation.pptx
HNgcTrAnh
 
PPTX
CompanyReviewTypeOfPowerpointThatIsColor
plukleomarigpuara
 
PDF
EY-emeia-fso-assurance-viewpoint-technology (1).pdf
INKPPT
 
PDF
🔴BUKTI KEMENANGAN HARI INI SELASA 08 JULI 2025 !!!🔴
GRAB
 
PPTX
EDC_UNIT _I FINAL (1).pptx dhud and w ah yes
TEAKADAITROLLS
 
PPTX
Graphic_Design_Pjjjjjjjjjjjjjjjresentation.pptx
kumarsahil80682
 
PDF
Empowering Artisans Through Technology Karmakar App Concept
yellowslice2
 
PPTX
Exploring Types of Rocks Educational Presentation rock forming james harold r...
jamescarllfelomino6
 
PPTX
DEVELOPING-PARAGRAPHS.pptx-developing...
rania680036
 
PDF
Black and Blue Modern Technology Presentation.pdf
hjaders1104
 
the very teaching plan extra ordinary.pptx
PamelaOdibeli1
 
AI_Road_Safety_Project.pptx for class 10
prem001ni
 
ARC-101-B-4.pdfxxxxxxxxxxxxxxxxxxxxxxxxx
IzzyBaniquedBusto
 
SS27 Men's Fashion Trend Book Peclers Paris
Peclers Paris
 
811109685-CS3401-Algorithms-Unit-IV.pptx
archu26
 
sistem teknologi yang di desain untuk mahasiswa dan dosen agar memudahkan mer...
gamesonlya2rj
 
ARChitec-BUILDING-UTILITIES-2-PART-5.pdf
IzzyBaniquedBusto
 
Bldg Mtc 8 Maintance documentation and audits - 25 (2).pptx
MwanamomoMpamba
 
Plastic Foam as eco-friendly product in interiors
Disha Agrawal
 
Chapter 2-3.pptxnsnsnsnsnsjsjsjsjejeusuejsjsj
hibaaqabdirisaaq331
 
Colorful Bold Safari Animals Presentation.pptx
HNgcTrAnh
 
CompanyReviewTypeOfPowerpointThatIsColor
plukleomarigpuara
 
EY-emeia-fso-assurance-viewpoint-technology (1).pdf
INKPPT
 
🔴BUKTI KEMENANGAN HARI INI SELASA 08 JULI 2025 !!!🔴
GRAB
 
EDC_UNIT _I FINAL (1).pptx dhud and w ah yes
TEAKADAITROLLS
 
Graphic_Design_Pjjjjjjjjjjjjjjjresentation.pptx
kumarsahil80682
 
Empowering Artisans Through Technology Karmakar App Concept
yellowslice2
 
Exploring Types of Rocks Educational Presentation rock forming james harold r...
jamescarllfelomino6
 
DEVELOPING-PARAGRAPHS.pptx-developing...
rania680036
 
Black and Blue Modern Technology Presentation.pdf
hjaders1104
 
Ad

Web Design Course - Lecture 5 - iframe, Color, Enities and symbols, Audio and Vedio