When I view the page source, the code snippet I encounter is as follows;
I searched inside the wordpress to get the html codes that appear here but I couldn't find it.
I can't find a file ending with .html in the theme or plugin editor. Is Wordpress html files hidden? Where can I find it if it is not hidden?
Thank you.
There are not html files in wordpress, not normally at least, all the worpress pages are built in php, so if you have access to the editor you'll see a lot of .php, .js and .css files, here you can edit whatever you need, about the theme or functionalities, but not the content, to edit the content all you have to do is go to the pages section and select the page you need, or the posts section and select the post you need to edit.
Same with the wordpress plugins, you go to the editor in the plugins section and there you'll see .php, .js and .css regularly, there you can edit whatever you need but be carefull because you can break your website.
If you still don't get how then is the html sent to the users, wordpress use php as backend language, with the php files, wordpress generates html depending on what you have done in the admin dashboard.
If you need anything else let me know, happy to help