-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
New questions on html and css pages #792
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,6 @@ permalink: /questions/css-questions/index.html | |
* Can you explain the difference between px, em and rem as they relate to font sizing? | ||
* Can you give an example of a pseudo class? Can you provide an example use case for a pseudo class? | ||
* What is the difference between a block level element and an inline element. Can you provide examples of each type of element? | ||
* What is the difference between CSS Grid and Flexbox? When would you use one over the other? | ||
* What is the difference between CSS Grid and Flexbox? When would you use one over the other? | ||
* What are the Flexbox advantages compared to floats? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You could reword this to be something like "Compare flexbox with legacy layout techniques." There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✅ |
||
* What properties does justify-content and align-items share in CSS Flexbox? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. skip this one |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,8 @@ 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 ? | ||
* What are the semantic HTML5 page structure elements? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is trivia. Asking about how people use semantic elements is better than asking them to list them. |
||
* What is an API for HTML5? Can you name some APIs in HTML5? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you want to ask about an HTML5 API, you could focus a question around a specific API. This is a trivia question. |
||
* What is an iFrame? What are the risks of using it within your code? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a good one. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✅ |
||
* What are the media element tags introduced by HTML5? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are good questions about embedding media, not just listing the elements. |
||
* Describe how can a copyright symbol be added to the webpage using HTML5? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would love to see a question about character encoding (if there's not one.) This is a 2 second answer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good discussion question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅