Skip to content

html.org.in is an HTML learning GitHub repository, Based in India, But you can use it from all over the world, also you can contribute.

Notifications You must be signed in to change notification settings

anik4b/html.org.in

 
 

Repository files navigation

html.org.in is an open-source HTML learning website.

So What does it mean?

Basically, we created this website for you. You don't need to take any subscription and no need to see any unwanted ads. We respect your privacy, so we do not track you or we don't sell any kind of your personal data. We store only one cookie for dark/light theme.

How will you contribute?

Before you contribute, you need to know there is more than one step.

  1. First Step
    • You need to create a folder on HTML folder.
    • Then create a folder with html_yourname.
    • Create an index.html file.
  2. Second Step
    • Copy copy.html file
    • Now it's your time. To make it.

Okay, it looks good. Now the question is how to add a video tutorial?
Well, this is really very good question. For that, you need to copy this code:

<div class="video__plyr">
    <video id="player" playsinline controls crossorigin data-poster="/path/to/poster.jpg">
    <source src="./cdn/video/Codes - 360.mp4" type="video/mp4" size="360" />
    <source src="./cdn/video/Codes - 540.mp4" type="video/mp4" size="576" />
    <source src="./cdn/video/Codes - 720.mp4" type="video/mp4" size="720" />
    <source src="./cdn/video/codes - 1080.mp4" type="video/mp4" size="1080" />
    </video>
</div>

For more information, please look into the copy.html file.

About

html.org.in is an HTML learning GitHub repository, Based in India, But you can use it from all over the world, also you can contribute.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.2%
  • HTML 29.6%
  • CSS 13.2%