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
Клава
Помогите найти ошибку, пожалуйста, не могу применить сss
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title> Первая страница </title>
<link rel="stylesheet" type="text/css" href="E:\mai_sait\scripts\mystyle.css">
</head>
<body>
<table cellspacing="0" width="1000" summary="первая страница">
<tr>
<td height="150" width="1000" bgcolor="#CCFF99" colspan="4"> <center>Шапка</center> </td>
</tr>
<tr>
<td height="850" width="200" bgcolor="#CCFF99"> <center><h1>Меню1</h1>
<img src="file://E:\mai_sait\img\tea_cup.jpg"align="left">
</center> </td>
<td width="650" background="file://E:\mai_sait\img\green-abstract-wide-wallpaper-1920x1200-002.jpg"> <center>Основная</center> </td>
<td width="150" bgcolor="#CCFF99"> <center>Меню2</center> </td>
</tr>
</table>
</body>
</html>
Скрипт
*h1 {
color: red;
font-size: 200%;
font-family: Arial, Verdana, sans-serif;
text-align: center;
}
Не меняется заголовок Меню1, в чем может быть проблема?
Edited by КлаваLink to comment
Share on other sites
7 answers 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.