Example input
page title=["My webpage"]
head title=["My Unique Fashion Styles"] in title box 1 indented and in the center
subtitle= [sunglasses], [shirt], [trousers] and [shoes] in titlebox 2 for each item
html_elements=one paragraph per subtitle article, 50 words each paragraph, online pictures,
font Sans-serif, light pinkish background, sooth text, text-align: center
Example output
<!DOCTYPE html>
<html>
<head>
<title>My Unique Fashion Styles</title>
<link rel="stylesheet" type="text/css" href="Fashion.css">
</head>
<body>
<div class="title-box">
<h1>My Unique Fashion Styles</h1>
</div>
<div class="section">
<div class="subtitle-box">
<h2>Sunglasses</h2>
</div>
<div class="content">
<p>A good pair of sunglasses is essential for any fashion-forward individual. I love wearing aviators and cat-eye sunglasses for a retro-inspired look.</p>
<img src="https://m.media-amazon.com/images/I/51cz1uRxxDL._UL1200_.jpg">
</div>
</div>
<div class="section">
<div class="subtitle-box">
<h2>Shirt</h2>
</div>
<div class="content">
<p>I prefer loose-fitting shirts made from soft, comfortable materials. They're perfect for casual outfits and can be dressed up or down depending on the occasion.</p>
<img src="https://m.media-amazon.com/images/I/81cNWn3RMhL._AC_SL1500_.jpg">
</div>
</div>
<div class="section">
<div class="subtitle-box">
<h2>Trousers</h2>
</div>
<div class="content">
<p>High-waisted trousers are my go-to bottoms. They elongate my legs and give me a vintage-inspired look.</p>
<img src="https://www.yoox.com/images/items/13/13935536BS_14_f.jpg?impolicy=crop&width=387&height=490">
</div>
</div>
<div class="section">
<div class="subtitle-box">
<h2>Shoes</h2>
</div>
<div class="content">
<p>I love wearing statement shoes, like colorful sneakers or heeled booties. They're a great way to add some interest to an outfit and show off your personal style.</p>
<img src="https://bamigo.com/media/catalog/product/cache/f3810b59391b9142790fd2d9a230b032/r/i/ricardo_brown-side_left.jpg">
<ul>
<div class="section">
<div class="subtitle-box">
<h2>Featured accessories</h2>
</div>
<li>I love wearing hats, especially fedoras and beanies. They're a great way to add some personality to an outfit and protect your head from the sun or cold weather.</li><br><br>
<li>A statement necklace can completely transform an outfit. I like to wear chunky, colorful necklaces to add some interest to plain tops.</li><br><br>
<li>Socks are an underrated accessory that can add some personality to any outfit. I like to wear bold, patterned socks to show off my playful side.</li>
</ul>
</div>
</div>
</body>
</html>