recluzegeek / html-elements

Contains advanced html-elements created along the way. Currently contains dynamic pagination using JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Elements Practice

This repository is dedicated to practicing advanced HTML elements. It includes examples and exercises for various HTML elements like Canvas, Dynamic Pagination, and more.

Table of Contents

Canvas - On My Roadmap

The canvas directory contains examples and exercises related to HTML Canvas. It is an HTML element which can be used to draw graphics via scripting (usually JavaScript).

Dynamic Pagination

The dynamic-pagination directory contains examples and exercises related to dynamic pagination in HTML. Dynamic pagination is a technique where the pagination of content is handled dynamically, often with the help of JavaScript.

Future Work

This section will be updated with the advanced HTML elements that will be covered in the future.

Contributing

Contributions are welcome. Please open an issue or submit a pull request.

About

Contains advanced html-elements created along the way. Currently contains dynamic pagination using JS


Languages

Language:JavaScript 51.2%Language:CSS 28.6%Language:HTML 20.2%