This repository contains a collection of HTML, JavaScript, and related assets for learning and experimenting with DOM manipulation and other web concepts.
JavaScript/
├─ exercise-div.html
├─ exercise.html
├─ form-functions.html
├─ json-string.html
├─ output-positions.html
├─ patterns.html
├─ styles.html
├─ tp dom (2).html
├─ tp-dom.html
├─ tp.html
├─ try.html
├─ exercise-interface/ (subdirectory)
├─ exercise-thursday/ (subdirectory)
├─ jquery/ (subdirectory)
├─ regex/ (subdirectory)
├─ tp-global/ (subdirectory)
└─ tp-saturday/ (subdirectory)
- exercise-div.html – Demonstrates basic DOM manipulation with a
<div>element and a button to change its content. - exercise.html – General exercise page (content not shown here).
- form-functions.html – Example of handling form inputs via JavaScript.
- json-string.html – Shows how to work with JSON strings in the browser.
- output-positions.html – Illustrates positioning of output elements.
- patterns.html – Contains various JavaScript patterns and snippets.
- styles.html – Simple stylesheet examples.
- tp dom (2).html – Tutorial page for DOM topics (second version).
- tp-dom.html – Another DOM tutorial page.
- tp.html – General tutorial page.
- try.html – Sandbox for trying out code snippets.
-
exercise-interface/ – Contains several HTML files and assets related to interface exercises:
Preview.JPEG.jpgcontrole_tp04.htmlexercice-interface1.HTMLexercice-interface2.htmlexercice-interface3.htmlexercice-interface4.htmlprojet_log_in.rar(archive of a login project)tp4_v.2.htmltp_cour_DOM_form.html
-
exercise-thursday/ – (currently empty, placeholder for Thursday exercises).
-
jquery/ – Contains jQuery related files (currently a single file).
-
regex/ – Holds regular expression examples and exercises.
-
tp-global/ – Global tutorial files.
-
tp-saturday/ – Saturday tutorial files.
Feel free to explore each file to see the examples and modify them as needed for your learning journey.