You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/07-Create-a-Basic-HTML/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,18 @@ Let's continue using string concatenation to generate HTML...
8
8
9
9
## 📝 Instructions:
10
10
11
-
1. Create a variable **html_document**.
11
+
1. Create the variable `html_document`.
12
12
13
-
2. The code on the left contains 8 variables with different string values, please use the variables concatenating them together to set the value of the variable **html_document**
14
-
a new string that has the content of a typical HTML document (with the HTML tags in the
15
-
right order).
13
+
2. The code on the left contains 8 variables with different string values, please use the variables concatenating them together to set the value of the variable `html_document`
14
+
to a new string that has the content of a typical HTML document (with the HTML tags in the right order).
16
15
17
-
3. Then, print the value of **html_document** on the console.
16
+
3. Then, print the value of `html_document` on the console.
0 commit comments