Language selection

Search


Most requested - bad implementation

Below is an example for a bad implementation of the Most requested component. In this example, the component is located inside another element with the class container, which is not allowed.

Code
<main class="container">
	...
	<section class="gc-most-requested">
		<div class="container">
			<h2>Most requested</h2>
			<ul>
				<li><a href="#">[Top task hyperlink 1]</a></li>
				<li><a href="#">[Top task hyperlink 2]</a></li>
				<li><a href="#">[Top task hyperlink 3]</a></li>
				<li><a href="#">[Top task hyperlink 4]</a></li>
				<li><a href="#">[Top task hyperlink 5]</a></li>
				<li><a href="#">[Top task hyperlink 6]</a></li>
			</ul>
		</div>
	</section>
	...
</main>

Page details

Date modified: