Style for paragraph

Report a typo

Visit the Google fonts website and add a font called Permanent Marker in HTML code. Then copy the CSS styles in a pop-up window on the website to define this font family and apply them to the <p> tag.

The styles to be copied are under the heading "Specify in CSS".

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Google Fonts</title>
<!-- сonnect the font below this line -->
<!-- сonnect the font above this line -->
</head>
<body>
<p>Success is one percent inspiration, ninety-nine percent perspiration</p>
</body>
</html>
Completed 1 of 3
The font is connected
The font is applied to the <p> tag
___

Create a free account to access the full topic