Avatar of Pedro Chagas
Pedro Chagas
Flag for Portugal

asked on 

Write a empty file with some lines of code

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
PHP

Avatar of undefined
Last Comment
PragmatiCoder

8/22/2022 - Mon