From 673ce3dee0bceaafd09f8bfc669055c5f7618073 Mon Sep 17 00:00:00 2001 From: Akash Negi <55234838+NegiAkash890@users.noreply.github.com> Date: Fri, 29 Jan 2021 20:48:40 +0530 Subject: [PATCH] Added - Question --- src/questions/html-questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/questions/html-questions.md b/src/questions/html-questions.md index 83e0002..43cb01a 100644 --- a/src/questions/html-questions.md +++ b/src/questions/html-questions.md @@ -16,3 +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 ?