Añadiéndole el action que olvide...
<!DOCTYPE HTML>
<html>
<head><meta charset="utf-8"><title>Concurso jara y sedal</title></head>
<body style="color: red; background-color: Lavender;">
<h1 style="color: red; text-align: center;">Inscripción al concurso Jara y Sedal</h1>
<form method="post" enctype="multipart/form-data" action="http://aprenderaprogramar.com">
Nombre <input name="nombre" id="nombre" type="text"/>
<br></br>
Apellido <input name="apellido" id="apellido" type="text"/>
<br></br>
Dirección <input name="direccion" id="direccion" type="text"/>
<br></br>
Fotografía <input name="fotografia" type="file"/>
<br></br>
<button type="submit">¡Me Apunto!</button> <button type="reset">Cancelar</button>
</form>
</body>
</html>
Ahora si creo que ya no tiene errores..!