You and your peer programmer are playing a game.
In this game, your peer provides you with five HTML elements to choose from.
You should choose only one such HTML element from the available elements
and use the chosen element only one time.
Modify the code by replacing the existing
tag with the chosen element such that the below-given quote is displayed on a single line without any decoration or any effect on the line.
Five available HTML elements: , , , ,
is to is to -> 결과 : Java is to JavaScript what car is to Carpet. Can this paragraph lead me to Wikipedia main page? Oh, maybe you can make this paragraph bold?> Great! Can you make all the odd numbers become subscript? Here you go: 11sub> 4 24 6 8 88. Okay, maybe you can make next paragraph become a button? <p>Java
JavaScript
what car is to Carpet.
-> 이것도 가능
<span>Java
JavaScript
what car is to Carpet.
-> 결과 동일
Well done!
id="" ->
<a href="https://google.com">Google</a>
아니면 그냥 이것도 가능