вопрос по html
тока с помощью CSS или <br> между ними поставить еще:)
ну почему же тока? Еще есть атрибут STYLE
Можешь кусочек кода набить с пояснениями?
Hello!
<p style="margin-top:20Pt">
Hello!
</p>
Hello!
Ясно. Спасибо!
это и есть CSS %)
----------------------
A cascading style sheet (CSS) contains style definitions that are applied to elements in an HTML document. CSS styles define how elements are displayed and where they are positioned on your page. Instead of assigning attributes to each element on your page individually, you can create a general rule that applies attributes whenever a Web browser encounters an instance of an element, or an element assigned to a certain style CLASS.
CSS styles can be placed inline within a single HTML element, grouped in a <STYLE> block in the HEAD portion of a Web page, or imported from a separate CSS style sheet file. The same external style sheet file can be linked to many Web pages, thus giving a common appearance to an entire Web site.
----------------------
Оставить комментарий
Demka
Народ, как можно уменьшить или увеличить интервал между абзацами (<p> </p>)?Я не нашла в справке таких параметров у этого тага.