Test Attributes of a link create



To know how to create a link in html file, at first you must open your notepad file then write the codes given below:

<html>
<body>

<a href="http://www.systechdigital.com">
This is a link</a>

</body>
</html>

now save it as test_attributes.html
and see result like the picture