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

New questions on html and css pages #792

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

devshittu
Copy link

I have added 5 new questions on the HTML page and 2 new questions on the CSS page. There are no required dependencies for this update,

Fixes # (issue):
None

Type of change:

Please delete options that are not relevant.

  • 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

Pull requests should be thought of as a conversation. There will be some back and forth when trying to get code merged into this or any other project. With all but the simplest changes you can and should expect that the maintainers of the project will request changes to your code. Please be aware of that and check in after you open your PR in order to get your code merged in cleanly.

Thanks!

@LantingHe
Copy link

LantingHe commented May 20, 2023 via email

Copy link
Member

@roblarsen roblarsen left a comment

Choose a reason for hiding this comment

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

If you're still interested, reduce the PR to the questions with ✅ and then we can work one more round on the wording. Thanks!

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

Choose a reason for hiding this comment

The 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.

@@ -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?
* What is an API for HTML5? Can you name some APIs in HTML5?
Copy link
Member

Choose a reason for hiding this comment

The 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.

@@ -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?
* What is an API for HTML5? Can you name some APIs in HTML5?
* What is an iFrame? What are the risks of using it within your code?
Copy link
Member

Choose a reason for hiding this comment

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

This is a good one.

Copy link
Member

Choose a reason for hiding this comment

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

* What is an API for HTML5? Can you name some APIs in HTML5?
* What is an iFrame? What are the risks of using it within your code?
* What are the media element tags introduced by HTML5?
* Describe how can a copyright symbol be added to the webpage using HTML5?
Copy link
Member

Choose a reason for hiding this comment

The 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.

* What are the semantic HTML5 page structure elements?
* What is an API for HTML5? Can you name some APIs in HTML5?
* What is an iFrame? What are the risks of using it within your code?
* What are the media element tags introduced by HTML5?
Copy link
Member

Choose a reason for hiding this comment

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

There are good questions about embedding media, not just listing the elements.

* What is the difference between CSS Grid and Flexbox? When would you use one over the other?
Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

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

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

Choose a reason for hiding this comment

The 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."

Copy link
Member

Choose a reason for hiding this comment

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

* 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?
* What properties does justify-content and align-items share in CSS Flexbox?
Copy link
Member

Choose a reason for hiding this comment

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

skip 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

3 participants