Skip to content

Instantly share code, notes, and snippets.

@dmtrmrv
Last active August 29, 2015 14:03
Show Gist options
  • Save dmtrmrv/9072e9cb99c9c21f3079 to your computer and use it in GitHub Desktop.
Save dmtrmrv/9072e9cb99c9c21f3079 to your computer and use it in GitHub Desktop.
HTML - Unordered List: Long Items
<ul>
<li>Americano is a style of coffee prepared by adding hot water to espresso, giving a similar strength to but different flavor from regular drip coffee.</li>
<li>Cappuccino is a coffee-based drink prepared with espresso, hot milk, and steamed milk foam.</li>
<li>Espresso is a concentrated beverage brewed by forcing a small amount of nearly boiling water — about 86 to 95 °C (187 to 203 °F) — under pressure through finely ground coffee beans.</li>
<li>Decaf is a coffee beverage made with decaffeinated beans.</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment