..
Write the same code in a note pad or other text editor and save it with html extention. Open the saved file on your google crome or Mozila browser to see the output.
- <!DOCTYPE html>
- <html>
- <head>
- <title>Gyan Tutorial Example</title>
- </head>
- <body>
- <p>You can insert the images and give it specific size</p>
- </br>
<img src="https://website.gyaann.com/a9.jpg" alt="Image not found" style="width:48px;height:48px;">
- </br>
<img src="https://website.gyaann.com/a10.jpg" alt="Image not found" style="width:68px;height:68px;">
- </br>
<img src="https://website.gyaann.com/a11.jpg" alt="Image not found" style="width:88px;height:88px;">
- </br>
<img src="https://website.gyaann.com/a12.jpg" alt="Image not found" style="width:108px;height:108px;">
- </br>
<img src="https://website.gyaann.com/a13.jpg" alt="Image not found" style="width:128px;height:128px;">
- </body>
- </html>