File extension for html snippet -


my program generates html documents based on parameters, 1 part static , fetched local text file.

what file extension appropriate such snippet have?

htm(l): not proper html document, since has no <html> tag etc.

txt: not plain text file either.

something else?


Comments

Popular posts from this blog

github - Git errors while pushing -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

c++ - How can I delete a QSharedPointer -