#technical-writing-1
Read more stories on Hashnode
Articles with this tag
In addition to creating a react toolchain from scratch, you can create an app in react with any of the react build tools such as: create react app,...
Instead of using the markup language for the web which defines the structure of a web page, web content can be displayed using simple Javascript. In...
Introduction This search bar basically searches through a list of names and does a partial match till it finds the name typed by the user. In this...
Images are created using the image tag <img /> in the HTML. However, you may wish to make the image display another property, or even a gif, when you...
HTML is an abbreviation for "hypertext markup language". Hypertext is a software system that allows extensive cross-referencing between related...
A computer is only functional to the extent to which you instruct it. This means that without instructions (programs) your computer is so dumb and...