Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to use figure and caption in html

<!-- Just an image -->
<figure>
  <img
  src="https://developer.mozilla.org/static/img/favicon144.png"
  alt="The beautiful MDN logo.">
</figure>

<!-- Image with a caption -->
<figure>
  <img
  src="https://developer.mozilla.org/static/img/favicon144.png"
  alt="The beautiful MDN logo.">
  <figcaption>MDN Logo</figcaption>
</figure>
Comment

PREVIOUS NEXT
Code Example
Html :: html align text center 
Html :: thymeleaf table for each 
Html :: Html.ActionLink with parameters 
Html :: html audio volume 
Html :: display html input datetime-local value from mysql date time 
Html :: html input date min 
Html :: bootstrap 4 spinner not showing 
Html :: how to eliminate scroll bar in html 
Html :: flexbox row 
Html :: font awsome 
Html :: img text align 
Html :: bluetooth headphones cutting out 
Html :: import bootstrap 
Html :: font asweome cdn 
Html :: autocomplete="off" 
Html :: how to download stuff html 
Html :: html abbreviation 
Html :: html js make dropdown list checkbox 
Html :: negrita html 
Html :: meta redirect 
Html :: html image onclick 
Html :: What is the correct HTML element for playing audio files? 
Html :: how to include external javascript in html 
Html :: slick html 
Html :: how to make a enter in html 
Html :: html italic text 
Html :: how to add links in html 
Html :: how to add image in checkbox in html 
Html :: html link confirm 
Html :: how to add css file in wordpress 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =