Ads Here

Wednesday, 2 December 2020

Html Attributes

 link tag:

<a href="any Url">Visit W3Schools</a>

 import an image:

<img src="image name">
 
set width and height for an image:
 
<img src="image name" width="500" height="600">
 
set alternate to an image:
 
<img src="image name" alt="name">
 
 

No comments:

Post a Comment