Computer Coding

Displayed below are some examples of the Computer Coding work which has been undertaken and completed by our company.


Add a tooltip to the paragraph below with the text "About W3Schools".


<!DOCTYPE html> W3Schools is a web developer's site.

<html>

<body>


<p>W3Schools is a web developer's site.</p>


</body>

</html>


<!DOCTYPE html> W3Schools is a web developer's site.

<html>

<body>


<p title="About W3Schools">W3Schools is a web developer's site.</p>


</body>

</html>