answersLogoWhite

0

In your HTML add in the tags

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What languages can a browser understand?

HTML, CSS, & JavaScript.


How can you call a flash file in JavaScript?

what you could do is make the file an HTML file and have embedded Javascript in it. i am not sure how to put a flash file into Javascript though.


How do you use javascript in css document?

You cannot use javascript in a css (cascading style sheets) file. You can only write javascript in javascript files (js extension) or in html files inside of <script type="text/javascript"></script> tags.


What is an embedded style?

Embedded CSS simply means that your CSS is written in an external file (i.e. not in your HTML file). The external file can be anywhere on your server and must end in ".css". You would call this CSS file from inside your HTML file like this:On the otherhand, inline CSS is when your CSS is included inside of your HTML code, for example:foo


What programming language is used for webOS applications?

HTML5, JavaScript, CSS


How do you make CSS layouts?

CSS layouts can be created in an external CSS file. The extension of the file should be CSS only.


Why should you consider placing javascript in an external file?

If you are using PHP for creating a website, it will turn into a mess if you don't use separate files for CSS & Javascript. It is not that much of a problem as external javascript functions are not that difficult to call from html or php files. The code looks neat and we can differentiate the problem areas more accurately. The problem obviously resides when you use ASP.NET & call external javascript files. ASP.NET assigns different client side and server side ids for controls. It maybe a good idea there to discard the external coding of javascript if javascript functions are not called


Is it necessary to learn css to learn javascript?

yes its necessarry to learn css basis .... refer w3c shool css tutorials.. all the best


Html css javascript php etc charts and cheat sheets. Linkz please?

HTML: http://www.w3schools.com/tags/default.asp CSS: http://www.w3schools.com/css/css_reference.asp JavaScript: http://www.w3schools.com/jsref/default.asp PHP: http://www.php.net/manual/en/


Can an entire website be written in Javascript?

No. The website is still going to need to be displayed in HTML, and CSS is going to be needed to create the layout. While you could use JavaScript to create the HTML structure, you still will need a base HTML document just to get the browser to call the JavaScript's initial functions.


Why is the CSS not working?

if you neglected to save your css file in a .css format, then it may not work.


How do you create a registration form using css and javascript in HTML?

Form is an HTML construct. The first part tells the server to Get or Post. To format with CSS is one thing, to make it interactive, use JavaScript. I will give a URL below: