Vitaliy Petrychuk
Front-End Developer @SoftServe
Web browsers are the most widely used software.
<html>
<body>
<p>
Hello World
</p>
<div>
<img src="example.png"/>
</div>
</body>
</html>
<html>
<body>
<p>
Hello World
</p>
<div>
<img src="example.png"/>
</div>
</body>
</html>
p,
div {
margin-top: 3px;
}
.error {
color: red;
}
p,
div {
margin-top: 3px;
}
.error {
color: red;
}