Hello there! Just finished the assessment task.
My code is here
Criticism is welcome:)
Hi there @etalko, and welcome to our community!
So this looks like a really good bit of work — well done!
I only noticed one small thing that could be improved — you don’t need a <br>
just before the closing </address>
tag; <address>
is a block level element, and will create a line break after it anyway.
Apart from that, perfect.
1 Like
Many thanks! Didn’t notice this extra <br>
tag before.