What does this code display?
- Two inline elements on the same line
- Two inline elements on different lines
<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 line.