Hello Coding People,
Just a quick message to ask some assistance about HTML online test.
I came across that exercise but I could not solve it. I'm hoping you can help me please.
<!DOCTYPE html>
<html>
<head>
<style>
tags {
</style>
</head>
<body>
<div id="tags">
<span>Recomendation</span>
<span>Travel</span>
<span>Food</span>
<span>Hawaii</span>
<span>Beach</span>
</div>
</body>
</html>
What do you I miss here?
Best Regards,
Chris
Just a quick message to ask some assistance about HTML online test.
I came across that exercise but I could not solve it. I'm hoping you can help me please.
<!DOCTYPE html>
<html>
<head>
<style>
tags {
</style>
</head>
<body>
<div id="tags">
<span>Recomendation</span>
<span>Travel</span>
<span>Food</span>
<span>Hawaii</span>
<span>Beach</span>
</div>
</body>
</html>
What do you I miss here?
Best Regards,
Chris