corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-21 d062a44b4a91f016698af130dc48516179feef50
commit | author | age
d062a4 1 <body>
F 2     <h1>New product</h1>
3     <method="post">
4         <label for="name">Name</label>
5         <input type="text", id="name", name="name">
6
7         <label for="description">Description</label>
8         <textarea id="description", name="description"></textarea>
9
10         <button>Save</button>
11     </form>
12 </body>
13 </hmtl>