it was tough for me it takes 2 day to complete
What challenges did you encounter, and how did you overcome them?i mainly face challenge in radio btns
I want to improve my skills in programmation, I have started my journey in coding with 'C' language, I want to improve my skills in Webdev so I've been learning HTML, CSS, JS. And I practice making different challenge with Front-end Mentor.
I’m currently learning...Front-end: HTML, CSS, JS. other: C, math, English. FreecodeCamp: Legacy JavaScript Algorithms and Data Structures Certification. (March 12 2024).
Feel free to leave any comments or playing the game.
Thanks.
Feel free to leave any comments or suggestion.
Thanks.
Feel free to leave any comments.
Thanks.
Feel free to leave any comments or suggestion.
Thanks.
Feel free to leave any comments or feedbacks. Thanks.
it was tough for me it takes 2 day to complete
What challenges did you encounter, and how did you overcome them?i mainly face challenge in radio btns
Hi well done for this challenge,
I'll give this link you check out the mistake for HTML and CSS. 3WC validator.
Another link It help me a lot when I need to do a form
. MDN.
You can use the validity API for the form, it's integrated with HTML5 so you can use the validity state to check your form. MDN MDN
Hope to be helpful.
nothing
What challenges did you encounter, and how did you overcome them?easy for me
Hi well done for this challenge,
Use a div
when there is no other choices, you can use section
, article
...
like <div id="main">
to <main id="main">
.
Try to avoid using #
in your CSS, better use classes.. fedmento.
It's better to use em
or rem
instead of px
, with font-size
in px
, you overwrite the user-preference. FreeCodeCamp.
FreeCodeCamp.
Youtube.
well it took me too long so i'll work on that
Hi well done for this challenge, You can use picture tag to display different image depending on the size. Here a link : MDN.
<picture>
<source media="(max-width: 799px)" srcset="your path" >
<source media="(min-width: 800px)" srcset="your path" >
<img src="your path" alt="your description" >
</picture>
It's easier to start with a mobile-approach FreeCodeCamp.
Hope to be helpful.
Hi well done for this challenge,
You need to use more semantic tag to improve your HTML, it's better for screen-reader and SEO.
Use a div
when there is no other choices, you can use section
, article
...
like <div class="container">
to <main class="container">
.
For the tag <h1>
it's one per page, all h1 elements are treated as top-level headings by many screen readers and other tools.
MDN.
It's better to use em
or rem
instead of px
. FreeCodeCamp.
FreeCodeCamp.
Youtube.
It's easier to start with a mobile-approach FreeCodeCamp.
Hope to be helpful.
I'd prefer not to constantly manipulate the DOM by deleting and rewriting HTML code. Instead, I'd rather assign classes to the HTML elements so I can toggle them on and off, preventing any errors I encounter.
What challenges did you encounter, and how did you overcome them?Deleting event listeners inadvertently in the DOM manipulation process.
What specific areas of your project would you like help with?ANY feedback will be greatly appreciated.
Hi well done for this challenge,
For the tag <h1>
it's one per page, all h1 elements are treated as top-level headings by many screen readers and other tools.
MDN.
Use a div
when there is no other choices, you can use section
, article
...
Hope to be helpful.
Hi well done for this challenge,
You can use picture tag to display different image depending on the size. Here a link : MDN.
<picture>
<source media="(max-width: 799px)" srcset="your path" >
<source media="(min-width: 800px)" srcset="your path" >
<img src="your path" alt="your description" >
</picture>
It's better to use em
or rem
instead of px
. FreeCodeCamp.
FreeCodeCamp.
Youtube
It's easier to start with a mobile-approach FreeCodeCamp.
Hope to be helpful.