Paragraph
Lesson 4 of 11 in Coddy's HTML/CSS Challenges - Pack I course.
Challenge
EasyGuidelines:
- one paragraph element and one bold (
b) element - black and brown colors
- cool font (anything but default)
Picture:

Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
</body>
</html>