Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to JavaScript and DOM Manipulation

Objectives

Write basic JavaScript functions. Manipulate the DOM dynamically. Respond to user interactions.

Instructions

  • 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.

Tasks

  • Create a well-structured HTML5 document.
  • Use at least 5 different HTML elements.
  • Ensure semantic correctness.

Happy Coding! 💻✨

About

plp-webtechnologies-classroom-feb2025-feb-2025-introduction-to-javascript-and-dom-manipulation-feb-2 created by GitHub Classroom

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors