![]() |
The The |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h2>Places to Visit</h2>
<p>Puglia's most famous sight is the unique conical houses (Trulli) found in the area around Alberobello, a declared UNESCO World Heritage Site.</p>
<figure>
<img src="https://www.w3schools.com/html/pic_trulli.jpg" alt="Trulli" style="width:100%">
<figcaption>Fig.1 - Trulli, Puglia, Italy.</figcaption>
</figure>
</body>
</html>
What is HTML Semantic | HTML Semantic |
What is Semantic Elements in HTML | HTML Semantic |
How to create HTML <section> Element | HTML Semantic |
How to create HTML <article> Element | HTML Semantic |
What is Nesting <article> in <section> or Vice Versa | HTML Semantic |
How to create HTML <header> Element | HTML Semantic |
How to create HTML <footer> Element | HTML Semantic |
How to create HTML <nav> Element | HTML Semantic |
How to create HTML <aside> Element | HTML Semantic |
How to create HTML <figure> and <figcaption> Elements | HTML Semantic |
Why Semantic Elements? | HTML Semantic |
Example of HTML <figure> and <figcaption> Elements | HTML Semantic |
Read Full: | HTML Semantic |
Category: | Web Tutorial |
Sub Category: | HTML Semantic |
Uploaded by: | Admin |
Views: | 72 |
Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_figcaption