Details: The first task was to create two boxes placed side by side, each with its own distinct color.
View Task 1Details: The second task involved creating a navigation bar and positioning links such as Home and Others at the top right corner of the page.
View Task 2Details: The third task was to design a form or login page. This has been completed and can be accessed through the link below.
View Task 3Details: The fourth task is to create a table having zebra pattern or having odd and even different.
View Task 4Details: The fifth task is to create a new page that includes form input elements such as checkboxes and a dropdown (select) menu, allowing the user to choose multiple options and select an item from a list.
View Task 5This task demonstrates how to swap the values of two variables without using any extra (third) variable (IN PHP).
View Task 6This task focuses on arranging data in ascending (smallest to largest) or descending (largest to smallest) order (IN PHP).
View Task 7