Max Lockwood

Max Lockwood

What exactly are JavaScript Statements?

What exactly are JavaScript Statements? JavaScript statements are commands that tell the browser what to do. Semicolons are used to separate statements (;). The JavaScript statement is the JavaScript code that is translated line by line by the browser. What…

Introduction to HTML5 – for Beginners

Introduction to HTML5 – for Beginners HTML is an abbreviation for Hyper Text Markup Language. It is used to create web pages by utilising a markup language. HTML5 is the current and fifth version of HTML. It is more than…

What are the 5 JavaScript Mathematical Operators?

What are the 5 JavaScript Mathematical Operators? Arithmetic Operators Arithmetic operators perform arithmetic functions on numbers (literals or variables) and return a value. JavaScript includes many operators from basic math as well as a few programming-specific operators. There are five…

What is CSS? Basics Explained

What is CSS? Basics Explained CSS stands for Cascading Style Sheets. CSS and HTML work hand in hand: To understand CSS, you should already have a basic knowledge of HTML. CSS Syntax CSS is a rule-based language, which means that…

How to Begin with Semantic HTML

How to Begin with Semantic HTML What does semantics mean in HTML? HTML semantics refers to the tags in an HTML page that provide meaning rather than just presentation. It helps clarify HTML by better defining the various sections and…

What are JavaScript Template Literals?

What are JavaScript Template Literals? Template literals are literals delimited by backtick (“) characters that enable multi-line strings, string interpolation with embedded expressions, and tagged templates. Back-Tics Syntax To define a string, Template Literals use backticks (“) rather than quotes…

The Complete HTML Cheat Sheet

HTML Cheat Sheet + Developer Bonus Pack Learning HTML is difficult enough without having to remember dozens of tags and attributes. That’s why I’ve created a handy and easy-to-read HTML cheat sheet for you to print and keep on hand.…

Pin It on Pinterest