DEV Community

Discussion on: Join Our First Community Challenge: The Frontend Challenge

Collapse
 
best_codes profile image
BestCodes

Hey @ben, I've got a question about the 'Glam up my Markup' challenge.
I'm a little concerned about this sentence:
No changing HTML sentence.

I know we can add some HTML tags (e.g., <style> to apply the CSS), but what are the limits of this? I would assume the script tag is allowed, but would meta tags like:

<meta name="viewport" content="width=device-width, initial-scale=1" />
Enter fullscreen mode Exit fullscreen mode

Be allowed for mobile responsiveness? Some of these things are kinda essential to me. To be specific, I would be using the meta name and charset properties, and then a <script> tag for a custom JS library that responsively changes the style of the select element.
Would that be OK?

Collapse
 
ben profile image
Ben Halpern The DEV Team

Okay yeah that is a good call. The answer is yes, everything you're asking about is within the spirit of the request, but we will make some adjustments to make this clear in the rules.

Thank you for the question, we'll make some tweaks to our language.

Collapse
 
best_codes profile image
BestCodes

Alright, thanks for the info. πŸ‘