HTML Academy
Corner Rounding
An Introduction to SVG5/15
Back to the list of tasks
  • 1. Hello, SVG!
  • 2. Drawing a Rectangle
  • 3. Rectangle Coordinates
  • 4. Corner Rounding
  • 5. Challenge: Fixing the TV
  • 6. Polygons
  • 7. Challenge: Pyramids
  • 8. Drawing a Circle
  • 9. Challenge: Target
  • 10. Drawing an Ellipse
  • 11. Challenge: Surprised Smiley
  • 12. Drawing Lines
  • 13. Challenge: Arithmetic Operators
  • 14. Drawing Polylines
  • 15. Challenge: Hot-Air Balloons
Polygons
  • Sign up
  • Log in

Register to take up challenges

Registration will only take a minute and let you save your study progress. You can register with your email and password or login via social networks.

or
Log in and continue
  • object.svg
  • style.css
SVG
<svg height="250" width="330"> <rect class="leg" width="15" height="30" x="180" y="210" rx="2" fill="black" /> <rect class="leg" width="15" height="30" x="5" y="190" rx="10" fill="black" /> <rect class="case" width="300" height="200" x="20" y="25" rx="30" fill="dimgray" /> <rect class="screen" width="200" height="160" x="30" rx="10" fill="deepskyblue" /> <rect class="panel" width="80" height="110" x="200" y="50" fill="black" /> <rect class="button" width="20" height="10" x="245" y="70" rx="2" fill="red" /> <rect class="button" width="30" height="30" x="265" y="95" rx="4" fill="gold" /> <rect class="button" width="40" height="20" x="225" y="120" rx="7" fill="lime" /> </svg>
CSS
svg { border: 1px solid #dddddd; }

What didn’t you like in this task?

Thanks! We’ll fix everything at once!

100%
  • Goal
  • Result
  • Overlay
  • Differences
  • ?

Press Compare to send your code for review.

Failed to load the goal. Try later.

Goal — the interface you need to get.

Result — the way the server sees your code. Can differ from what you see in the mini-browser. The comparison is made between this result and the goal.

Overlay — semi-transparent result is shown above the goal.

Differences — the map of differences between the goal and the result.

Done 0%.
The code has been changed

Cookies ∙ Privacy ∙ License Agreement ∙ About ∙ Contacts ∙ © HTML Academy OÜ, 2019−2025

VISAMastercard