Max Lockwood

Max Lockwood

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.…

What is the CSS text-decoration Property?

What is the CSS text-decoration Property? Introduction In short, the text-decoration property adds an underline, overline, line-through, or a combination of lines to selected text. The text-decoration property specifies how the text will be decorated. It is a shorthand for…

What is the purpose of hashtag in HTML Links?

What is the purpose of hashtag in HTML Links? Within a hyperlink, a hash – ‘#’ specifies an HTML element id to which the window should be scrolled.href=”#idname” would scroll to a current page element, such as <p id=”idname”>. You…

How to Center a Div in Flexbox

How to Center a Div in Flexbox There are many ways to center things in CSS, but CSS Flexbox is one of the simplest. CSS Flexbox is a layout model that aids in the alignment of one-directional items. In this…

Text Formatting Tags in HTML with Examples

Text Formatting Tags in HTML with Examples HTML Formatting is the process of formatting text to improve its appearance and feel. HTML allows us to format text without using CSS. HTML contains numerous formatting tags, which we will cover today.…

Pin It on Pinterest