Skip to content

Commit d0b3d46

Browse files
committed
HTML Preprocessor
1 parent 5aefe9e commit d0b3d46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,9 @@ The following lists all optional tags.
20412041

20422042
## Q. ***What is an HTML preprocessor? Have you used different HTML templating languages before?***
20432043

2044-
No, but I heard about html template language like PUG (formerly Jade), ERB, Slim, Handlebars, Jinja, Liquid etc which is HTML preprocessor this mean that it is basically a language that will be converted to native html code.
2044+
A **HTML preprocessor** is a program that takes one type of data and converts it to another one. In case of HTML and CSS, some of the more popular preprocessor languages are Slim and Sass. Slim is processed into HTML and Sass is processed into CSS.
2045+
2046+
No, but I heard about html template language like PUG (formerly Jade), Haml, ERB, Slim, Handlebars, Jinja, Liquid etc which is HTML preprocessor this mean that it is basically a language that will be converted to native html code.
20452047

20462048
The typical usage is when you render something on the server side. The usual use-case is when you have to add dynamic content to your website, so when you fetch something from your database, you will have to replace some parts in your original template.
20472049

0 commit comments

Comments
 (0)