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 :: Simple example of adding javascript in body tag of HTML 
Html :: input tags html 
Html :: bootstrap sweetalert 
Html :: html entity question mark 
Html :: stimulus data action 
Html :: Using new line( ) in string and rendering the same in HTML 
Html :: ionic disable input field 
Html :: how to select the another page section in html 
Html :: mailchimp form action 
Html :: text field input default value html 
Html :: The <textarea Element 
Html :: insert text html 
Html :: tailwind css range slider 
Html :: ng-bind-html vuejs 
Html :: underline text html 
Html :: tooltip in html 
Html :: okaycms not working after installation 
Html :: njk if 
Html :: thymeleaf for each limit size 
Html :: Reformat a python table in a html file 
Html :: react uncontrolled input initial value 
Html :: html select default message 
Html :: video values in html 
Html :: passing parameters from C# to js fucntions 
Html :: html domain 
Html :: a href 
Html :: web application vs website 
Html :: carousel with javascript 
Html :: rounded scrolling images 
Html :: express js search example 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =