Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html figure

<figure>
  <img src="image-url.com or local-filename.jpg" width="auto" height="auto" alt="figure alt text">
  <figcaption>
	Figure caption <!-- can also use <div>, <p>, etc. tags within <figcaption> -->
  </figcaption>
</figure>
Comment

html

<figure>
    <img src="/media/examples/elephant-660-480.jpg"
         alt="Elephant at sunset">
    <figcaption>An elephant at sunset</figcaption>
</figure>
Comment

PREVIOUS NEXT
Code Example
Html :: button bootstrap 
Html :: h6 in html 
Html :: tailwind nth child odd even 
Html :: create a link in md 
Html :: ip html 
Html :: markdown to html 
Html :: password input type in html 
Html :: drop down using bootstrap 
Html :: alt html 
Html :: search button 
Html :: character for degrees 
Html :: can i use the input tag without the form tag 
Html :: how to create button in html 
Html :: Adding a button to a Markdown 
Html :: omega ruby 
Html :: how to increase font size in html 
Html :: date of birth select box in html 
Html :: how to increase width of td in html 
Html :: how to keep :active css style after click a button 
Html :: readme.md relative link 
Html :: mvc Html.DropDownList get value 
Html :: responsive html script 
Html :: how to create a form 
Html :: skip line html 
Html :: swagger decimal number format 
Html :: full height div inside td 
Html :: svelte pass arguments to function 
Html :: lazy load 
Html :: fix form refresh sites html 
Html :: tab content bootstrap 4 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =