lorem img



Автор Алиса михайлец задал вопрос в разделе Другие языки и технологии

Как отодвинуть текст в HTML? и получил лучший ответ

Ответ от Алексей Геннадьевич[гуру]
- тебе в помощь, смотри стили css margin и padding

Ответ от Ђишина[мастер]
Кладете текст в абзац:
<p id="text">Тут Ваш текст</p>
И прописываете в css:
#text {
margin-left:30px;
}

Ответ от «?П?р?и?я?т?е?л?ь?»[гуру]
Пиши < center >

Ответ от Reportage24.ru[новичек]
<p style="padding-left: 330px;"> текст текст текс</p>

Ответ от Михаил Евдокимов[гуру]
Выравнивание текста в CSS
Например <p align="center">Текст</p> Выравнивание текста по центру.
Ну а там уже по приведенной мной выше ссылке сами смотрите что конкретно надо

Ответ от Ёаня Семенов[гуру]
margin-left :40px; /* отступ слева снаружи */
padding-left :40px; /* отступ слева внутри */
соответственно есть padding-right, top.-left, и bottom и аналогично с margin

Ответ от Программист из СССР[активный]
<blockqute>....</blockqute> Как я помню вроде бы так, может я и ошибаюсь)

Ответ от Парикмахер[гуру]
ну я тут не много смоневрировал ---вот сам код скопируй и вставь
<style>
body p{
font-family:helvetica;
}
.center{
color:lightgrey;
width:400px;
margin:0 auto 30px auto;
padding:2px;
}
.width{
width:90%;
color:lightgrey;
margin:0 auto 30px auto;
}
img{
width:200px;
height:200px;
padding:3px;
float:left;
}
</style>
<p class='width'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<p class="center">
<img src=""></img>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>

Ответ от 3 ответа[гуру]
Привет! Вот подборка тем с похожими вопросами и ответами на Ваш вопрос: Как отодвинуть текст в HTML?
Lorem ipsum на Википедии
Посмотрите статью на википедии про Lorem ipsum
 

Ответить на вопрос:

Имя*

E-mail:*

Текст ответа:*
Проверочный код(введите 22):*