Answers for "class style"

6

class html

<p class="ThisIsAClassName">HI</p>
Posted by: Guest on April-13-2020
0

html specific class color

<!-- in the head element -->
<style> h1 { color:blue; } </style>

<!-- in the body element -->
<h1> text in blue because all "h1" element is in blue </h1>
Posted by: Guest on June-19-2020
0

best way to write css class name

.stick_man__head {
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language