material design in html code example

Example 1: web mdc cdn

<link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

Example 2: material design css

/* Answer to: "material design css" */

/*
  Here's a few frameworks that you may like:
  https://materializecss.com/
  https://material.io/develop/web/
  https://getmdl.io/
  https://www.w3schools.com/w3css/w3css_material.asp
  https://www.muicss.com/
  https://mdbootstrap.com/

  Check the source for more information and frameworks.
*/

Tags:

Misc Example