WEBSITE CLONING USING HTML CSS

Some of Html tags that are usefull in cloning a website called ILUGC. Procedures: Make a structure of the website. Create a divisions for each sections in the structure. Make the page. Add styles to it. I use some of the HTML tags to clone this website. They are: - making divisions - for various headings. - for making paragraphs. - for making lists. - for making links. - for making inputs for user. Also, some attributes of these elements such as href, class are used to making links and styling purpose. After, styling the page looks good with a dual colour scheme.

Feb 26, 2025 - 20:10
 0
WEBSITE CLONING USING HTML CSS

Some of Html tags that are usefull in cloning a website called ILUGC.

Procedures:

  1. Make a structure of the website.

  2. Create a divisions for each sections in the structure.

  3. Make the page.

  4. Add styles to it.

I use some of the HTML tags to clone this website. They are: - making divisions

- for various headings.
- for making paragraphs.
    - for making lists.
    - for making links.
    - for making inputs for user.

    Also, some attributes of these elements such as href, class are used to making links and styling purpose.

    After, styling the page looks good with a dual colour scheme.