Thursday, December 27, 2018

Linking, using an absolute URL

Linking, using an absolute URL:-


<html>
<body>

<h2>HTML Links</h2>
<p><a href="https://www.Google.com/html/">Visit all things. </a></p>

</body>
</html>

OUTPUT:-

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...