Computer scienceFrontendHTMLHTML IntroText formatting

<abbr>, <address> and <bdo> tags

Rectify errors

Report a typo

The HTML code below contains some errors. You need to rectify them and apply the changes.

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
___

Create a free account to access the full topic