From cd0be019d042491bff28d73eb7374256f42961b0 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 10 Apr 2024 17:16:01 -0700 Subject: [PATCH] remove space in html-questions --- src/questions/html-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/questions/html-questions.md b/src/questions/html-questions.md index 030ac8233..d35735518 100644 --- a/src/questions/html-questions.md +++ b/src/questions/html-questions.md @@ -16,4 +16,4 @@ permalink: /questions/html-questions/index.html * Why you would use a `srcset` attribute in an image tag? Explain the process the browser uses when evaluating the content of this attribute. * Have you used different HTML templating languages before? * What is the difference between `canvas` and `svg`? -* What are empty elements in HTML ? +* What are empty elements in HTML?