Scaffolding

Scaffolding refers to the global resets and dependencies that Daptiv is built upon.

HTML5 doctype

We use certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your pages.

<!DOCTYPE html>
<html lang="en">
  ...
</html>