© 2023 Hashnode
#html-css-javascript
Introduction In this article, we are going to build a Crypto Tax Calculator using Bitquery's Historical API to retrieve real-world data on crypto prices, but before we begin let's go over some context and prerequisites. What exactly is Bitq…
HTML - This is a basic HTML file that creates a calculator interface with some buttons and an input field to display the calculations. Let's go through the code step by step: The <!DOCTYPE html> tag…
Hi everyone, so here's a quick blog post to show how I achieved this. In this digital world, where snooping is at a high rate, people's financial information is at risk every second, and as a software…
As a front-end developer, I decided to write this article and or guide to enable easy understanding. I wanted to share my experience of having no prior knowledge of programming language before learnin…
The worldwide web is more than 30 years old, however, the internet is even older. But, in reality, the internet and the web is getting younger by the day as both computational power and networks get b…
Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. I admit, that it’s difficult, and trying to learn web development can be an intimidating process…
Hello there, So in this blog we will learn about CSS Selectors. As we all know that Selectors are used to give any kind of style to your text on your HTML page. So basically there are 4 types of selec…
We had established that HTML, are any text displayed on the computer screen and contains links to other hypertext documents (https://links.medium.com/eV3oLhzhWqb). whereby is it of 3 category; HTML, CSS AND JAVASCRIPT. Today we will be disc…