Hi E's, I want write some code in a empty .html file.
I have this lines of code that I want write in the empty file:
L1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
L2 <html>
L3 <head>
L4 <TITLE>any title</TITLE>
How I do for write the empty file with the line above and respect the line numbers?
The best regards, JC