HTML: How to output to .txt or xml file -


how i'm trying create survey , out answers text or xml file. possible in html?

<html>  <head> <title>testing survey application</title> </head>  <body bgcolor="#e6e6fa"> <font color=black size=+3>modifying sentiment</font> <hr>  add positive adjective: <img adjective src="http://findicons.com/files/icons/2776/android_icons/96/ic_question_mark.png" alt="question" title="adjective: word naming attribute of noun, such sweet, red, or technical." width=20 /> <br> <textarea cols=40 rows=3 name=textbox1></textarea> <p> <hr> <input type=submit value=submit> <input type=reset value=clear> <br> </form> </body>  </html> 

html markup language. used describe elements of web page.

if want functionality, such submitting , processing forms, example. need add server-side language, such python, php, ruby, among many others.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -