Created
December 19, 2011 20:02
-
-
Save h4/1498632 to your computer and use it in GitHub Desktop.
Ответы на вопросы по курсу «Дизайн и разработка веб-узлов. Часть 1»
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
как сделать чтобы между заголовком и таблицей был отступ? | |
--> | |
<h1>Заголовок для таблицы</h1> | |
<table> | |
<tr> | |
<td>Ладья</td> | |
<td>Конь</td> | |
<td>Слон</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment