The login page provides the user with an interface to access the elements of your website. So, it an important page that a website can have.
Continue reading “Login pages using HTML, CSS, and Bootstrap”Team Member page design | Web Design
The following article shows the design of the team member page. Showing a team member page is a good way to develop trust in your customer.
Continue reading “Team Member page design | Web Design”Make site responsive
In this article, you will know the things required to make the site responsive. This site can be viewed on mobile, tablet or on computer screen with ease.
Continue reading “Make site responsive”Properties of Flex Items
In this section, we will know the properties of flex item elements of the flex box. We will apply these properties to align the divs in an example.
Continue reading “Properties of Flex Items”Properties of Flex Container
In this section, we will know the properties of flex container elements of the flex box. We will apply these properties to align the divs in an example.
Continue reading “Properties of Flex Container”Introduction to CSS Flex Box
Introduction to CSS Flex Box. Flex box is a layout model for making efficient layouts for web design. It controls alignment and distribute proper space among items.
Continue reading “Introduction to CSS Flex Box”Div in HTML
Div in HTML is the container to that defines a section. Div container can contain many elements grouped together. This is done to apply a particular style to the section.
Continue reading “Div in HTML”Form in HTML
In this article, you will create a web form. Form is generally used to collect user data. For example, you might have seen a login page. It is a form containing many different input types to collect
Continue reading “Form in HTML”Lists in HTML
There are two type of Lists in HTML. Ordered and Unordered List. In this article, we will implement both the lists. Ordered list items use numbers and unordered list items use bullets.
Continue reading “Lists in HTML”Links in HTML
Links are the main part of any webpage. It is what make a webpage alive. You can use <a> tag to link content. In this section, we will make links to various pages of this website.
Continue reading “Links in HTML”