Hey guys. I am trying to do my Technical project on codepen. I’ve decided to do it on CSS that way I can go through all my notes and basically just repeat it again to better memorize. While trying to do so, I am trying to write the color css styles, I can’t get it to show the format of the style.
I want it to look like this:
<pre>
<code>
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="generator" content="JSFiddle">
</body>
<meta name="description" content="Displaying your source code on web page.">
<meta name="author" content="Anna Medvedeva">
</head>
<body>
<h1>Displaying your source code on web page</h1>
<p1>Do you read, write and speak code? Learn how to share your skills!</p>
</body>
</html>
</code>
</pre>