Identify the error in the following block of code.
for x in range(2, 6):
print(x)
The first line is missing quotes.
The first line has a spelling error.
The second line has a spelling error.
The second line needs to be indented four spaces.
Question 3(Multiple Choice Worth 5 points)
(01.01 MC)
Dani wants to create a web page for her friend's dog walking service. Which coding language should she use?