Jump to content
  • 0

Обязательные параметры некоторых тегов


DImaN
 Share

Question

Можете подсказать какие параметры являются обязательными для следующих тегов в синтаксисе XHTML 1.0:

IMG - насколько я знаю, обязательными являются width, height, alt, что еще?

TR - ?

TD - ?

TABLE - ?

закрываются ведь они все кроме img также как и в HTML т.е.

Подскажите пжл, что где нужно указывать, чтобы код вышел полностью валидным?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

для img высота и ширина не являются обязательными, а только src (само собой) и alt

если говорить именно о валидности, то насколько знаю table, tr, td могут и не иметь никаких параметров

закрывать надо ВСЕ тэги, включая img, только он закрывается так:

<img src="***.gif" alt="картинко" />

Link to comment
Share on other sites

  • 0

это само собой, но вот сам вредный валидатор говорит мне, мол ошибки у меня в <table> >, <tr> >, > причем не везде, а только в "избранных" валидатором строках. в чем дело, никак разобраться не могу..

Link to comment
Share on other sites

  • 0

вот здесь:

<td width="800" valign="top">
<table cellpadding="0" cellspacing="0">
<tr>
<td width="10" style="background: url('images/01.png');" class="png"></td>
<td height="66" colspan="2" align="center" style="background: url('images/004.png');" class="png">

<table width="790">
<tr>
<td width="600">
и т.д.

валидатор говорит, что у меня 5 ошибок в самих строках тд, тр и тэйблах..

Link to comment
Share on other sites

  • 0
вот здесь:

<td width="800" valign="top">
<table cellpadding="0" cellspacing="0">
<tr>
<td width="10" style="background: url('images/01.png');" class="png"></td>
<td height="66" colspan="2" align="center" style="background: url('images/004.png');" class="png">

<table width="790">
<tr>
<td width="600">
и т.д.

валидатор говорит, что у меня 5 ошибок в самих строках тд, тр и тэйблах..

У вас не закрыты некоторые теги:

<td width="800" valign="top">
<table cellpadding="0" cellspacing="0">
<tr>
<td width="10" style="background: url('images/01.png');" class="png"></td>
<td height="66" colspan="2" align="center" style="background: url('images/004.png');" class="png">
</td>//вот здесь
</table>//вот здесь
</td>//вот здесь
<table width="790">
<tr>
<td width="600"></td>//вот здесь
</tr>//вот здесь
</table>//вот здесь

И непонятна запись такого вида: style="background: url('images/01.png');" class="png"

Зачем цсс через файл и цсс напрямую использовать совместно?

Не проще ли все что можно вынести в файл цсс?

Link to comment
Share on other sites

  • 0
данные теги закрываются гораздо ниже, а по поводу того, чтобы имэйджи включать в цсс конечно дельная идея, но... 30 пнгшех в цсс.. конечно можно, может даже так будет поинтереснее

Ну конечно, все что можно в цсс - выносите сразу.

При первом заходе конечно это не отразится, а при последующих заходах на сайт страница будет грузиться быстрее.

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