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

Two Topics Left to cover in HTML Part video #13 #183

Open
hassancoder1 opened this issue May 24, 2024 · 0 comments
Open

Two Topics Left to cover in HTML Part video #13 #183

hassancoder1 opened this issue May 24, 2024 · 0 comments

Comments

@hassancoder1
Copy link

I want to propose adding two additional topics to the HTML section of the course materials:

Accordions: Accordions provide a user-friendly way to display collapsible content sections. They're ideal for organizing and revealing information upon user interaction. Here's an example of a functional accordion using the

element:

`

Title

Here is the content that is open by default!

Section title

Here is the content!

` In this code, the open attribute ensures the first accordion panel is expanded on page load.

PopOvers: PopOvers offer a convenient way to display contextual information upon clicking a button or element. Here's a basic example using a non-standard HTML attribute (popover):

<h1 id="myheader">Hello</h1> <button popovertarget="myheader">Click me!</button>
Note: While popover is not a standard HTML attribute, some JavaScript libraries may provide similar functionality.

Actually I was busy in my studies at the launch of this course so, consider my contribution

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

No branches or pull requests

1 participant