answersLogoWhite

0

Can you write HTML code on a Mac?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

Yes. Any text editor can write HTML, or any web code. Just make sure to save the file as *.htm, *.html, *.shtml, etc.

Note: Programs like Microsoft Word, OpenOffice, etc. are not capable of writing code.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you write javascript codes for website on a mac?

You can write java script code on any platform be it mac, linux, solaris or windows. All you need is a mac version of notepad, some html page where you insert your java script code and a web browser where you view the html page. All major browsers support java script coding and all you need to do is enable the Java Script support in browsers if it is not enabled already.


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


How do write psi in HTML code?

If you write Ψ or Ψ you should get it.


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in <script> tag.


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


Why do you write comments in HTML files how are comments written in HTML programs?

Comments are very important in a HTML code. They are started by <!-- and ended by --!>


How do you write a xhtml code?

You can write a XHTML code in same way as HTML. The only thing is that you have to close all tags.


Can you write HTML code by hand?

Why not? You only don't get websites and stuff.


How do you write a HTML code font themes?

You can mention the HTML code font by using style. Style element for an attribute contains all further attributes.


How do you write HTML Code?

You write in HTML by using a variety of codes such as <HTML><B><BR><UL><Color> ect, to tell the internet browser what to display, HTML coding is a way of getting the browser to display what you want it to, and where you want it to be placed.


Why is it important to be able to write HTML code without the help of a tool like a Dreamweaver?

Tools such as Dreamweaver output messy HTML code that often does not conform to the W3C standards. It also means you do not really understand the HTML code it has output, and also severely limits your capabilities of writing complex HTML.


How do run a program html javascript?

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.