Tuesday, December 25, 2018

Non quotes

ATTRIBUTE WITHOUT QUOTES:-

<html>
<body>

<a href=https://www.google.com>This is a link</a>

</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...