A Pen by MohanKumar on CodePen.
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
| <svg | |
| version="1.1" | |
| baseProfile="full" | |
| xmlns="http://www.w3.org/2000/svg" | |
| id="bahamas"> | |
| <rect x="0" y="100" width="600" height="100" fill = "#FFC72C"/> | |
| <polygon points="0 0, 260 150, 0 300" /> | |
| </svg> | |
| <svg |
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
| <svg | |
| version="1.1" | |
| baseProfile="full" | |
| xmlns="http://www.w3.org/2000/svg"> | |
| <!-- <g stroke-width="5px" stroke="purple"> | |
| <line x1="100" y1="100" x2="700" y2="350"/> | |
| <line x1="100" y1="350" x2="700" y2="100"/> | |
| </g> --> | |
| <!-- Rectangle --> |
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
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Document</title> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.6.2/jasmine.css"> | |
| </head> | |
| <body> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.6.2/jasmine.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.6.2/jasmine-html.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.6.2/boot.js"></script> |
A Pen by MohanKumar on CodePen.
A Pen by MohanKumar on CodePen.
A Pen by MohanKumar on CodePen.
A Pen by MohanKumar on CodePen.
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
| <script | |
| src="https://code.jquery.com/jquery-3.3.1.min.js" | |
| integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" | |
| crossorigin="anonymous"></script> | |
| <button id="btn">Click Me</button> | |
| <p></p> |
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
| <h1 class="title"> Random User Generator</h1> | |
| <div class="user-profile"> | |
| <img id="avatar" src="https://pbs.twimg.com/profile_images/743138182607175680/ZJzktgBk_400x400.jpg" /> | |
| <div id="fullname">Jon Snow</div> | |
| <div id="username"> | |
| kingofnorth | |
| </div> | |
| <div class="description"> | |
| <div>Email: <span id="email">jon@hotmail.com</span></div> | |
| <div>City: <span id="city">Winterfell</span></div> |
NewerOlder