diff options
Diffstat (limited to 'usth/ICT3.2/prac/1/task3.html')
-rw-r--r-- | usth/ICT3.2/prac/1/task3.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/1/task3.html b/usth/ICT3.2/prac/1/task3.html new file mode 100644 index 0000000..01423e4 --- /dev/null +++ b/usth/ICT3.2/prac/1/task3.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<style> +img { + width: 50px; + height: 50px; +} +</style> +<body> + <img src='images/doggo-think.jpg'> + <img src='images/thalos.jpg'> + <img src='images/thumb-up.webp'> +</body> +</html> |