answersLogoWhite

0


Best Answer

state reorganisation commission

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

The HTML attribute "src" refers to the source of some external data imported to the page.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

SOURCE

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the fullform of src in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the fullform of src?

States Reorganization Commission


What is coding for inserting Image in HTMl language?

In HTML: <img src="path/to/image.jpg" alt="Desc. of the Image"> In XHTML: <img src="path/to/image.jpg" alt="Desc. of the Image" />


How do you turn pictures into an HTML code?

<img src="link for picture">


How will you add image in HTML and servlet?

<img src="image Path">


How can you include imagesw using HTML and java script?

<img src="img.jpg" />


How To Embed Images In Text?

You can embed an image in HTML via IMAGE tag. It can be written as <img src="image-source"/>


What part of the HTML is element?

Example:In the example, the bold is the element. img is specified by the element, and then src="img.img" is a property of the element.


When you insert an image filename malaysiagif the HTML tag will appear as?

<img src="malaysia.gif" />


How do you make a loop wav in HTML?

You add the following to your embed code: loop="true" <html> <embed src="my_file.wav" hidden="true" loop="true"></embed> </html>


How do you display an image on the homepage only using CSS or HTML?

HTML only can be used to display an image on homepage. Image SRC tag can be used to publish it.


A good short HTML code to play avi videos in a browser?

Easy! <embed src="Name_Of_file.avi" />


How do you insert image from your desktop in a HTML?

In HTML, to include an image, use the IMG tag and specify the location of the image using the SRC parameter. However, because the image is located on your desktop, you will be the only person who will see it. If you want to make it viewable by others, you have to upload the HTML file and the image file to a webserver. <IMG SRC="location of picture">