#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!

Canvas API: Introduction & Basic Usage

Mar 31, 2019

The canvas API allows you to draw graphics using Javascript & the HTML <canvas> element. It can do a ton and can be used for animation, game graphics, data visualization, photo manipulation, and real time video processing.

Quote controls with HTML & CSS

Mar 24, 2019

You can use the <q> HTML5 element to automatically wrap some content in quotes.

Use the camera from your webpage, take a snapshot and use for facial recognition. Whatt?

Mar 20, 2019

Using the User Media HTML5 (Camera) API you can take a picture using the user’s camera and use that on your webpage

Autofocus HTML Attribute

Mar 14, 2019

You can add in an autofocus HTML5 attribute which tells the browser to give that element focus when the page loads.

Chrome Dev Tools: change property value shortcuts

Mar 09, 2019

#ChromeDevTools: Increase a property by one decimal point by holding the option key...