For a newbie, what software/ IDE is best to build a website? [duplicate]

Regarding Drop-Down-On-Hover menus, buttons, Change-Color-On-Hover buttons, images and text in multiple columns,

You may find Web Developer Tools very helpful. You may download the .deb file here -> WDT

enter image description here

You can find many menus source code from many websites inside WDT

enter image description here

You may generate css Menus

enter image description here

Image processing tools

enter image description here

HTML editor

enter image description here

Please check also the following questions they have great and helpful answers. You may find many helpful tools from them.

  • Easily make website without coding
  • Basic Web Development IDE/Editor like Dreamweaver?
  • CSS editor with real-time preview and selector localization
  • Basic Web Development IDE/Editor like Dreamweaver?
  • What IDEs are available for Ubuntu?

Others have mentioned several WYSIGYG (what you see is what you get) editors. However, they're quite limited. If simplicity is what you're after, I recommend something like Google Sites. But really, you should learn HTML and CSS. They aren't too difficult, and they'll open up many possibilities. In my opinion, except for quickly-thrown-together sites, you want to write the site yourself.

Suggested editors: Everyone has their own favorites. I mostly use Gedit and VIM. Others have other preferences. No matter. Any decent editor will have HTML support built in.