add html questions
This commit is contained in:
parent
4d8ad59101
commit
c7ad55b645
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue