PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 23, 2022

[FIXED] How would I reference MDbootstrap stylesheet in html

 July 23, 2022     html, mdbootstrap     No comments   

Issue

I am aware that in HTML the way to reference stylesheets is something along these lines:

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" >

But what is the stylesheet reference for MDboostrap. I have looked all over the website and I can't find it and the website says that all the resources are free. Have I got to install something?


Solution

I did a quick research and I could find that you can download MDBoostrap or use the CDN. Links bellow:

  • Download page: https://mdbootstrap.com/docs/jquery/getting-started/download/
  • CDN examples: https://mdbootstrap.com/md-bootstrap-cdn/


Answered By - Ariel Alves Dutra
Answer Checked By - Gilberto Lyons (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing