about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/1/task4.html
blob: 26f532945ef2b44b4c3a1347f69df9c45898a808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>