Created
October 13, 2016 05:13
-
-
Save julienetie/722825a95f0696a1122d55be32f577e4 to your computer and use it in GitHub Desktop.
jsx medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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