Main Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <!DOCTYPE html> | ||
<html lang="en"> | |||
<head> | |||
<meta charset="UTF-8"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<title>'''<big>Welcome to Ind Wikipedia</big>'''</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> | |||
<nowiki><div class="item"></nowiki> | |||
<img src="your-image-url.jpg" alt="Item" width="200" height="200"> | |||
<nowiki></div></nowiki> | |||
<nowiki><div class="text"></nowiki> | |||
<nowiki><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></nowiki> | |||
<nowiki><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></nowiki> | |||
<nowiki></div></nowiki> | |||
</body> | |||
</html> | |||
== '''<big>Welcome to Ind Wikipedia</big>''' == | |||
the free encyclopedia that anyone can edit[[File:Wikipedia-logo-v2-en.svg|center|]] | |||
== Getting started == | == Getting started == |
Revision as of 05:33, 26 September 2024
<!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