Applying attributes

Report a typo

Fill in the <title> tag with any text information you want. Use id attribute with red_text value in the first paragraph of the text to apply the already written CSS style.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<p>Hi.</p>
<p>My name is Bob.</p>
<p>I love HTML, CSS and cats.</p>
</body>
</html>





Completed 2 of 4
The first of the paragraphs has the id
The <title> tag has content
___

Create a free account to access the full topic