HTML Compiler Online
Javascript Online Compiler
index.html
Change Theme
Compress code
Format code
Download Code
Clear Code
Copy Code!
RunĀ
ctrl+s or click
Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>HTML - image element</title> </head> <body> <h1><img> tag is used to display an image and source of the image is specified in the src attribute.</h1> <img src="./assets/html/flowers.jpg" alt="flower"> </body> </html>
RunĀ
x
x