#html

Level up your HTML knowledge with our posts about HTML aka Hypertext Markup Language

Check out our pinterest page dedicated to html as well!

Back To The Basics: Dev Tools Inspect

Jul 13, 2019

One of the things a web developer probably consistently uses every day in dev tools is the ability to inspect the contents of a webpage.

What Is A CDN?

Jul 03, 2019

A CDN is a content delivery network and refers to a distributed group of servers which work together to provide extremely fast internet content.

HTML Meta Tags

Jun 23, 2019

The HTML meta tag goes in the <head> of your webpage and allows you to provide name value pairs that isn’t viewable by your webpage viewers, but rather machine parseable information about your webpage.

Back To The Basics: Anchor Links For Page Linking

Jun 18, 2019

One usage of anchor links in HTML can allow a user to jump to a specific part of the page. This could be used for a table of contents, or an arrow that a user can click on to scroll them to a certain section of your webpage.

Using Dev Tools To View & Edit Local Storage

Jun 16, 2019

Using dev tools you can view and edit local storage quickly and easily.