#html5
Read more stories on Hashnode
Articles with this tag
Before jumping into the topic, let's see an example. Can you guess the color of the paragraph? /* CSS */ p{ color: green;} p{ color: red;} <!-- HTML...
You can't imagine a web page without styles (CSS). They play a key role in page beautification. The key to understanding the CSS is understanding the...