0
Question about CSS AI-generated practice question
The problem CSS AI-generated practice question is: Fill the gaps to align the text to the center <h1 style="text-align: BLANK ;"> This text is centered BLANK The first BLANK is center, but nothing works in the 2nd BLANK. Is this just a poorly worded question???
5 Answers
+ 2
Remember tags often come in pairs. Think about how you close a <h1> tag. What tag should you put at the end to close off the heading?
+ 3
There will be needed your attempt code.
+ 1
<h1 style="text-align: center;">
This text is centered BLANK
If I put ANYTHING in the BLANK above then they are all incorrect. I'm asking about this question as I'm not exhausting all my hearts on the last question when there is not logical answer for it.
0
Is there a sololearn question creator in here at all???
0
Try : </h1>
You need to close heading :)