How can i do this step :Step 41 That worked, but there is still a little space on the right of the price. You could keep trying various percentages for the wi

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!DOCTYPE html> 
<p lang="en"> Cafe <lang 
/p> 


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49

Challenge: Step 1

Link to the challenge:

Add the <!DOCTYPE html> tag, and an html element with a lang attribute of en

example:

<html lang="en"> and close the </html>

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.