<html>
<head>
<meta charset="UTF-8">
<title>Food Recipe</title>
</head>
<body>
<h1>Chiken Soup</h1>
<!--A useful site for css properties is https://www.w3schools.com/css/css_examples.asp-->
<p>
My favorite food is <em>chiken soup</em> because i like chiken and it is very tasty in winter time
</p>
<!-- this is an Ordered list how to make the dish-->
<ol>
<li>cut the chiken</li><p>🐔</p>
<li>remove the skin</li>
<li>chop in pieces the chiken</li>
<li>add water</li><p>💧</p>
<li>chop the carrots</li><p>🥕</p>
<li>chop the onion</li><p>🧄"></div></p>
<li>boil the rest of the chiken with pepper and salt</li><p>🧂</p>
<li>after an hour stir</li><p>😀</p>
<li>add the vegetables</li>
<li>add the rice</li>
<li>add the lemon juice</li><p>🍋</p>
<li>add the chopped chiken</li>
<li>boil for 20 mins</li><p>🕒</p>
<li>add the smashed eggs</li>
<li>add some thyme</li>
<li>add some olive oil</li>
</ol>
<!-- this is an unordered list with the ingredients of the food -->
<ul>
<li>salt</li>
<li>pepper</li>
<li>chiken</li>
<li>3 eggs</li>
<li>1 cup of rice</li>
<li>2 lemons</li>
<li>2 litre water</li>
<li>thyme</li>
<li>2 carrots</li>
<li>1 onion</li>
<li>olive oil</li>
</ul>
<p> Dish photos</p>
<ul>
<img src="https://imgur.com/KsOoj2T.jpg" alt="Soup portion" />
<img src="https://imgur.com/0x4Vc0F.jpg" alt="Soup fillet" />
</ul>
</body>
body
{
background-color: red;
}
h1{
padding-bottom:25px;
text-decoration: underline;
font-weight: bold;
text-shadow: 2px 2px;
}
p{
font-size:40px;
}
ol{
font-size:25px;
}
ul{
font-size:30px;
}
/* This is a single-line comment */
/*useful site for css amd not only...*/
/*https://www.w3schools.com/css/css_comments.asp*/
Output
This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account
Dismiss xKeyboard 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. |