FreecodeCamp Challenge: import a Google font

How can I solve this problem?

You need a space b/w a tag start and it’s attribute.
This is okay <h2 class='red-text'>....
This is not okay <h2class... >
Because the second one makes a new tag called h2class

PS: Please don’t paste photos of your screen to ask for help - you can always copy paste the code and If you have to post a screenshot (fn+Print Screen)

1 Like