-
Search Results
-
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.improwave.com
Most often problems are:
– Attribute itemprop not allowed on element meta at this point.
– An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
– No p element in scope but a p end tag seen.To the problem with P element:
Clean code with SKT shortcodes:
`[column_content type=”one_half”]
<img src=”http://www.improwave.com/wp-content/uploads/2015/06/circuit-pcb_003439151_small.jpg” alt=”372″ />
[/column_content]
[column_content type=”one_half_last”]
We have years of experience in ICT solution delivery and in electronics.
<ul class=”list-4″>
<li><strong>”We know what we sell”</strong> – Experience with embedded linux based systems.</li>
<li><strong>”Achieving excellent price / performance ratio”</strong> – Combining platforms Arduino, Odroid, Rabspery with our own hardware.</li>
<li><b>”Keeping investment protection”</b> – Modular solutions with possible future extensions and upgrades.</li>
<li><strong>”Fit for purpose”</strong> – Design and production of complete solutions based on clients` needs.</li>
</ul>
[/column_content]`
generates this HTML:
`
<h2>How we do Responsible Technology:</h2>
<div class=”one_half”><br />
<img src=”http://www.improwave.com/wp-content/uploads/2015/06/circuit-pcb_003439151_small.jpg” alt=”372″ /><br />
</div>
<div class=”one_half last_column”><br />
We have years of experience in ICT solution delivery and in electronics.</p>
<ul class=”list-4″>
`