Computer scienceFrontendHTMLHTML IntroText formatting

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

Code the quotations

Report a typo

Create an HTML file that will result in the rendered output shown below:

Here JBA stands for JetBrains Academy

The list of paragraps

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>Quotations</title>
</head>
<body>
...
<pWelcome to<p>
...
</body>
</html>

Completed 0 of 8
The code is valid
Add a p tag to the body of the HTML document
___

Create a free account to access the full topic