how to do coding of html and plz give one example of it of class 9 correct answer will be marked brainlist and plz tell one by one step and also give one example of coding.
Answers
Answered by
0
Hey frnd .. This is the exampleof coding of inserting images.
<html>
<head><title>Inserting Image </title></head>
<body>
<img src ="name of the file.extension" or "path of the file/name of the file.extension">
</body>
</html>
Steps :
1) always start the coding with <html> and the ending tag of your coding would be </html>.
2) title would be shown at the top of the webpage.
3) You need to write the " full path of the file/name of the file.extension" when the image and the file would be in different folder.
4) And when file and image is in same folder then you may only write the name of the file.extension. .
<html>
<head><title>Inserting Image </title></head>
<body>
<img src ="name of the file.extension" or "path of the file/name of the file.extension">
</body>
</html>
Steps :
1) always start the coding with <html> and the ending tag of your coding would be </html>.
2) title would be shown at the top of the webpage.
3) You need to write the " full path of the file/name of the file.extension" when the image and the file would be in different folder.
4) And when file and image is in same folder then you may only write the name of the file.extension. .
Similar questions