Jump to content
  • 0

можно ли так делать?


olechic
 Share

Question

можно ли использовать такие имена id, будут ли проблемы?

<body id="site">

<div id="header">

<div id="logo">

</div>

<div id="top-navigation">

<ul>

<li>О компании</li>

<li>Сертефикаты</li>

<li>Нагарды</li>

<li>Контакты</li>

</ul>

</div>

<div id="phone">

<span id="code">(+375-29)</span>

<span id="number">1-233-456</span>

</div>

<div id="navigation">

<ul>

<li>О воде</li>

<li>Спасенные</li>

<li>Неспасенные</li>

<li>Транспорт</li>

<li>Плавцы</li>

</ul>

</div>

</div>

<div id="wrapper">

<div id="wrapper-left">

<ul>

<li>Спасение от удара молнии</li>

<li>Защита от тактическмх боеголовок</li>

<li>Спасение от спама</li>

</ul>

</div>

<div id="slider">

</div>

</div>

<div id="content">

<div id="left-content">

<span id="chronicle"><a href="">Хроника спасения</a></span>

<span id="after-chr"><a href="">Здесь не хватает только вас</a></span>

</div>

<div="right-content">

<h1>Спасение утопающих - дело самих утопающих</h1>

<div id="top-text-content">

<div id="left-text-content">

</div>

<div id="right-text-content">

</div>

</div>

<div id="image-content">

<div id="left-image-content">

</div>

<div id="center-image-content">

</div>

<div id="right-image-content">

</div>

</div>

</div>

</div>

<div id="footer">

</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>

<script src="js/script.js" type="text/javascript"></script>

</body>

</html>

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

а что на ваш взгляд можно изменить?

В названиях? Рекомендуеться давать семантические(логические) название, которые показывали б "что делает элемент", "для чего он", "его назначение", а НЕ "как он выглядит" или "где он находиться"(left, top...). Потому-что любой элемент может изменить свое положение(был слева - стал справа), внешний вид(цвет, размер, тд...).

Подобные рекомендации упрощают поддержку кода и, например, ре-дизайн.

Edited by Viper
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy