Giter Site home page Giter Site logo

navaneethmanoj / html.org.in Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diptenusarkar/html.org.in

0.0 1.0 0.0 43.75 MB

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.

Home Page: https://html.org.in

JavaScript 60.20% CSS 11.86% HTML 27.94%

html.org.in's Introduction

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.

html.org.in's People

Contributors

anshul137 avatar diptenusarkar avatar jatin00000 avatar maharshi-sinha avatar manmohan11 avatar namit343 avatar navaneethmanoj avatar opshanka avatar pranavsuriya-sr avatar ravi0900 avatar roshankc682 avatar shahrozahmd avatar singharyan1007 avatar wilsenhc avatar zenoctrl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.