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> | |
| <h1> This is Long's page of interests</h1> | |
| <p> Hello! You can learn about the <b>interests of <em>Long</em></b> on this webpage.</p> | |
| </div> | |
| <div> | |
| <h2> Now, what is your favourite things to do during spare time?</h2> | |
| <p> Here is my answers of <b><em>top 5</em> </b>favourite interests:</p> | |
| <h3>1.Baketball</h3> | |
| <h3>2.Music</h3> | |
| <p>This is my favourite music <a href="https://www.youtube.com/watch?v=oKar-tF__ac"> Sparks fly </a> by Taylor Swift |
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 class="topdiv"> | |
| <h1> This is Long's page of interests</h1> | |
| <p> Hello! You can learn about the <b>interests of <em>Long</em></b> on this webpage.</p> | |
| </div> | |
| <div> | |
| <h2> Now, what is your favourite things to do during spare time?</h2> | |
| <p> Here is my answers of <b><em>top 5</em> </b>favourite interests:</p> | |
| <h3>1.Baketball</h3> | |
| <h3>2.Music</h3> | |
| <p>This is my favourite music <a href="https://www.youtube.com/watch?v=oKar-tF__ac"> Sparks fly </a> by Taylor Swift |
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>Image Filter By Long</h1> | |
| <canvas id="canv"> | |
| </canvas> | |
| <h2>Load Image</h2> | |
| <p>Filename: | |
| <input type="file" multiple="false" accept="image/*" id="finput" onchange="upload()"> | |
| </p> | |
| <h2>Choose Filter</h2> | |
| <script src="https://www.dukelearntoprogram.com/course1/common/js/image/SimpleImage.js" > |