Main Page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Ind Wikipedia</title>
<style>
.item {
float: left; /* This makes the item float to the left of the text */
margin-right: 15px; /* Space between the item and the text */
width: 200px; /* Adjust the width of the item */
}
.text {
font-size: 16px;
line-height: 1.5;
}
</style>
</head>
<body>
<div class="item">
<img src="your-image-url.jpg" alt="Item" width="200" height="200">
</div>
<div class="text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vel dolor eget ligula ultricies pretium. Cras sed nunc nec arcu tincidunt venenatis. Praesent et lacus eu dui pharetra malesuada.</p>
<p>Integer lacinia neque nec sapien dapibus, ut sagittis urna pharetra. Nullam tempor nisl sed nulla luctus, sed fermentum ligula viverra. In varius massa nec nisi scelerisque, non ultricies purus iaculis.</p>
</div>
</body>
</html>
Welcome to Ind Wikipedia
the free encyclopedia that anyone can edit