Answer the question
In order to leave comments, you need to log in
Unexpected token, what's the problem?
Hello everyone, tell me plz where the trouble.
I can’t understand why Chrome swears at the syntax, in particular
CSS:
body, html
{
margin: auto;
background: bisque;
}
#up {
height: 105px;
}
#menu{
height:776px;
width: 200px;
}
#work{
height: 300px;
}
.class1{
display: block
}
.class2{
display: inline;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script src="css/ind.css"></script>
<title></title>
</head>
<body>
<div id="all">
<div class="class" id='up'></div>
<div class="class" id="work_menu">
<div class="claass" id="work"></div>
<div class="claass" id="menu"></div>
</div>
</div>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
<script src="css/ind.css"></script>
<link src="config/config.js"/>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question