After creating a Java program that enables users to generate a .html
file for a website by inputting content into an array
, I am now considering adding a feature that allows users to edit an existing css
file.
Specifically, I am thinking about offering users the ability to modify elements like the body background color. This would involve locating the corresponding line in the css
file and making the necessary changes. Does anyone have suggestions on how I can implement this functionality?
P.S.: I am new to posting here, so please provide any feedback or guidance kindly.