HTML Attributes

Modifiers of element behavior

HTML Images

An image can be shown using the <img> tag along with its src attribute.


<https://place-puppy.com/450x450>

<img src="images/zuittlogo.png">

Valid Image extensions are the following

  1. png
  2. jpg
  3. gif
  4. svg
  5. webp

Take a look at the w3schools attribute references here.

HTML Links

Absolute Link

I'm a Hyperlink

Relative Link

Go to link.html page.

Go to images/index.html page.

Go back to Top