This is an example of a web signup/sign in form designed using HTML, CSS, and JavaScript. Signup and sign in options have been given using toggle buttons. JavaScript functions ready(function() and click(function() have been used to implement the toggle feature. The background of the body is set as #FAF3EC and the font family as 'Roboto'. The color of input placeholders is set as #748194 to work on different browsers. The background picture is added to the form with its URL imported and given the styles background-size:300px 400px, background-color:white, width:300px, height:400px, position:absolute, and border-radius:15px 15px 200px 200px. The signup and signup buttons are given a background color of white and cursor as pointer to display the cursor as a hand. The signup and get started buttons have the styles of font-weight: bold, width: 230px, height: 45px, padding: 6px 15px, border-radius: 5px, background: #EE9BA3, color: white, and font-size: 14px. Source: https://codepen.io/chintuyadav/pen/mBaBqW
This is a template of a web form with a countdown feature, designed using HTML, CSS, and JavaScript. The countdown is displayed in all days, hours, minutes and seconds formats. The form is divided into three main sections as the header, counter box, and footer. The header displays the time when the countdown ends and the footer displays the time formats. The counter box is given the styles of width as 150px, margin as 0 15px, color as #dc3545, font-size as 3em, and font-weight as 700. The footer has the styles of background-color as #103552, and color as white. The JavaScript functions have been used to make the counter up and running. getTime() function had been used to set the ending time and get today's time whereas setInterval(function() had been used to update the counter every second. Math.floor had been used to calculate the time for days, hours, minutes and seconds. Source: https://codepen.io/isacs33/pen/bGGevBy

Counter

4.3.1
This is a template of a bootstrap audio/ music player, designed using CSS, HTML, and JavaScript. The image has been added to the form with its image URLs imported to the code. The music file is also added with its URL imported to the code. JavaScript functions have been used to implement the audio player functions in the form. Several background styles have been added according to the browser type Chrome, Safari, Opera, etc. The card has been added with the styles of border-radius as 10px, and cursor as pointer to display the hand cursor. The play head has the styles of height and width as 8px, border-radius as 50px, and background as black.
This is an example of a bootstrap survey form which includes buttons and radio buttons, designed using HTML and CSS. The radio buttons in the same group are given the same name to avoid selecting multiple buttons at the same time. There are five types of radio buttons; Very Good, Good, Mediocre, Bad, and Very Bad which are assigned its color code. Very Good buttons are given a background and a border color of #2e7d32, Good are given a border and a background color of #64dd17, Mediocre are given a color of #ffea00, Bad are given the color of #ff9800 whereas Very Bad are given the background and border color of #d50000.
This is a template of a web form with bootstrap grid list with scroll bar, without scrollbar, and smooth scroll options, designed using CSS, and HTML. The images have been added to the form with their image URLs imported. The last scroll bar has the styles of border-radius as 10px, webkit-box-shadow as inset 0 0 6px rgba(0, 0, 0, 0.1), background-image as -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%), and background-image as linear-gradient(120deg, #f093fb 0%, #f5576c 100%).
This is another example of a card layout web form with chips inside the cards, designed using CSS and HTML. The images and videos have been added to the form with their URLs imported. The background color of #eee is added to the body. There are three cards in the form named as booking card, sunny card, and the news card which are given different colors and styles. The sunny card is given a background color of #feffdf whereas its title and subtitle are given a color of #ffa952. Its logo is given the color of #ef5a5a, where the other chips are given the colors of #ffe79a, #ef5a5a, and #ffa952 respectively. The background color of the floating button is given as #ef5a5a. The news card is given the styles of background-color: #0b032d, and color: #ffb997. The input text field of the news card has the styles of box-shadow: 0 1px 0 0 #ffb997, and border-bottom: 1px solid #ffb997. Finally, the booking card is given a background color of #c7f2e3 and a text color of #db2d43.