Saya stuck disana bagaimana maksud dan cara penyelesaiannya?


how iam stuck :frowning:

All html attributes must be added to element tags.

For eg href is an attribute. You don’t write it <href= as that would be wrong.
Instead you add it to the anchor tag, correct?

Here we are being asked to add a type attribute.
So we must add it to the button tag.

<button attribute=…

Use type where I showed you how to add attributes

If you have a question about a specific challenge as it relates to your written code for that challenge, and you’ve tried to solve it at least 3 times so far and still need some help, just click the Ask for Help button located on the challenge (it looks like a question mark).
This button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

thank you so much to respond my problem…

1 Like

aaa i got it…thank youuu

1 Like

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