HTML CSS examples for HTML Tag:img
The required src attribute specifies the URL of the image.
Value | Description |
---|---|
URL | The URL of the image. |
An image is marked up as follows:
<!DOCTYPE html> <html> <body> <img src="https://www.java2s.com/style/demo/Opera.png" alt="Smiley face" width="42" height="42"> </body><!-- ww w.j a v a 2 s .c o m--> </html>