answersLogoWhite

0

There is no provision of background music yet. However you could play audio using the <audio> tag.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the code of backround in HTML?

Background can be easily added into the HTML code. in the &lt;style&gt; element you can add background-color="red".


What is the HTML code for music?

The HTML code for music is &lt;audio&gt;. This tag is only present in HTML 5 and helps to embed music into the page.


What is the background code for a HTML document?

A background can be added on CSS. ex: #body {background: url(../images/bodybg.jpg) repeat-x;}The HTML code for background color is Note: The code must be put inside the body tag, that is between and of your HTML script and the values of color can be change accordingly. For example, if you want to put gray background color you simply change the value to "#727272" or "#000000" for black if you want.


What is the HTML code for fixed backgrounds?

&lt;body background="xxx.jpg" behavior="fixed"&gt;


What is a HTML code for a background on tinierme?

If for an image: &lt;body background="images/background.jpg"&gt; or if for a color: &lt;body bgcolor="#000000"&gt;


What is the code for putting pictures on your MySpace?

Go to photobucket or tinypic.com and upload you pcitures there get the HTML code copy and paste :)


How to add background music on Tumblr?

To add background music on Tumblr, first, find the audio file you want to use and ensure it's hosted online (like on SoundCloud or a similar service). Then, go to your Tumblr dashboard, click on &quot;Edit appearance,&quot; and choose &quot;Edit theme.&quot; In the theme customization options, look for an &quot;Add a custom HTML&quot; or &quot;Edit HTML&quot; section, and insert the appropriate &lt;audio&gt; tag or an embed code for your music file. Save your changes, and your background music should start playing on your blog.


How do you make a background on stardoll presentation without word or firefox?

Any Web Browser is available for your Presentation. Not using Firefox just limits you of Flashing Text and some Multiple Borders.You are able to use HTML Codes (preferred) or different coding for your background and multiple effects. Plus, you can drag Backgrounds from different users on Stardoll, which I suggest you to create your own preferred background. I include you the HTML Code for Backgrounds with Text Alignment, Font, Font Size, Font Color and Text Shadow included. For different colors you can use to modify your background code I included 'Computer Hope: HTML Color Codes and Names.'Background Code:Background HTML CodeIf you just want the background code you can just use:Background HTML CodeYou edit the color of the Background, deleting "8B0000" for "red" or other colors listed on the page I included before. You write on the "Background HTML Code" with other text of your choice. If you need more information about HTML Codes you can contact me on my Message Board.Answered by Megajessica225 add me :) and heart my yb


Html picture code for Repeat down not across?

Set the background-repeat value to "repeat-y".Example:


What is the HTML code to set an image off the internet as your background?

on CSS: (for example you want to change the body background) #body { background: ulr(url-to-site.com/example/file.jpg) no-repeat; } That's it.


What is the css code for posting a picture?

To post a picture using CSS, you typically use the background-image property. Here’s an example: css .image-container { width: 300px; /* set width */ height: 200px; /* set height */ background-image: url('your-image.jpg'); /* specify image URL */ background-size: cover; /* ensure the image covers the container */ background-position: center; /* center the image */ background-repeat: no-repeat; /* avoid repetition */ } In HTML: html Copy code This CSS code sets a background image for a container and ensures it's centered, scaled, and non-repeating.


What Is The Code To Show An Html A Text?

&lt;code&gt;&lt;code&gt;HTML TEXT HERE&lt;/code&gt;&lt;/code&gt;