Computer Science, asked by abhijeetgohil82, 6 months ago

jaya created a simple webpage. now, she wants to add a logo, link a few pages and add images. can you suggest her the tags and their syntax?​

Answers

Answered by gawandaaryan999
8

Answer:

<img src ="img path"></img>

<a href =" your HTML page or link of the website"></a>

Explanation:

using img tag you can insert the img and also resize it with height and width.

using anchor tag you link other HTML pages and also any website links.

Similar questions