en.javascript.info/2-ui/2-events/01-introduction-browser-events/06-hide-message/task.md
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

226 B

importance: 5


Add a closing button

There's a list of messages.

Use JavaScript to add a closing button to the right-upper corner of each message.

The result should look like this:

[iframe src="solution" height=450]