Posts by samu101108 • 122 points
4 posts
-
0
votes1
answer24
viewsA: Is it possible to add a view with express-Enerator?
The express Generator is a tool for creating and setting up an app. It creates the basic application structures, configures the preview engine, css engine, tooth others, but ends with this. Once I…
-
-2
votes1
answer24
viewsQ: Is it possible to add a view with express-Enerator?
I would like to understand if after the creation of a project structure with express -v pug -c sass projectoName, it is possible to add some view or partial, to be using as header or footer. In…
-
0
votes1
answer76
viewsA: In CSS why does the :Empty pseudo-classes work and the :not(:Empty) do not work in the input?
The input element is part of the void elements. The void elements are those that do not have a closing tag in their specification, for example <img> or <hr>. Then these void elements…
-
1
votes1
answer383
viewsA: Hide HTML source code from page
It is possible to hide relevant parts of logic behind a page using a server-side language like PHP. With PHP, for example, you won’t be able to see things like the code used to log in to a page or…