Tell us what’s happening: Describe your issue in detail here.
Your code so far
<!-- User Editable Region --> <!marriage html lang en> <!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 1
Link to the challenge:
Welcome! I am not sure where you got “marriage” from, but just type exactly what you see for <!DOCTYPE html> at the top. After that create an html tag with a lang attribute equal to “en”. Here is an example of an attribute
<!DOCTYPE html>
<div attribute="value"></div>
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.