Basic Web Dev questions
Go to solution
Solved by Ciccioo,
Question 2: What attributes does the element have? Write the attribute names
html attributes are those:
<tagname attribute1 = "value1" attribute2 = "value2" attribute3 = "value3"> content</tagname>
so your answer is wrong because you just listed the classes of the element, which are not its attributes
Question 3: What happens if you leave out a citation sign for the attribute class?
you can try yourself
spoiler alert: it will only recognize the first class (learn) and it will try to interpret "easy" as an attribute

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now