The HTML code below contains some errors. You need to rectify them and apply the changes.
<abbr>, <address> and <bdo> tags
Rectify errors
Report a typo
Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Play with tags</title>
</head>
<abbr dir="FIFO">First In First Out<abbr>
<address 24 - West side, Opp KL Palace, Austria 4433242></address>
</body>
</html>
Completed 0 of 3
The code is valid
Rectify error in abbreviation tag and apply the changes
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.