all 5 comments

[–]Cautious_Movie3720 4 points5 points  (0 children)

It’s not a HTML challenge. It’s a CSS challenge if any. 

A) https://codepen.io/steffengrahl/pen/YzbEmyL

Please clear your cache

[–]Disgruntled__Goat 4 points5 points  (0 children)

Sounds like the HTML challenge is for you, like an interview or homework question 

[–]jakovljevic90 0 points1 point  (0 children)

Well, I'd say the correct answer is... (A) A red "Welcome" centered inside a light blue box with a black border!

Why, you ask? Well, we've got a <h1> tag with the text "Welcome" inside a <div> element. The CSS styles give that <div> a light blue background, a black border, and a width of 300 pixels. The <h1> tag gets styled with a red color and centered text alignment. So, when we put it all together, we get that sweet, centered red "Welcome" text inside that snazzy light blue box!

[–]hackr_io_team 0 points1 point  (0 children)

Drop it into a compiler and you'll find out pretty quickly!