DEV Community

Vasudevan Tamilarasan
Vasudevan Tamilarasan

Posted on

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.

    Top comments (0)

    A Workflow Copilot. Tailored to You.

    Pieces.app image

    Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

    Read the docs

    👋 Kindness is contagious

    Please leave a ❤️ or a friendly comment on this post if you found it helpful!

    Okay