answersLogoWhite

0

Open a file in a text editor. Then save is as my_custom_name.html . Then paste whatever html code you have, or simply write some. Then, in the head, either write

<script type="text/javascript">

//write code here

</script>

or you can link to an external javascript page. http://www.w3schools.com/js/js_whereto.asp

then just open the html document with a browser. You can do this by (on a mac) right clicking, and selecting 'open with', and then choose a browser. You can also do it by doing file:///Users/your_user/your_file_path/my_custom_name.html.

eg. file:///Users/jake/Documents/example_folder/an_additional_folder/example.html.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Which HTML tag is used to indicate to the web browser that the HTML page contains a javascript program?

Easy one. &lt;script type="text/javascript"&gt;&lt;/script&gt;.


What is an HTML converter?

An HTML Converter is a program that will take your HTML files and modify them to be able to be used with PHP, Javascript or ASP.


What languages can a browser understand?

HTML, CSS, &amp; JavaScript.


What has the author Eric Ladd written?

Eric Ladd has written: 'Using HTML 4.0, Java 1.1, and JavaScript 1.2' -- subject(s): Java (Computer program language), HTML (Document markup language), JavaScript (Computer program language)


Why you use javascript with HTML?

JavaScript is a script which makes HTML more interactive and adds more functionality to HTML.


What appliclication do you need to run HTML?

HTML is not a program, so it is not run like a program is. HTML is rendered, by browsers, like Chrome, Safari, Internet Explorer, Firefox etc.


Is HTML a script language?

No, but you can nest JavaScript into the HTML.


Why is javascript embedded in HTML?

Javascript is great for handling and manipulating data structures, but it doesn't have any capability to handle graphics - that is where HTML comes in. HTML is a graphics language. So, in general, Javascript that is embedded in HTML handles all the math and data handling for the webpage and uses HTML as a user interface.


Do you have experience in Java or HTML?

I have some experience in HTML but not JavaScript.


Is the ePO console It is web based and designed completely in HTML and JavaScript.?

It is web-based and designed completely in HTML and JavaScript


What you need to study to create your website?

I would suggest you start with HTML and then move on to JavaScript VBScript would come after that. EX: &lt;html&gt;&lt;body&gt;&lt;!--HTML HERE--&gt; &lt;!--JAVASCRIPT STARTS BELOW--&gt; &lt;script language="JavaScript"&gt; //JAVASCRIPT HERE &lt;/script&gt; &lt;!--JAVASCRIPT ENDS HERE--&gt; &lt;!--VBSCRIPT STARTS BELOW--&gt; &lt;script language="VBScript"&gt; 'VBSCRIPT HERE &lt;/script&gt; &lt;/body&gt;&lt;/html&gt;


How can you compile or run the JavaScript programming?

JavaScript programs cannot be compiled, but it is easy to run them if you embed them into a HTML file, and open it in your browser. Note: If you want a example, select menu-command View/Source and search for '&lt;script'