Posts

Showing posts with the label Web-Development

How To Make A Simple Calculator Using HTML, CSS and JavaScript

Image
A Calculator Hey guys, welcome back! Today, I'm going to be teaching you guys how to make a simple calculator which performs basic math operations such as addition, subtraction and so on with just HTML, CSS and JavaScript. This tutorial is designed for people who may have just finished learning the basics of HTML, CSS and JavaScript and wish to create a project which uses all three for optimum functionality. Prerequisites You don’t need much to be able to follow along with this tutorial. You just need a text editor; this could be Notepad , Sublime Text or Visual Studio Code . For this tutorial, we’ll use VS Code. If you already have a text editor, you can use that as well. If you don’t, go ahead and download it from the official site (the steps to install VS Code can be found in our JavaScript tutorial for beginners ). Moving on, the next thing you need is the basic understanding of HTML, CSS and JavaScript. By ”basic understanding”, I mean you should be...

CSS Tutorial For Beginners

Image
Are you starting out on your web development journey? Have you developed a few static HTML pages but want to give them more styling but don't know how to do that? Looking to learn some CSS alongside your HTML?  You've come to the right place. In this tutorial, the bare-basics of CSS would be treated.  So, let's get started. Firstly, What is CSS? CSS (short for “Cascading Style Sheets”) is the styling language used in presenting HTML content in a modern and uniform way. It is a necessary tool for front-end web development and should be learnt if you wish to build user-friendly and neat-looking web applications (or websites). NOTE: CSS is NOT A PROGRAMMING LANGUAGE , but a STYLING LANGUAGE . Meaning, the CSS styles you write basically “select a bunch of stuff” and tell the browser HOW to display that “selected stuff” in a more appealing way.        As at the time this document was written, the latest v...

HTML Tutorial For Beginners

Image
   Are you a beginner looking for a HTML tutorial/guide? Want to learn HTML but don't know where to start? You've come to the right place.          This post is specially made for beginners such as yourself looking to learn this wonderful language known as HTML.      So without further ado, let's dive in.  What is HTML?        HTML stands for “Hyper Text Mark-up Language” and is the fundamental building block of all things web-related/based. It is a necessary tool for web development and MUST be learnt if you wish to build a career in web development. NOTE: HTML is NOT A PROGRAMMING LANGUAGE , but a MARK-UP LANGUAGE . Meaning, the HTML code(s) you write basically mark-up or “select a bunch of stuff” and tell the browser HOW to display that “selected stuff”.        As at the time this was written, the latest version of HTML is HTML5. C...

Sponsored Links

Contact Us

Name

Email *

Message *