Html Formatting Tags:-
How to add link and img in HTML ?
By using <a> tag we can defines a hyperlink, which is used to link from one page to another. For example:
<body>
<h1>Well Come To My Linkdln page </h1>
<a href="#">Here</a>
</body>
By using <img> tag we can ...
mamalisha.hashnode.dev1 min read