HTML Attributes

Modifiers of element behaviour

HTMLimages

An image can be shown using <img> tag along with its srcattributes

<img src="https://place-puppy.com/300x300" />

Valid image extension are the following:

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

Take a look at w3school attribute referencehere

HTML Links

Absolute Link

I'm a hyperlink

relative link

Go to link.htmlpage.

Go to top