masslac said:Notepad, so you actually learn about what you're doing.
iCraig said:Notepad is a waste of time, many people say they use it as though "leet" people use notepad. Notepad has zero syntax support, no numbered lines, tabs and is essentially a very poor choice for writing mark-up or software. A decent text editor such as PSPad or Scite is what you need.
<div>
<div class="title">This is the title</div>
This is the content
</div>
<div><div class="title">This is the title
</div>This is the content</div>
rubin1961 said:how much dose it cost for someone to do a website
Why on Earth would you use Notepad? It's possibly the worst program you can use for any kind of coding.masslac said:Notepad, so you actually learn about what you're doing.