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