I am a new coder and i dont know what to do about this issue.
i’ve been following along with the lessons, but my browser wont recognize my code and just displays a blank page. the code itself is almost perfect, but i cant get it to display. can anyone help please?
ive pasted it below:
!DOCTYPE html>
html lang=“en”>
link rel=“Practics” href=“css/Practics.css” />
meta charset=“utf-8” />
body>
div class=“boots”>
/body>
This is my styling code as well:
body {
margin: 10px;
}
.boots {
width: 50vw;
height: 100vh;
background-color: lavender;
border-top: 1px solid pink;
}
(I removed brackets from html so that it stays visible)