Skip to content

Commit 75e7330

Browse files
authored
Update AssMd.jsx
1 parent 2476810 commit 75e7330

File tree

1 file changed

+2
-2
lines changed
  • frontend/src/page/Assessments/Assignments

1 file changed

+2
-2
lines changed

frontend/src/page/Assessments/Assignments/AssMd.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ You should ensure that your programs have been tested on one of the following tw
410410
> **What is non-SPA?**
411411
> Non-SPA is a multi-page application where each new page is loaded from the server, causing a full page reload with each navigation. This contrasts with SPAs, which handle navigation on the client side for faster interactions.
412412
413-
### 4.5. Static HTML, innerHTML, DOM manipulation
413+
### 4.5. Allowed Usages
414414
415-
In this assignment, you are:
415+
In this assignment, you are allowed to:
416416
* Add static HTML/CSS to the stub website provided (i.e. you can put raw HTML/CSS as if it's a static page, even if you then later manipulate it with JavaScript).
417417
* Build HTML elements and add CSS properties to the DOM via JavaScript.
418418
* Use \`innerText\` properties/functions

0 commit comments

Comments
 (0)