grouping images in html with the help of new tag figure and add caption with the help of figcaption within figure tag.

<!--by default images are grouped in the form of stack.--> <figure><img src="good-morning.jpg" alt="Good Morning Friends"/> <figcaption>figure 1.1 friends forever.</figcaption> </figure> <figure> <img src="good-morning.jpg" alt="Good Morning Friends"/> <figcaption>figure 1.1 friends forever.</figcaption> </figure>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.