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.
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.
You can work on HTML in Notepad or Notepad++. These are text editors which understand HTML.
Using HTML Codes
You can create HTML in microsoft notepad, but a good option is Dreamweaver.
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!
The simplest one to use would be Notepad.
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
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.
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
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.
Use Notepad++ Or Textpad Just google it and u can find it for free.
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