Open
Conversation
<html> <body> <h1> Lets create a collage </h1> <p>The 13th student</p> <svg width="1000" height="1000"> <!--Code to be eddited by student 1 start--> <rect x="10" y="10" height="100" width="100" style = "stroke:#ff0000; fill:#0000ff"> </rect> <text x="30" y="60">Student 1 </text> <!--Code to be eddited by student 2 start--> <rect x="10" y="110" height="100" width="100" style = "stroke:#f11000; fill:#0001ff"> </rect> <text x="30" y="160">Student 2 </text> <!--Code to be eddited by student 3 start--> <rect x="10" y="210" height="100" width="100" style = "stroke:#ff0000; fill:#0000ff"> </rect> <text x="30" y="260">Student 3 </text> <!--Code to be eddited by student 4 start--> <rect x="10" y="310" height="100" width="100" style = "stroke:#f11000; fill:#0001ff"> </rect> <text x="30" y="360">Student 4 </text> <!--Code to be eddited by student 5 start--> <rect x="110" y="10" height="100" width="100" style = "stroke:#ff0000; fill:#0000ff"> </rect> <text x="130" y="60">Student 5 </text> <!--Code to be eddited by student 6 start--> <rect x="110" y="110" height="100" width="100" style = "stroke:#f11000; fill:#0001ff"> </rect> <text x="130" y="160">Student 6 </text> <!--Code to be eddited by student 7 start--> <rect x="110" y="210" height="100" width="100" style = "stroke:#ff0000; fill:#0000ff"> </rect> <text x="130" y="260">Student 7 </text> <!--Code to be eddited by student 8 start--> <rect x="110" y="310" height="100" width="100" style = "stroke:#f11000; fill:#0001ff"> </rect> <text x="130" y="360">Student 8 </text> <!--Code to be eddited by student 9 start--> <rect x="210" y="10" height="100" width="100" style = "stroke:#ff0000; fill:#0000ff"> </rect> <text x="230" y="60">Student 9 </text> <!--Code to be eddited by student 10 start--> <rect x="210" y="110" height="100" width="100" style = "stroke:#f11000; fill:#0001ff"> </rect> <text x="230" y="160">Student 10 </text> <!--Code to be eddited by student 11 start--> <rect x="210" y="210" height="100" width="100" style = "stroke:#ff0000; fill:#0000ff"> </rect> <text x="230" y="260">Student 11 </text> <!--Code to be eddited by student 12 start--> <rect x="210" y="310" height="100" width="100" style = "stroke:#f11000; fill:#0001ff"> </rect> <text x="230" y="360">Student 12 </text> </svg> </body> </html>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lets create a collage
The 13th student