Jump to content

noobmaster

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by noobmaster

  1. HTML Images

    HTML images are defined with the <img> tag.

    The source file (src), alternative text (alt), width, and height are provided as attributes:

    Example

    <img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142">

    the source of the image can be an online link or an image saved on your system as well

    Check the complete basics tutorial for more info

    HTML basics

×
×
  • Create New...