Untitled

 avatar
unknown
plain_text
5 months ago
3.7 kB
2
Indexable
    
    <p1>    
        <header>
            <b> <h1 id="title">black goose bistro | pizza-on-demand</h1> </b>
        </header>
        <h3 id="grey">our 12" wood fired pizzas are avaliable for delivery.</h3><br>
    </p1><br>

    <p2>
        <fieldset>
            <span>
            <h3 id="info"><strong>Your Information:</h3></legend>
            <form>
            
                <label for="fname">First name:</label><br>
                <input class="name" type="text" id="fname" name="fname" value=""><br>
                <label for="lname">Last name:</label><br>
                <input class="name" type="text" id="lname" name="lname" value=""><br>
                <label for="lname">adress:</label><br>
                <input class="name" type="text" id="lname" name="lname" value=""><br>
                <label class="name" for="lname">telephone number:</label><br>
                <input type="text" id="number" name="lname" value=""><br>
                <label for="lname">email:</label><br>
                <input class="name" type="text" id="lname" name="lname" value=""><br>
                <label for="lname">delivery instructions:</label><br>
                <textarea id="instructions" name="instructions" rows="3"></textarea>
            </span><br>
                <br>

        </fieldset>

        <p3>    
         <b> <h1 id="title">black goose bistro | pizza-on-demand</h1> </b><br>
        </p3><br>
        <fieldset>
            <legend id="info"><strong>Design Your Dream Pizza</strong></legend>
            
            <label>Pizza Specs:</label><br>
            <div class="crust">
            <fieldset>
                <legend><strong>crust(choose one)</strong></legend>
            <input type="radio" name="crust" value="Classic White" required> Classic White<br>
            <input type="radio" name="crust" value="Multigrain"> Multigrain<br>
            <input type="radio" name="crust" value="Cheese-Stuffed Crust"> Cheese-Stuffed Crust<br>
            <input type="radio" name="crust" value="Gluten Free" class="Feautred"> Gluten Free<br><br>
            </fieldset>
        </div>

            
        <div class="toppings">
            <fieldset>
                <legend id="info"><strong>Toppings (Choose as many as you want)</strong></legend>
                <input type="checkbox" name="toppings" value="Red Sauce"> Red Sauce<br>
                <input type="checkbox" name="toppings" value="White Sauce"> White Sauce<br>
                <input type="checkbox" name="toppings" value="Mozzarella Cheese"> Mozzarella Cheese<br>
                <input type="checkbox" name="toppings" value="Pepperoni"> Pepperoni<br>
                <input type="checkbox" name="toppings" value="Mushrooms"> Mushrooms<br>
                <input type="checkbox" name="toppings" value="Peppers"> Peppers<br>
                <input type="checkbox" name="toppings" value="Anchovies" class="Feautred"> Anchovies<br><br>
                <label id="info" for="quantity">How many pizzas?</label><br>
                <input type="number" id="quantity" name="quantity" min="1" value="1"><br><br>
            <div class="formbutton">
                <button class="bb">Bring me pizza</button>
                <button class="bb">Reset!</button>
            </div>
          </fieldset>
        </div>
          
        
        </form>
        <button type="submit">Submit Order</button>
    </p2>
    <aside>
    <nav>
        <ul>
            <li><a href="home.html">Home</a></li>
            <li><a href="contact.html">contact us!</a></li>
        </ul>
    </nav>
    </aside>
Editor is loading...
Leave a Comment