Level no.9
Lecture no.9 How to upload IMAGE on blogger through HTML? To upload image on blogger through html , we image tag. In html we first apply image tag and then in src we paste the address of image, which we get from google.In html this will show image and then copy the whole code and click on blogger. On blogger left top you will see a pen click on it and select HTML view then paste code.The image is also shoe here. Example: <img src="address of image" alt="error" width="150">. Output: The pic is uploaded. __________________________________________________________ How to see someone's Website in html ? To upload website link we use anchor tag with href attribute. Syntax: <a href="link of website "> Alisha website</a> Code: <!DOCTYPE html> <html> <head> <title> Opening Website </title> </head> <body> <p> <a href="https://webwizardsinst...