answersLogoWhite

0

They use HTML and CSS, Many new coders might use a program such as DreamWeaver, But that doesn't teach people anything, And it adds alot of unnecassary coding. Most professionals who code websites use a text editor, But Notepad++ Is often a favorite because it highlights text for you.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


How do you working in HTML?

You can work on HTML in Notepad or Notepad++. These are text editors which understand HTML.


How do you use notepad to make a webpage?

Using HTML Codes


Which type of software is easiest to use to create html?

You can create HTML in microsoft notepad, but a good option is Dreamweaver.


How do you use of HTML?

HTML is the most easy to use and learn language there is. All you need is a web browser like Firefox (my favorite) or Internet Explorer and Notepad. Open notepad and type in some HTML code such as <HTML> <body bgcolor="blue"> Hello world! </body> </HTML> and save it as Helloworld.HTML (NOT .TXT). On your browser click on File on the top left corner, then click Open, and navigate to it. Double click it and then your done!


What simple text editor will you use to create your HTML code?

The simplest one to use would be Notepad.


How do i HTML question?

You can use any text editor although I suggest Notepad++ which is a free download and save a HTML document as all file types with a .HTML extension


What softwares do most web designers use?

There is a couple software's used to create websites. I personally use Adobe Dreamweaver cs4 other people use notepad others use Microsoft Web Developer.


What is a program for HTML is?

I use notepad++ it color coats everything and is really nice. Just type in notepad++ in google and download it it doesnt harm the computer at all


How do you change the page source HTML?

If you use Firebug, then you can edit the HTML within the FireFox browser. Otherwise, save the page and edit the HTML with a text editor like Notepad.


What are the best HTML editors for newbies?

Use Notepad++ Or Textpad Just google it and u can find it for free.


Can you edit a HTML File using Notepad?

You can use notepad to open the source code file again. Open the folder it is in. Right click on it and pick Open With and choose Notepad. If you are using Internet Explorer, you can go to the View menu and pick View Source and it will open it in Notepad. When you make your changes, save the notepad document. Don't close it in case you want to make further changes. Return to the browser and refresh the page and the changes will be updated