Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add html questions #883

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add html questions #883

wants to merge 1 commit into from

Conversation

c-tn
Copy link
Contributor

@c-tn c-tn commented Apr 11, 2024

Type of change

  • New Question
  • Revision of an existing question
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My content follows the style guidelines of this project
  • I have performed a self-review of my own content

@@ -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?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Can you explain the difference between the <strong> and <b> tags? Why would you choose one over the other?"

* 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?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way this is worded, this is too broad. Please delete this one. There might be one more succinct question that gets at some of the points but this is pretty broad. I'm not sure how I'd answer this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants