In production of digital art, the artist should be the author. The author programs the artwork or at least designs the algorithm or the form, with a substantial knowledge of the tool (software).
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The artist is the author</title>
<meta http-equiv="author" content="Anni Garza Lau"/>
<meta name="description" content="Second statement of a Pragmatic Digital Art Manifesto"/>
<meta name="keywords" content="netArt, digital, art, manifesto"/>
<style type="text/css">
#text{
width:600px;
margin-top: 200px;
margin-left:auto;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#666;
line-height:1.45em;
}
#code{
width:600px;
height:450px;
margin-top: 100px;
margin-left:auto;
margin-right:auto;
font-family:Inconsolata, Monaco, Consolas, "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
font-size:1.2em;
color:#fff;
line-height:1em;
background-color:#535366;
border: inset 2px #CCCCCC;
overflow:auto;
padding-left:7px;
}
</style>
</head>
<body>
<div id="text">
In production of digital art, the artist should be the author. The author programs the artwork or at least designs the algorithm or the form, with a substancial knowledge of he tool (software).
</div>
<div id="code">
<pre>
<code>(loop)
</code>
</pre>
</div>
</body>
</html>