about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/3/2.html
diff options
context:
space:
mode:
Diffstat (limited to 'usth/ICT3.2/prac/3/2.html')
-rw-r--r--usth/ICT3.2/prac/3/2.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/3/2.html b/usth/ICT3.2/prac/3/2.html
new file mode 100644
index 0000000..5205f95
--- /dev/null
+++ b/usth/ICT3.2/prac/3/2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<script src='https://code.jquery.com/jquery-3.5.1.slim.min.js'
+        integrity='sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs='
+        crossorigin='anonymous'></script>
+
+<body>
+  <a href='https://www.usth.edu.vn/' id='usth'>USTH Website</a>
+  <script>
+    $('#usth').attr('href', 'https://www.hust.edu.vn/').html('HUST Website')
+  </script>
+</body>
+</html>