App selling page
by Imri Paloja
HTML
<script src="https://fonts.googleapis.com/css?family=Raleway:400,300,600"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"></script>
<div class="container">
<h2>HTML Table</h2>
<table>
<caption>
<strong> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/WordPress_PostEdit.png/320px-WordPress_PostEdit.png" alt="WordPress"><br>
WordPress
</strong>
</caption>
<tr>
<th>Description</th>
<th>Metadata</th>
</tr>
<tr>
<td>
<p>WordPress is a popular and widely used open-source content management system (CMS) and blogging platform. It provides a flexible and user-friendly way to create and manage websites, ranging from simple blogs and personal websites to complex e-commerce stores and corporate websites. Here are some key characteristics and features of WordPress:</p><ol><li><p><strong>Content Management:</strong> WordPress allows users to create, edit, and organize digital content easily. It provides a user-friendly interface for adding and updating text, images, videos, and other types of content.</p></li><li><p><strong>Themes:</strong> WordPress offers a vast library of themes (templates) that determine the design and layout of a website. Users can choose from thousands of free and premium themes, making it easy to customize the look of their site to match their brand or personal style.</p></li><li><p><strong>Plugins:</strong> WordPress has a robust ecosystem of plugins, which are add-on software modules that extend the platform's...
CSS
html,body {
color: #454545;
}
.container {
margin-top: 5%;
}
table {
width: 100%;
}
h2, h3, h4, h5, h6 {
text-align: left;
}