add html questions

This commit is contained in:
dispectable 2024-04-11 15:04:31 +02:00
parent 4d8ad59101
commit c7ad55b645
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ permalink: /questions/html-questions/index.html
* Have you used different HTML templating languages before?
* What is the difference between `canvas` and `svg`?
* What are empty elements in HTML ?
* Can you explain the difference in behavior of `<button>` and `<input type="button">` tags inside a form?
* Can you explain the difference between the `<strong>` and `<b>` tags?
* Provide an example of using the `<label>` tag?
* How does the `<a>` tag differ from the `<button>` tag in terms of functionality and usage?