Write basic JavaScript functions. Manipulate the DOM dynamically. Respond to user interactions.
- Create a script.js file and link it to a HTML.
- Structure the document using DOCTYPE, html, head, and body.
Note
- Write JavaScript that:
- Changes text content dynamically.
- Modifies CSS styles via JavaScript.
- Adds or removes an element when a button is clicked.
- Create a well-structured HTML5 document.
- Use at least 5 different HTML elements.
- Ensure semantic correctness.
Happy Coding! 💻✨