+ 3
The Figure Element .
There unfortunately isn't any easy or semantic way to associate the caption, wrapped in a paragraph tag, with the image element itself. HTML5 rectifies this, with the introduction of the <figure>element. When combined with the <figcaption> element, we can now semantically associate captions with their image counterparts. https://code.sololearn.com/WsPp1o4qr1Et/?ref=app
2 odpowiedzi
+ 6
<img src="example.com/cat.jpg" alt="About image" />
do this with valid image path
+ 4
In order to get your images to display you need to put in the url of image not the Path/image thing .
Ty