Answers for "how to make text small html css"

37

font size css

.class {
	font-size: 12px;
}
Posted by: Guest on February-15-2020
0

smaller than small html

<body>
<p>This is a paragraph and <small>smaller text goes here</small></p>
</body>
Posted by: Guest on February-28-2020

Browse Popular Code Answers by Language