#web-development
Read more stories on Hashnode
Articles with this tag
Learning CSS can be a frustrating experience when starting out, at least it was for me. I have some trouble remembering things, especially when it...
Introduction to Markdown Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber and Aaron...
HTML (Hyper Text Markup Language) is used to design web pages using a combination of Hypertext and Markup language. In this post, we're going to take...
Resources are extremely important for a programmer since they can greatly improve productivity while coding. I have been collecting many links...
WHAT IS GIT? Git is a free, open-source distributed version control software that lets you manage and keep track of your source code history. It was...
What is HTML? HTML is one of the most widely used languages on the web to develop web pages. HTML stands for Hyper Text Markup Language. It is used to...