SlideShare a Scribd company logo
1 of 7
CIRCLE IMAGE CAPTION
• Ramu.m-20201CSE120
• Mohammad Aneesh-20201CSE0148
• Rohan.k.c-20201CSE0119
HOW TO CREATE ROUNDED IMAGES
STEP 1) ADD HTML:
EXAMPLE
<IMG SRC="IMG_AVATAR.PNG" ALT="AVATAR">
STEP 2) ADD CSS:
USE THE BORDER-RADIUS PROPERTY TO ADD ROUNDED
CORNERS TO AN IMAGE. 50% WILL MAKE THE IMAGE
CIRCULAR
EXAMPLE
IMG {
BORDER-RADIUS: 50%;
}
<!DOCTYPE HTML>
<HTML>
<HEAD>
<META NAME="VIEWPORT" CONTENT="WIDTH=DEVICE-WIDTH, INITIAL-SCALE=1">
<STYLE>
IMG {
BORDER-RADIUS: 50%;
}
</STYLE>
</HEAD>
<BODY>
<H2>ROUNDED IMAGES</H2>
<IMG SRC="IMG_AVATAR.PNG" ALT="AVATAR" STYLE="WIDTH:200PX">
</BODY>
</HTML>
HOW TO CREATE AVATAR IMAGES
STEP 1) ADD HTML:
EXAMPLE
<IMG SRC="AVATAR.PNG" ALT="AVATAR" CLASS="AVATAR">
STEP 2) ADD CSS:
SET A MATCHING WIDTH AND HEIGHT THAT LOOKS GOOD, AND USE THE BORDER-
RADIUS PROPERTY TO ADD ROUNDED CORNERS TO AN IMAGE. 50% WILL MAKE THE
IMAGE CIRCULAR:
EXAMPLE
.AVATAR {
VERTICAL-ALIGN: MIDDLE;
WIDTH: 50PX;
HEIGHT: 50PX;
BORDER-RADIUS: 50%;
}
<!DOCTYPE HTML>
<HTML>
<HEAD>
<META NAME="VIEWPORT" CONTENT="WIDTH=DEVICE-WIDTH, INITIAL-SCALE=1">
<STYLE>
.AVATAR {
VERTICAL-ALIGN: MIDDLE;
WIDTH: 50PX;
HEIGHT: 50PX;
BORDER-RADIUS: 50%;
}
</STYLE>
</HEAD>
<BODY>
<H2>AVATAR IMAGES</H2>
<IMG SRC="IMG_AVATAR.PNG" ALT="AVATAR" CLASS="AVATAR">
<IMG SRC="IMG_AVATAR2.PNG" ALT="AVATAR" CLASS="AVATAR">
</BODY>
</HTML>
CIRCLE DRAWING BY CSS
<!DOCTYPE HTML>
<HTML>
<HEAD>
<STYLE>
#CIRCLE {
WIDTH: 50PX;
HEIGHT: 50PX;
-WEBKIT-BORDER-RADIUS: 25PX;
-MOZ-BORDER-RADIUS: 25PX;
BORDER-RADIUS: 25PX;
BACKGROUND: BLUE;
}
</STYLE>
<HEAD>
<BODY>
<DIV ID="CIRCLE"></DIV>
</BODY>
</HTML>
IMAGE IN A CIRCLE
<!DOCTYPE HTML>
<HTML LANG="EN">
<HEAD>
<META CHARSET="UTF-8">
<META HTTP-EQUIV="X-UA-COMPATIBLE" CONTENT="IE=EDGE">
<META NAME="VIEWPORT" CONTENT="WIDTH=DEVICE-WIDTH, INITIAL-SCALE=1.0">
<TITLE>CIRCULAR IMAGE</TITLE>
<LINK REL="STYLESHEET" HREF="CIRCLE.CSS">
//CIRCLE.CSS
<STYLE>
DIV {
TEXT-ALIGN: CENTER;
}
IMG {
HEIGHT: 200PX;
WIDTH: 200PX;
BORDER-RADIUS: 50%;
}
</STYLE>//
</HEAD>
<BODY>
<DIV>
<IMG SRC="IRON.JPG" ALT="IRON">
</DIV>
</BODY>
</HTML>

More Related Content

Similar to Circle image caption.pptx

Design+Performance Velocity 2015
Design+Performance Velocity 2015Design+Performance Velocity 2015
Design+Performance Velocity 2015Steve Souders
 
What does the browser pre-loader do?
What does the browser pre-loader do?What does the browser pre-loader do?
What does the browser pre-loader do?Andy Davies
 
Module 4 Minuteman Lexington Web Design Daniel Downs
Module 4 Minuteman Lexington Web Design Daniel DownsModule 4 Minuteman Lexington Web Design Daniel Downs
Module 4 Minuteman Lexington Web Design Daniel DownsDaniel Downs
 
Images meet Web
Images meet WebImages meet Web
Images meet Web傑倫 鍾
 
Slidecarol.html
Slidecarol.htmlSlidecarol.html
Slidecarol.htmlLeda0401
 
CSS3: Common problems and best practices
CSS3: Common problems and best practicesCSS3: Common problems and best practices
CSS3: Common problems and best practicesY Huynh
 
How to Create simple One Page site
How to Create simple One Page siteHow to Create simple One Page site
How to Create simple One Page siteMoneer kamal
 
New Elements & Features in CSS3
New Elements & Features in CSS3New Elements & Features in CSS3
New Elements & Features in CSS3Jamshid Hashimi
 
Web Components & Polymer 1.0 (Webinale Berlin)
Web Components & Polymer 1.0 (Webinale Berlin)Web Components & Polymer 1.0 (Webinale Berlin)
Web Components & Polymer 1.0 (Webinale Berlin)Hendrik Ebbers
 
Vue routing tutorial getting started with vue router
Vue routing tutorial getting started with vue routerVue routing tutorial getting started with vue router
Vue routing tutorial getting started with vue routerKaty Slemon
 
Bca 1st year HTML Pdf
Bca 1st year HTML Pdf Bca 1st year HTML Pdf
Bca 1st year HTML Pdf Rahul Saini
 
Script membuat animasi di blog yeny
Script membuat animasi di blog yenyScript membuat animasi di blog yeny
Script membuat animasi di blog yenyUceng Pabyongan
 
Make your website 2 times faster
Make your website 2 times fasterMake your website 2 times faster
Make your website 2 times fasterSatoshi Kikuchi
 
[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSSBeckhamWee
 

Similar to Circle image caption.pptx (20)

Div
DivDiv
Div
 
Design+Performance Velocity 2015
Design+Performance Velocity 2015Design+Performance Velocity 2015
Design+Performance Velocity 2015
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
What does the browser pre-loader do?
What does the browser pre-loader do?What does the browser pre-loader do?
What does the browser pre-loader do?
 
Module 4 Minuteman Lexington Web Design Daniel Downs
Module 4 Minuteman Lexington Web Design Daniel DownsModule 4 Minuteman Lexington Web Design Daniel Downs
Module 4 Minuteman Lexington Web Design Daniel Downs
 
HTML5, the new buzzword
HTML5, the new buzzwordHTML5, the new buzzword
HTML5, the new buzzword
 
Seo hints
Seo hintsSeo hints
Seo hints
 
Images meet Web
Images meet WebImages meet Web
Images meet Web
 
Slidecarol.html
Slidecarol.htmlSlidecarol.html
Slidecarol.html
 
CSS3: Common problems and best practices
CSS3: Common problems and best practicesCSS3: Common problems and best practices
CSS3: Common problems and best practices
 
How to Create simple One Page site
How to Create simple One Page siteHow to Create simple One Page site
How to Create simple One Page site
 
[PSU Web 2011] HTML5 Design
[PSU Web 2011] HTML5 Design[PSU Web 2011] HTML5 Design
[PSU Web 2011] HTML5 Design
 
New Elements & Features in CSS3
New Elements & Features in CSS3New Elements & Features in CSS3
New Elements & Features in CSS3
 
Web Components & Polymer 1.0 (Webinale Berlin)
Web Components & Polymer 1.0 (Webinale Berlin)Web Components & Polymer 1.0 (Webinale Berlin)
Web Components & Polymer 1.0 (Webinale Berlin)
 
Vue routing tutorial getting started with vue router
Vue routing tutorial getting started with vue routerVue routing tutorial getting started with vue router
Vue routing tutorial getting started with vue router
 
Bca 1st year HTML Pdf
Bca 1st year HTML Pdf Bca 1st year HTML Pdf
Bca 1st year HTML Pdf
 
Script membuat animasi di blog yeny
Script membuat animasi di blog yenyScript membuat animasi di blog yeny
Script membuat animasi di blog yeny
 
Make your website 2 times faster
Make your website 2 times fasterMake your website 2 times faster
Make your website 2 times faster
 
[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS
 
Web Components
Web ComponentsWeb Components
Web Components
 

Recently uploaded

Design lessons from Singapore | Volume 3
Design lessons from Singapore | Volume 3Design lessons from Singapore | Volume 3
Design lessons from Singapore | Volume 3Remy Rey De Barros
 
Evaluating natural frequencies and mode shapes.pptx
Evaluating natural frequencies and mode shapes.pptxEvaluating natural frequencies and mode shapes.pptx
Evaluating natural frequencies and mode shapes.pptxjoshuaclack73
 
iF_Design_Trend_Report_twentytwenrythree
iF_Design_Trend_Report_twentytwenrythreeiF_Design_Trend_Report_twentytwenrythree
iF_Design_Trend_Report_twentytwenrythreeCarlgaming1
 
Dos And Dont's Of Logo Design For 2024..
Dos And Dont's Of Logo Design For 2024..Dos And Dont's Of Logo Design For 2024..
Dos And Dont's Of Logo Design For 2024..GB Logo Design
 
The Impact of Artificial Intelligence on Modern Healthcare.pptx
The Impact of Artificial Intelligence on Modern Healthcare.pptxThe Impact of Artificial Intelligence on Modern Healthcare.pptx
The Impact of Artificial Intelligence on Modern Healthcare.pptxDoraemon495609
 
Claire's designing portfolio presentation
Claire's designing portfolio presentationClaire's designing portfolio presentation
Claire's designing portfolio presentationssuser8fae18
 
FW25-26 Fashion Key Items Trend Book Peclers Paris
FW25-26 Fashion Key Items Trend Book Peclers ParisFW25-26 Fashion Key Items Trend Book Peclers Paris
FW25-26 Fashion Key Items Trend Book Peclers ParisPeclers Paris
 
Heuristic Evaluation of System & Application
Heuristic Evaluation of System & ApplicationHeuristic Evaluation of System & Application
Heuristic Evaluation of System & ApplicationJaime Brown
 
Heidi Livengood's Professional CADD Portfolio
Heidi Livengood's Professional CADD PortfolioHeidi Livengood's Professional CADD Portfolio
Heidi Livengood's Professional CADD PortfolioHeidiLivengood
 
Bit Dhrumi shah Graphic Designer portfolio
Bit Dhrumi shah Graphic Designer portfolioBit Dhrumi shah Graphic Designer portfolio
Bit Dhrumi shah Graphic Designer portfoliodhrumibshah13
 
Webhost NVME Cloud VPS Hosting1234455678
Webhost NVME Cloud VPS Hosting1234455678Webhost NVME Cloud VPS Hosting1234455678
Webhost NVME Cloud VPS Hosting1234455678Cloud99 Cloud
 
Recycled Modular Low Cost Construction .pdf
Recycled Modular Low Cost Construction .pdfRecycled Modular Low Cost Construction .pdf
Recycled Modular Low Cost Construction .pdfjeffreycarroll14
 
Abdulaziz Tariq Abdulaziz Mustafa CV 2024
Abdulaziz Tariq Abdulaziz Mustafa CV 2024Abdulaziz Tariq Abdulaziz Mustafa CV 2024
Abdulaziz Tariq Abdulaziz Mustafa CV 2024Abdulaziz Mustafa
 
Real Smart Art Infographics by Slidesgo.pptx
Real Smart Art Infographics by Slidesgo.pptxReal Smart Art Infographics by Slidesgo.pptx
Real Smart Art Infographics by Slidesgo.pptxArindamMookherji1
 
Latest Trends in Home and Building Design
Latest Trends in Home and Building DesignLatest Trends in Home and Building Design
Latest Trends in Home and Building DesignResDraft
 
Knowing, Understanding and Planning Cities- Role and Relevance Physical Plan...
Knowing, Understanding and Planning Cities- Role and Relevance  Physical Plan...Knowing, Understanding and Planning Cities- Role and Relevance  Physical Plan...
Knowing, Understanding and Planning Cities- Role and Relevance Physical Plan...JIT KUMAR GUPTA
 
Levi's Advertisement and camapign design
Levi's Advertisement and camapign designLevi's Advertisement and camapign design
Levi's Advertisement and camapign designAkankshaD3
 
Presentation on 3D Printing.pptx presentation
Presentation on 3D Printing.pptx presentationPresentation on 3D Printing.pptx presentation
Presentation on 3D Printing.pptx presentationajroy0196
 
spColumn-Manual design column by spcolumn software.pdf
spColumn-Manual design column by spcolumn software.pdfspColumn-Manual design column by spcolumn software.pdf
spColumn-Manual design column by spcolumn software.pdfChan Thorn
 
BIT Khushi gandhi project.pdf graphic design
BIT Khushi gandhi project.pdf graphic designBIT Khushi gandhi project.pdf graphic design
BIT Khushi gandhi project.pdf graphic designKhushiGandhi15
 

Recently uploaded (20)

Design lessons from Singapore | Volume 3
Design lessons from Singapore | Volume 3Design lessons from Singapore | Volume 3
Design lessons from Singapore | Volume 3
 
Evaluating natural frequencies and mode shapes.pptx
Evaluating natural frequencies and mode shapes.pptxEvaluating natural frequencies and mode shapes.pptx
Evaluating natural frequencies and mode shapes.pptx
 
iF_Design_Trend_Report_twentytwenrythree
iF_Design_Trend_Report_twentytwenrythreeiF_Design_Trend_Report_twentytwenrythree
iF_Design_Trend_Report_twentytwenrythree
 
Dos And Dont's Of Logo Design For 2024..
Dos And Dont's Of Logo Design For 2024..Dos And Dont's Of Logo Design For 2024..
Dos And Dont's Of Logo Design For 2024..
 
The Impact of Artificial Intelligence on Modern Healthcare.pptx
The Impact of Artificial Intelligence on Modern Healthcare.pptxThe Impact of Artificial Intelligence on Modern Healthcare.pptx
The Impact of Artificial Intelligence on Modern Healthcare.pptx
 
Claire's designing portfolio presentation
Claire's designing portfolio presentationClaire's designing portfolio presentation
Claire's designing portfolio presentation
 
FW25-26 Fashion Key Items Trend Book Peclers Paris
FW25-26 Fashion Key Items Trend Book Peclers ParisFW25-26 Fashion Key Items Trend Book Peclers Paris
FW25-26 Fashion Key Items Trend Book Peclers Paris
 
Heuristic Evaluation of System & Application
Heuristic Evaluation of System & ApplicationHeuristic Evaluation of System & Application
Heuristic Evaluation of System & Application
 
Heidi Livengood's Professional CADD Portfolio
Heidi Livengood's Professional CADD PortfolioHeidi Livengood's Professional CADD Portfolio
Heidi Livengood's Professional CADD Portfolio
 
Bit Dhrumi shah Graphic Designer portfolio
Bit Dhrumi shah Graphic Designer portfolioBit Dhrumi shah Graphic Designer portfolio
Bit Dhrumi shah Graphic Designer portfolio
 
Webhost NVME Cloud VPS Hosting1234455678
Webhost NVME Cloud VPS Hosting1234455678Webhost NVME Cloud VPS Hosting1234455678
Webhost NVME Cloud VPS Hosting1234455678
 
Recycled Modular Low Cost Construction .pdf
Recycled Modular Low Cost Construction .pdfRecycled Modular Low Cost Construction .pdf
Recycled Modular Low Cost Construction .pdf
 
Abdulaziz Tariq Abdulaziz Mustafa CV 2024
Abdulaziz Tariq Abdulaziz Mustafa CV 2024Abdulaziz Tariq Abdulaziz Mustafa CV 2024
Abdulaziz Tariq Abdulaziz Mustafa CV 2024
 
Real Smart Art Infographics by Slidesgo.pptx
Real Smart Art Infographics by Slidesgo.pptxReal Smart Art Infographics by Slidesgo.pptx
Real Smart Art Infographics by Slidesgo.pptx
 
Latest Trends in Home and Building Design
Latest Trends in Home and Building DesignLatest Trends in Home and Building Design
Latest Trends in Home and Building Design
 
Knowing, Understanding and Planning Cities- Role and Relevance Physical Plan...
Knowing, Understanding and Planning Cities- Role and Relevance  Physical Plan...Knowing, Understanding and Planning Cities- Role and Relevance  Physical Plan...
Knowing, Understanding and Planning Cities- Role and Relevance Physical Plan...
 
Levi's Advertisement and camapign design
Levi's Advertisement and camapign designLevi's Advertisement and camapign design
Levi's Advertisement and camapign design
 
Presentation on 3D Printing.pptx presentation
Presentation on 3D Printing.pptx presentationPresentation on 3D Printing.pptx presentation
Presentation on 3D Printing.pptx presentation
 
spColumn-Manual design column by spcolumn software.pdf
spColumn-Manual design column by spcolumn software.pdfspColumn-Manual design column by spcolumn software.pdf
spColumn-Manual design column by spcolumn software.pdf
 
BIT Khushi gandhi project.pdf graphic design
BIT Khushi gandhi project.pdf graphic designBIT Khushi gandhi project.pdf graphic design
BIT Khushi gandhi project.pdf graphic design
 

Circle image caption.pptx

  • 1. CIRCLE IMAGE CAPTION • Ramu.m-20201CSE120 • Mohammad Aneesh-20201CSE0148 • Rohan.k.c-20201CSE0119
  • 2. HOW TO CREATE ROUNDED IMAGES STEP 1) ADD HTML: EXAMPLE <IMG SRC="IMG_AVATAR.PNG" ALT="AVATAR"> STEP 2) ADD CSS: USE THE BORDER-RADIUS PROPERTY TO ADD ROUNDED CORNERS TO AN IMAGE. 50% WILL MAKE THE IMAGE CIRCULAR EXAMPLE IMG { BORDER-RADIUS: 50%; }
  • 3. <!DOCTYPE HTML> <HTML> <HEAD> <META NAME="VIEWPORT" CONTENT="WIDTH=DEVICE-WIDTH, INITIAL-SCALE=1"> <STYLE> IMG { BORDER-RADIUS: 50%; } </STYLE> </HEAD> <BODY> <H2>ROUNDED IMAGES</H2> <IMG SRC="IMG_AVATAR.PNG" ALT="AVATAR" STYLE="WIDTH:200PX"> </BODY> </HTML>
  • 4. HOW TO CREATE AVATAR IMAGES STEP 1) ADD HTML: EXAMPLE <IMG SRC="AVATAR.PNG" ALT="AVATAR" CLASS="AVATAR"> STEP 2) ADD CSS: SET A MATCHING WIDTH AND HEIGHT THAT LOOKS GOOD, AND USE THE BORDER- RADIUS PROPERTY TO ADD ROUNDED CORNERS TO AN IMAGE. 50% WILL MAKE THE IMAGE CIRCULAR: EXAMPLE .AVATAR { VERTICAL-ALIGN: MIDDLE; WIDTH: 50PX; HEIGHT: 50PX; BORDER-RADIUS: 50%; }
  • 5. <!DOCTYPE HTML> <HTML> <HEAD> <META NAME="VIEWPORT" CONTENT="WIDTH=DEVICE-WIDTH, INITIAL-SCALE=1"> <STYLE> .AVATAR { VERTICAL-ALIGN: MIDDLE; WIDTH: 50PX; HEIGHT: 50PX; BORDER-RADIUS: 50%; } </STYLE> </HEAD> <BODY> <H2>AVATAR IMAGES</H2> <IMG SRC="IMG_AVATAR.PNG" ALT="AVATAR" CLASS="AVATAR"> <IMG SRC="IMG_AVATAR2.PNG" ALT="AVATAR" CLASS="AVATAR"> </BODY> </HTML>
  • 6. CIRCLE DRAWING BY CSS <!DOCTYPE HTML> <HTML> <HEAD> <STYLE> #CIRCLE { WIDTH: 50PX; HEIGHT: 50PX; -WEBKIT-BORDER-RADIUS: 25PX; -MOZ-BORDER-RADIUS: 25PX; BORDER-RADIUS: 25PX; BACKGROUND: BLUE; } </STYLE> <HEAD> <BODY> <DIV ID="CIRCLE"></DIV> </BODY> </HTML>
  • 7. IMAGE IN A CIRCLE <!DOCTYPE HTML> <HTML LANG="EN"> <HEAD> <META CHARSET="UTF-8"> <META HTTP-EQUIV="X-UA-COMPATIBLE" CONTENT="IE=EDGE"> <META NAME="VIEWPORT" CONTENT="WIDTH=DEVICE-WIDTH, INITIAL-SCALE=1.0"> <TITLE>CIRCULAR IMAGE</TITLE> <LINK REL="STYLESHEET" HREF="CIRCLE.CSS"> //CIRCLE.CSS <STYLE> DIV { TEXT-ALIGN: CENTER; } IMG { HEIGHT: 200PX; WIDTH: 200PX; BORDER-RADIUS: 50%; } </STYLE>// </HEAD> <BODY> <DIV> <IMG SRC="IRON.JPG" ALT="IRON"> </DIV> </BODY> </HTML>