<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Pizza Recipe</title>
<nav>
<ul><li> <a href="#"> Home</a>
<li><a href="#ingridents"> Go to ingridents</a></li>
<li><a href="#directions"> Go to directions</a></li>
</ul>
</nav>
</head> <b> PIZZA MANIA</b>
<body>
<h1 id="first"><b><u><em>
Hello!</b></u>
</h1>
<h2 id="second">I Hope everyone is fine...my name is </em>
<strong><em> Shrishti Dubey</strong></em></h2>
<div class="one"> <p><i>everyone loves pizza and i belive Pizza is the perfect meal in my opinion. I agree that it is incredibly versatile and you can eat it at any time in any mood.
Pizza is the epitome of a perfect snack. It combines a crispy crust that's drenched in savory sauce and concealed underneath a mountain of melty,
gooey mozzarella cheese.</p></div></i>
<h3><u> let's start making our<em><strong> Pizza</em></strong></h3></u>
<div id="ingridents">
<h4><u> materials needed:</h4></u>
<ul id="third" class="two"><li>dough </li><ul><li>(enough to make at least a small circle)</li></ul>
<li>cheese</li><ul><li> (as much as you want)</li></ul>
<li>pepperoni </li><ul><li>(or any other toppings you want)</li></ul>
<li>pizza sauce</li>
<li>pizza stone</li>
<li>oven</li>
</div>
<img src="https://www.kingarthurflour.com/sites/default/files/styles/featured_image_2x/public/recipe_legacy/1418-3-large.jpg">
<div id="directions">
<h4> <u>Steps to follow:</h4></u>
<meta charset="UTF-8"></ul>
<ol id="fourth" class="three"><li>Take the dough out and roll it into a circle <p>😀</p>
</li>
<li>Puff out the edge of the dough so the crust is thicker at the edge <p>😆</p>
</li>
<li>Pre-heat oven to 250-260 degrees C.<p>🥰</p>
</li><ul><li>(Remember to put a pizza stone in the oven)</li></ul>
<li>Put on the pizza sauce, cheese, and toppings.</li><p>😉</p>
<li>Put the pizza on the pizza stone in the oven.</li><p>😜</p>
<li>Bake for 30 minutes or until pizza is crispy and golden brown.</li><p>🤗</p>
<ul><li>(make sure you don't burn the toppings)</ul></li>
<li>Try putting the toppings on the pizza differently to make the pizza look cool!</li><p>😊</p>
<ul><li>(you can also change the shape of your pizza such as square or triangle)
</ul></li>
</div>
<h3 class="four"><u>Enjoy your homemade pizza!!!</h3></u>
<img src="https://www.deluxepizzas.co.uk/img/home_img2.jpg">
<h4><i><u>Try these amazing pizza recipes</i></h4></u>
<main>
<ul><li><a href="https://www.indianhealthyrecipes.com/pizza-recipe-make-pizza/">Homemade Pizza</a></li>
<li><a href="https://hebbarskitchen.com/veg-pizza-recipe-veggie-pizza-recipe/">Veggie PIizza</a></li>
<li><a href="http://www.bharatzkitchen.com/recipe/1095/">Chesse burst pizza</a></li>
<li><a href="https://damndelicious.net/2016/11/06/white-mushroom-pizza/">Mushroom Pizza</a></li>
<li><a href="https://www.tarladalal.com/Tandoori-Paneer-Pizza-6238r">Paneer pizza</a></li>
<li><a href="mailto:shrushtiduve@gmail.com">Email me</a></li>
</main>
</body>
</head>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |