Dear reader,
 
Suppose I have the file called  text.txt, into this file there is
a String: <html><head></head><body></body></html>
 
How can I write A function that take a string xs and make another 
file with the string:  <html><head></head><body>  xs </body></html> 
using the file called text.txt
 
 
Thanks!!!!!
 
 
 
 
 
 
 
 
 
 
 

Reply via email to