about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/1/task4.html
diff options
context:
space:
mode:
Diffstat (limited to 'usth/ICT3.2/prac/1/task4.html')
-rw-r--r--usth/ICT3.2/prac/1/task4.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/1/task4.html b/usth/ICT3.2/prac/1/task4.html
new file mode 100644
index 0000000..26f5329
--- /dev/null
+++ b/usth/ICT3.2/prac/1/task4.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<style>
+img {
+    width: 50px;
+    height: 50px;
+}
+</style>
+<body>
+  <a href='images/doggo-think.jpg'><img src='images/doggo-think.jpg'></a>
+  <a href='images/thalos.jpg'><img src='images/thalos.jpg'></a>
+  <a href='images/thumb-up.webp'><img src='images/thumb-up.webp'></a>
+</body>
+</html>