What does this code display?

<html> <head> <link rel="stylesheet" href="style.css"> </head> <body> <a href="#">Accept T&C</a> <strong>One more step!</strong> </body> </html>]]>Two inline elements on the same lineTwo inline elements on different lines

Two inline elements on the same line.