You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Myk
Прописал следующий код, вроде бы должна быть рамка но её нету, почему?
в HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
Главная страница
</title>
<link rel="stylesheet" type="text/css" href="style.css" >
</head>
<body>
<table>
<tr>
<td class="1td">
1
</td>
<td class="2td">
2
</td>
<td class="3td">
3
</td>
</tr>
</table>
</body>
</html>
В CSS
.1td {
border: 3px solid #c716bd;
}
.2td {
border: 3px solid #c716bd;
}
.3td {
border: 3px solid #c716bd;
}
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.