1 min read
website-forms-via-html

Related: [[./BNF 101 Base Informatiques|BNF 101 Base Informatiques]]


[!Summary] Title Contents

Important balises:

<form>
<label>
<input>

use Divs to host the different boxes for text input use <br> after each <div>

Inputs have different “types”, including emails, number, date. Labels are what the boxes are called

attributes