CS50 flashcard > tacky html rules > Flashcards
where should I put the bootstrap installation code
BELOW the CSS link to html
How to link CSS file to html file
How to load image?
<img></img>
How to make things disappear in CSS?
.navbar-toggler-icon{ display:none;}