Question: Write a C program called pre. that takes command line arguments that are file names, reads the text from each file, and creates a web

Write a C program called pre. that takes command line arguments that are file names, reads the text from each file, and creates a web page (using html) that displays the file. HTML is a markup language, meaning that it specifies formatting for text using tags of the form tag > with the text to be formatted in between the opening and closing tag. For example, a level one header is written as h1 This is a Title Your program will read from each input file and write to output files. The output file names will end in .html. If the input file name has an extension, it will be replaced by .html. If it does not, the .html will simply be appended to the name. HTML files should have some boilerplate at the top. The files you create will have this: where TITLE is replaced by the name of the input file. Also
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
