uni

Thing1's amazing uni repo
Log | Files | Refs

commit ebc312c6bfb074cef7e9e5fdb439f59e930a59dc
parent 0c1471623b189ca1056a97e8a8a6ec1331b5b3ff
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Mon, 16 Feb 2026 14:59:04 +0000

notes

Diffstat:
M.gitignore | 1+
ACS10120/13.02.26.md | 5+++++
MCS10120/project/scripts/nameinput.js | 2--
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,6 +3,7 @@ *.pdf *.html !CS10120/project/*.html +!CS10120/project/blogs/*.html *.o *.out *.snm diff --git a/CS10120/13.02.26.md b/CS10120/13.02.26.md @@ -0,0 +1,5 @@ +# 13/02/26 + +- Forms can made using an `input` tag, or using a `label` tag, +the label tag requires the `for` attribute to be a form. There +is also a `form` tag to make more compex forms diff --git a/CS10120/project/scripts/nameinput.js b/CS10120/project/scripts/nameinput.js @@ -7,5 +7,3 @@ function sayHello() { document.getElementById("nameoutput").innerHTML = msg; } - -