#web-design
Read more stories on Hashnode
Articles with this tag
If you are a developer, you might have seen the following error many times especially when dealing with APIs. For security reasons, browser blocks...
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...