👇🏼 There is code inside the page settings:

// Get all elements with class .radio-wrapper const radioWrappers = document.querySelectorAll('.radio-wrapper'); // Attach a click event listener to each radio wrapper radioWrappers.forEach(radioWrapper => { radioWrapper.addEventListener('click', () => { // Get the child radio input element const radioInput = radioWrapper.querySelector('input[type="radio"]'); // Trigger a click event on the radio input element if (radioInput) { radioInput.click(); } }); });
⚡️ Custom CSS
100% CMS powered!

Are You A Real 
Web Developer?

Introducing Formly's dynamic form field feature! Easily enhance your forms with the power to add recurring sets of information.

Take the quiz now!
Takes about 2 minutes
Question 1

Which of the following tags is used in HTML to create a hyperlink?

This is some text inside of a div block.
Question 3

Which property in CSS is used to set the background color of an element?

This is some text inside of a div block.
Question 2

What does CSS stand for?

This is some text inside of a div block.
Question 5

Which of the following is the correct way to link an external CSS file named "styles.css" to an HTML document?

This is some text inside of a div block.
Question 4

How do you comment out multiple lines in CSS?

This is some text inside of a div block.
RESULT

Sorry you didn't WIN!

It seems you're new to HTML and CSS or had a tough time with this quiz. No worries, practice makes perfect. Consider reviewing some tutorials and resources.

This is some text inside of a div block.
RESULT

HTML & CSS Genius!

Great job! You have an excellent understanding of HTML and CSS.

This is some text inside of a div block.
RESULT

4 out of 5 Correct

Well done! You have a strong grasp of HTML and CSS, but there's a small area to review.

This is some text inside of a div block.
RESULT

3 out of 5 Correct

Good effort! You understand many core concepts of HTML and CSS, but there's some room for improvement.

This is some text inside of a div block.
RESULT

2 out of 5 Correct

Keep going! You have some understanding of HTML and CSS, but you might want to revisit the basics.

This is some text inside of a div block.
RESULT

1 out of 5 Correct

Don't get discouraged! Brush up on your HTML and CSS fundamentals and try again.

This is some text inside of a div block.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Weighted Quiz Docs
Points:
0