Write a program to display images on Web Browser

 Write a program to display images on Web Browser

Name of Program - Program to display image on web browser

Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.

Code Input- 

<!DOCTYPE html>

<html>

   <head>

      <title>Using Image in Webpage</title>

   </head>

   <body>

      <p>Simple Image Insert</p>

      <img src = "imagename/imagelocation/imagetype">

   </body>

</html>

Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc

Code View - 

Ordered List with Roman Number

Simple Image Insert



No comments

Plz.... Don't enter any spam message