Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

HTML image tag

<!DOCTYPE html>
<html>
  <head>
    <title>Title of the document</title>
  </head>
  <body>
    <h2>Example</h2>
    <img src="https://i.pinimg.com/originals/c7/93/ae/c793ae372886c450d55535211231204e.jpg" alt="Nature" width="400" height="700">
  </body>
</html>
Source by www.w3docs.com #
 
PREVIOUS NEXT
Tagged: #HTML #image #tag
ADD COMMENT
Topic
Name
3+1 =