#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!
HTML: Content Editable
Apr 27, 2019
Using HTML5 contentEditable you can make HTML markup editable by the user.
HTML Submit Button Outside The Form
Apr 20, 2019
For a HTML form element you can put your submit button outside of the form element as long as you have reference the form’s id property with the button’s form property.
CSS Lobotomized Owl Selector
Apr 18, 2019
The lobotomized owl selector (* + *) can come in handy to make your CSS stylesheet a bit less verbose and is a handy relative selector for styling.
SVG: Intro & Overview
Apr 07, 2019
SVG or Scalable Vector Graphics is an XML based markup language and is a powerful way to display images.