diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..a1b00a8
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/learn-html.iml b/.idea/learn-html.iml
new file mode 100644
index 0000000..d0876a7
--- /dev/null
+++ b/.idea/learn-html.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..9d3f881
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..a699e64
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..e284bf2
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1704747063624
+
+
+ 1704747063624
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 788b0a7..2b1cd29 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-# Enter your Full Name in the space below
\ No newline at end of file
+## Haojie Huang
diff --git a/quizzes/colors.html b/quizzes/colors.html
index c743d79..45b84df 100644
--- a/quizzes/colors.html
+++ b/quizzes/colors.html
@@ -5,9 +5,9 @@
Hello World
-Hello World
-Hello World
-...
+Hello World
+Hello World
+...
Hello World
diff --git a/quizzes/format.html b/quizzes/format.html
index 69fa956..d241963 100644
--- a/quizzes/format.html
+++ b/quizzes/format.html
@@ -5,6 +5,12 @@
Binary Math
+
+ If N is a K-bit binary string
+ then the decimal representation of N can be derived as follows:
+ 20+21+...+2k-1
+
+