Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!DOCTYPE html>
<html> lang end
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 1
Link to the challenge:
That’s not quite how you add a lang
attribute to the tag. It’s just like adding any other attribute, you use the following format:
name="value"
Where you replace name
with the name of the attribute and value
with the value you want to give it.
Also, remember that an html
element has both an opening and closing tag.
1 Like
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.