OfficeAnimal
Technical User
I am using HTML 4.0 and the <CODE> tag. The resultant display appears to be in approx 18pt Courier. How can I get it down to 12pt to match the rest of the document?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style type="text/css">
code {
font-size: 1em; /* this is an example size */
}
</style>
<style type="text/css">
.myCode {
font-size: 1em; /* this is an example size */
}
</style>
....
<code class="myCode">
This is some text
</code>