|
App name
|
Anwriter free html editor
|
|
Category
|
Programming, Web Development
|
|
Supported languages
|
HTML, CSS, JavaScript, Jquery, Bootstrap
|
|
Supported OS
|
Android
|
|
Type
|
.Apk
|
|
Supported Android Version
|
Android 4.4 and above
|
What is Anwriter free html editor ?
Anwriter is an Android text editor app that is used to write html, css, JavaScript code to build webpages.
This app can run html code live on our Android smartphones. A preview button is given in bottom to execute written html codes.
This is very easy to use, a bignner or expert can use it. All you have to do is to download in your smartphone and then install.
Features of Anwriter html editor.
-
Supports HTML, CSS, JavaScript, Jquery, Bootstrap etc.
-
We can preview our code by clicking preview button at the bottom.
-
We can write unlimited line of codes.
-
Supports multiple windows.
-
Can load file from the internal or external storage to re-edit.
-
we can name the file.
-
We can save HTML, css, js files in our internal or in sd card.
-
We can edit multiple files at a time.
-
Can redo and undo.
-
Can search in a file.
-
Can copy any text inside the file.
-
Directly, can paste into editor.
-
Can share file directly.
-
Can use ftp server.
HTML Example.
<html>
<head>
<title>This is a webpage</title>
</head>
<body>
<h1>This is a heading.</h1>
<p>This is a paragraph.</p>
</body>
</html>