WELCOME HOME

  • Release Note for Alpha v3 update :

  • Added auto complete for Html tags.
  • Added auto complete brackets for html code section.
  • Added auto complete brackets for css code section.
  • Added auto complete for html tags in javascript code segment.
  • Added auto complete brackets for javascript code segment.
  • Recently added auto quotation mark feature.
  • Fixed bug for <img>, <br> and saveral tags that don't require closing tags.
  • Instructions & How To Use After Update :

  • Kindly remember that the html preview field is not for input of your code. It's only for observing your code easily.
  • The auto complete feature has been added recently, So you won't beable to remove/clean auto generated closing tags with backspace.
  • In order to remove the closing tag manually you need to select the whole tag with mouse and than click backspace.
  • At term of javascript area document.getElements tag often don't work like other code editors so you have to add document.getElementById/className/TagName("X").[ 0 - Any Number According to your preferred id position ]
  • You need to use word-break css tag in order to auto word breaking inside design.
  • First Select the tag with mouse cursor :
  • Than click Backspace :