html for entries

This commit is contained in:
d7hernan 2022-11-08 15:35:49 -08:00
parent 3bd1c8a023
commit a063e38028

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
@ -19,11 +20,13 @@
</main>
<form id="new-food-entry">
<fieldset>
/* will need to modify to add upload/take image fuction */
<legend>Image:</legend>
<label for="image-src">
<!-- Add Food Entries Here
Source:
<input type="text" id="imgSrc" name="imgSrc" required>
Add Food Entries Here -->
</label>
<label for="image-alt">
Alt Text:
@ -72,6 +75,10 @@
Comments:
<input type="text" id="comments" name="comments" required>
</label>
<label for="comments">
Tags:
<input type="text" id="comments" name="comments" required>
</label>
</fieldset>
<button type="submit">Add Review</button>
<button type="button" class="danger">Clear Local Storage</button>