Computer Science, asked by utkarsh663, 1 year ago

Html coding without CSS

Answers

Answered by Abhishek5501
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>

Similar questions