Свойства CSS: как изображение плавает вправо?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How an image float to the right</title>
<style type="text/css">
img {
float: right;
}
</style>
</head>
<body>
<p><strong>w3resource Tutorial</strong></p>
<p>In the paragraph below, we have added an image with style <strong>float-right</strong>. The result is that the image will float to the right in the paragraph.</p>
<p>
<img src="//kodesource.top/images/w3resource-logo.png" alt="w3resource logo" width="100" height="50">CSS, stands for Cascading Style Sheet is a computer language to describe presentation (for example width, height, color, background color, alignment etc.) of HTML and XML (and XML based languages like XHTML, SVG) web documents. In all the examples of our tutorials, we have used HTML for implementing CSS.
</p>
</body>
</html>
Демонстрация в реальном времени:
Посмотрите, что ручка с плавающей точкой отвечает w3resource ( @ w3resource ) на CodePen .
Поддерживаемый браузер
да | да | да | да | нет |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code