Skip to content

Commit

Permalink
more inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayFennec committed Jan 13, 2021
1 parent 373810d commit d6b515a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ <h3 id="list-of-pizzas-ive-made">Pizzas</h3>
<li>Combination Pizza.<br>
<picture>
<source src="/PizzaPictures/Combination.jpg" type="image/jpg">
<img src="/PizzaPictures/Combination.jpg" alt="Combination Pizza" width = "300"/></li>
<img src="/PizzaPictures/Combination.jpg" alt="Combination Pizza" width = "500"/></li>
</picture>
</li>
<li>Stuffed Crust Pizza with onions and mushrooms.<br>
<picture>
<source src="/PizzaPictures/StuffedCrust.jpg" type="image/jpg">
<img src="/PizzaPictures/StuffedCrust.jpg" alt="Stuffed Crust Pizza" width = "300"/>
<img src="/PizzaPictures/StuffedCrust.jpg" alt="Stuffed Crust Pizza" width = "500"/>
</picture>
</li>
<li>Pinapple Pizza. (I dont have a picture for this one)
Expand All @@ -95,20 +95,25 @@ <h3 id="list-of-pizzas-ive-made">Pizzas</h3>
</figure>
<video controls id="be-right-back">
<source src="/cse110lab2/brb.mp4"
type="video/mp4">
type="video/mp4"
width="500">
</video>
<iframe id="other-page"
title="The page I made in markdown"
width="300"
height="200"
width="500"
height="380"
src="/">
</iframe>
</main>
<aside>
<form action="" method="">
<legend>Review this page!</legend>
<label fo="checkbox">Do you like this page?</label>
<label for="checkbox">Do you like this page?</label>
<input type="checkbox" id="checkbox" name="checkbox">
<label for="button">Push the button?</label>
<input type="button" value="Yes">
<input type="color" id="color" name="color" value="#e66465">
<label for="color">Head</label>
</form>
</aside>
<footer>
Expand Down

0 comments on commit d6b515a

Please sign in to comment.