Close

    Causes Of Accident-mr

    Causes Of Accident

    • Human Factors
    • Weather Condition
    • Other Factors
    <!--

    Road Signs

    -->
    • Over speeding.
    • Dangerous overtaking / Lane cutting.
    • Drunken driving.
    • Over crowding and over loading.
    • Lack of driving skills and inadequate knowledge of traffic discipline.
    • Fatigue of drivers.
    • Work parking of vehicles.
    • Non use of protective gear i.e. Helmets, Seat belts etc.
    • Fog / Rain.
    • Extream heat causing tyre burst.
    • Stray animals.
    • Fault of pedestrians.
    • Falling of boulders/landslides etc.
    • Traffic Jams.
    function showTab(event, tabId) { // Hide all tab content document .querySelectorAll(".tab-pane") .forEach((pane) => pane.classList.remove("active")); // Remove active class from all tabs document .querySelectorAll(".tab") .forEach((tab) => tab.classList.remove("active")); // Show the selected tab content document.getElementById(tabId).classList.add("active"); // Mark clicked tab as active event.currentTarget.classList.add("active"); }