- Currently this repository accepts code only in HTML, CSS and Javascript. Further frameworks will be added only after a prior discussion.
- Follow a consistent Coding Style.
- Use variable names, method names and class names with a significant meaning.
To make a Pull Request you must add a Commit Message which should consist of these three parts:
- Filename: Name of the File
- Language: The Language in which it has been implemented
- Intent: The purpose of the Code.
Filename: index.html
Language: HTML
Intent: To change the div section to align the form text in center.
- If a change to the existing code has been made, add an Issue and refer to the Issue before making a Pull Request.