DEV Community

mohandass
mohandass

Posted on

How to clone a website

  • Today i learn how to clone a website in visual studio code by using html .First I have to clone with a any kind of website i chose ILUGC-indian linux user's group chennai.I clone this website interface Before cloning website to draw a layout and i have using width,hight,margin to website layout and use

    this is division tag this tag is used to divide header and body.
  • Adding logo and tittle with the header.For leaving a space inside a box is PADDING and outside a box is MARGIN,after setting margin border,width,height of a layout we move to header and set a navigation elements. In html there are two types of elements (inline elements),(block line elements).

  • After listing the elements flex elements direction into row.In html flex direction significantly denotes row direction for changing a row into column use FLEX DIERCTION-JUSTIFY CONTENT.To list a elements use ORDERED LIST and UNORDERED LIST.To align a columned elements into a row use CROSS AXIS-ALIGN ITEMS.

Top comments (0)