diff --git a/individual/frontend/s04/activity/images/zuittlogo.png b/individual/frontend/s04/activity/images/zuittlogo.png new file mode 100644 index 0000000..cff90ef Binary files /dev/null and b/individual/frontend/s04/activity/images/zuittlogo.png differ diff --git a/individual/frontend/s04/activity/index.html b/individual/frontend/s04/activity/index.html new file mode 100644 index 0000000..bf3dffa --- /dev/null +++ b/individual/frontend/s04/activity/index.html @@ -0,0 +1,39 @@ + + + + + + S04: HTML Attributes and Hyperlinks + + +

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. +
  3. jpg
  4. +
  5. gif
  6. +
  7. svg
  8. +
  9. webp
  10. +
+ +

HTML Links

+

Absolute Link

+ I'm a Hyperlink + + \ No newline at end of file