Which CSS should be added to allow the link to appear on the top:

<a href="#" title="Test" style="margin-top:50px;">Test</a>
Explanation
If you define a link as a block element by adding display: block, then margin starts to work.
Otherwise, since the link is an inline element, margin will not work.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
HTML & CSS quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes