Skip to content

Instantly share code, notes, and snippets.

@julienetie
Created October 13, 2016 05:13
Show Gist options
  • Select an option

  • Save julienetie/722825a95f0696a1122d55be32f577e4 to your computer and use it in GitHub Desktop.

Select an option

Save julienetie/722825a95f0696a1122d55be32f577e4 to your computer and use it in GitHub Desktop.
jsx medium
<div className="hello" id="world">
<h1>Hello World!</h1>
<p>How are you?</p>
<figure className="img-section">
<figcaption>Three different breeds of dogs</figcaption>
<img alt="Maltese Terrier" src="dog1.jpg" />
<img alt="Black Labrador" src="dog2.jpg" />
</figure>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment