Membuat Header dan Footer yang dapat dipakai berulang kali dengan bantuan Web Components
https://www.freecodecamp.org/news/reusable-html-components-how-to-reuse-a-header-and-footer-on-a-website/
---
Membuat collapsible element dengan Javascript , HTML , dan CSS
https://ssiddique.info/simple-javascript-to-create-dynamic-collapsible-section.html
#webcomponent #header #collapse #footer
https://www.freecodecamp.org/news/reusable-html-components-how-to-reuse-a-header-and-footer-on-a-website/
---
Membuat collapsible element dengan Javascript , HTML , dan CSS
https://ssiddique.info/simple-javascript-to-create-dynamic-collapsible-section.html
#webcomponent #header #collapse #footer
freeCodeCamp.org
Reusable HTML Components – How to Reuse a Header and Footer on a Website
Imagine you're building a site for a client, a small mom-and-pop store, that only has two pages. That's not a lot. So when you finish working on the landing page and start on the contact page, you just create a new HTML file and copy over all the cod...
Cara mengatasi Margin Collapse dengan menggunakan CSS
https://www.freecodecamp.org/news/what-is-margin-collapse-and-how-to-avoid-it/
#css #collapse #margin
https://www.freecodecamp.org/news/what-is-margin-collapse-and-how-to-avoid-it/
#css #collapse #margin
freeCodeCamp.org
What is Margin Collapse in CSS? And How to Avoid It
What is Margin Collapse? Margin collapse occurs when vertically adjacent margins of block-level elements collide to share a general margin space. The size of this shared space is dictated by the larger number margin. You can visualize this as an arm...