Skip to content

Instantly share code, notes, and snippets.

@adriculous
Created April 13, 2016 04:48
Show Gist options
  • Save adriculous/c82a4fb336db9d34d475ce03a41206d9 to your computer and use it in GitHub Desktop.
Save adriculous/c82a4fb336db9d34d475ce03a41206d9 to your computer and use it in GitHub Desktop.
Markdown for Writers and Hobbyists (Part 3) - Markdown with code sample
A `div` tag is an HTML general container tag that doesn’t really have any specific functions unless they are being defined with
other attributes, such as CSS styling. You can find more info here at W3Schools and various sources around the internet. Google is
everybody’s best friend.
Here’s an example of a `div` tag code in action:
<div class="container">
<div class="my-message">
<p>This is a sample of a section of a site using this tag. Pretty cool, huh?</p>
</div>
</div>
You can learn more about HTML in the following sites:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment