answersLogoWhite

0

radio

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which attribute replaces the name attribute for the following elements a applet frame iframe img and map?

The src attribute replaces the name attribute for the elements <iframe>, <img>, and <applet>, as it specifies the source of the content to be displayed. For the <map> element, the name attribute is typically used to reference the map, but it is not directly replaced by another attribute. For <frame>, the src attribute serves the same purpose as it defines the URL of the page to display in the frame.


Which image attribute specifies the location of the image?

src


What attribute identifies the file that wil appear in a frame?

The SRC attribute identifies what will appear in a frame.


Which attribute specifies the name of the image to display in HTML?

There is an attribute which defines the name of the image to be displayed. The attribute is called as ALT or alternate.


What src does mean?

Src is an attribute for an image tag used by the website to find the source of the image here's a visual <img src='this is the place you put the image's URL'>


How do you add image to my HTML?

simply use the <img> tag... include the src attribute and link it to the images URL like so: <img src="http://www.whateverTheUrlIs.com"> you should also include the <alt> attribute to make your code perfect: <img src="........" alt=".....">


What is the fullform of src in HTML?

state reorganisation commission


Which attribute is used in script tag to specify a file containing the java script statements?

The script tag will have the "src" attribute to identify the location of the script's contents.


How do you embed background music?

To embed background music in a website, you can use the HTML <audio> tag. Include the src attribute to specify the music file's location and the autoplay attribute to start playback automatically when the page loads. To ensure the music plays continuously, you can also add the loop attribute. For example: <audio src="path/to/music.mp3" autoplay loop></audio>.


How do you get emage HTML?

the tag is used to insert images. It is an empty element that only has attributes. Two attributes are required for the element: the src attribute and the alt attribute. The src attribute specifies the path of the image file. The alt attribute specifies an alternative text for the image, if the image is unavailable. The syntax for the tag is as follows: To know more check out the cronj IT site.


Can you make an HTML code that just fetches the code you want from another site and uses it on the current site where you put the original code?

Yes, use an <IFRAME> tag and set the SRC= attribute to the other site's URL.


Is true In HTML the general syntax for inline image is srcimage?

We use the img tag with the src attribute, like this: