diff --git a/hw1_3.html b/hw1_3.html
new file mode 100644
index 0000000..d2c3412
--- /dev/null
+++ b/hw1_3.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
diff --git a/hw1_4.html b/hw1_4.html
new file mode 100644
index 0000000..07b20e9
--- /dev/null
+++ b/hw1_4.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+ Document
+
+
+ let mode = "normal"; // корректное имя переменной;
+ let my_valu3 = 102; // имя переменной указано корректно, однако не совсем доступно к пониманию;
+ let 3my_value3 = "102"; // имя переменной указано некорректно, тк начинается с цифры;
+ let __hello__ = "world"; // имя переменной указано корректно;
+ let $$$ = "money"; // имя переменной указано корректно, но не очень понятно, что именно может иметься ввиду под таким названием переменной;
+ let !0_world = true; // имя переменной указано некорректно, тк начинается со знака препинания;
+
+
+
\ No newline at end of file
diff --git a/practice1.html b/practice1.html
new file mode 100644
index 0000000..6582e92
--- /dev/null
+++ b/practice1.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
\ No newline at end of file
diff --git a/practice2.html b/practice2.html
new file mode 100644
index 0000000..d9ac3b7
--- /dev/null
+++ b/practice2.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
\ No newline at end of file