Html coding without CSS
Answers
Answered by
2
Add CSS as a style directly to the tag you want to format.
EX.
<p style="width:20px;height:20px;background-color:#ffcc00;">The contents go here</p>
EX.
<p style="width:20px;height:20px;background-color:#ffcc00;">The contents go here</p>
Similar questions