Re: What is the easiest HTML editor?

George G <[email protected]> Thu, 14 May 2020 16:21:03 +0300
Newsgroups gmane.comp.web.html-tidy.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------7FB97F913F9586B62F324ABD
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

There are quite a few DreamWeaver alternatives. Here is a list in this 
article https://opensource.com/alternatives/dreamweaver

You can always use WordPress or Joomla, just type in the HTML and it ll 
display.

However, the clean pure HTML gives you more freedom. My personal 
favorite is simply Notepad++

All you need to do is type in your code and then open it in a browser. 
This is how you can get proficient in it.

-- 
Regards,

*George G.*
/Web Developer,
/
/https://george.bg
/

--------------7FB97F913F9586B62F324ABD
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>There are quite a few DreamWeaver alternatives. Here is a list in
      this article <a class="moz-txt-link-freetext" href="https://opensource.com/alternatives/dreamweaver">https://opensource.com/alternatives/dreamweaver</a><br>
      <br>
      You can always use WordPress or Joomla, just type in the HTML and
      it ll display. <br>
    </p>
    <p>However, the clean pure HTML gives you more freedom. My personal
      favorite is simply Notepad++</p>
    <p>All you need to do is type in your code and then open it in a
      browser. This is how you can get proficient in it.<br>
    </p>
    <div class="moz-signature">-- <br>
      Regards,<br>
      <br>
      <strong style="font-size:18px;">George G.</strong><br>
      <i>Web Developer,<br>
      </i></div>
    <div class="moz-signature"><i><a class="moz-txt-link-freetext" href="https://george.bg">https://george.bg</a><br>
      </i></div>
  </body>
</html>

--------------7FB97F913F9586B62F324ABD--