Aman Gupta has Published 87 Articles

How do you create a box filled with color in HTML/CSS?

Aman Gupta

Aman Gupta

Updated on 16-Aug-2023 12:54:19

3K+ Views

Overview HTML and CSS are the technology by which we can create any shape and any frame. To create a box filled with color can be achieved with HTML as we can create a simple frame of the box with the help of HTML and to fill the color we ... Read More

How do I create dynamic websites using PHP/javascript/HTML/CSS?

Aman Gupta

Aman Gupta

Updated on 16-Aug-2023 12:00:25

794 Views

Overview Dynamic websites are the website on which a user sends the request from the client side to the server side and the data is rendered in the backend, as PHP is a server side scripting language so it plays the main role while creating dynamic websites. Some of the ... Read More

How do HTML and CSS work together?

Aman Gupta

Aman Gupta

Updated on 16-Aug-2023 11:22:16

195 Views

Overview HTML (Hyper Text Markup Language) is markup language which helps in creating the skeleton of the website and CSS (Cascading Style Sheet) is a styling language which makes the skeleton of the website more attractive by arranging in a proper order by putting the different style to the page. ... Read More

How can I improve my HTML skill?

Aman Gupta

Aman Gupta

Updated on 16-Aug-2023 11:18:40

123 Views

Do you know what improvement in skill means? Improvement means when you understand where you are lacking behind with the latest trends. Improvement means you are filling and overcoming your bugs in the code. As HTML is a simple markup language, in HTML we only need to understand the tags ... Read More

How to create and read the value from cookies

Aman Gupta

Aman Gupta

Updated on 14-Jul-2023 16:49:37

244 Views

Overview Cookies are the temporary storage, which stores the user data in the form of key value pairs. Cookies are stored on the clients systems. When a user visits a website then a request is sent to the server to which the website is hosted, then it loads the content ... Read More

How to create a Basic collapsibles using jQuery Mobile

Aman Gupta

Aman Gupta

Updated on 09-May-2023 17:04:17

92 Views

Overview The jQuery mobile provides the enhanced version of the simple jQuery, as the jQuery mobile provides responsive content and designs for all types of screens. So before starting to build the collapsible we should know about the feature. A collapsible is a web component which statically shows the heading ... Read More

How to create animations using relative value in jQuery

Aman Gupta

Aman Gupta

Updated on 09-May-2023 17:02:29

256 Views

Overview The relative values are the values which are incremented or decremented with respect to any units. In the relative while performing the animation the object is not reset to its initial position but it starts growing from its current state. So to create a relative value animation can be ... Read More

How to Create an Animated Typing Effect using typed.js

Aman Gupta

Aman Gupta

Updated on 09-May-2023 17:00:08

2K+ Views

Overview Typed.js is an animation library supported by java script and other scripting languages. It provides the typing animation effect to the text. We can use this library by adding the CDN link of the library or by installing it using node package manager (NPM) or yarn. It gives a ... Read More

How to create animated banner links using HTML and CSS

Aman Gupta

Aman Gupta

Updated on 09-May-2023 16:58:35

4K+ Views

Overview We can create animated banners using the HTML and CSS, HTML provides the layout of the banner and CSS provides the styling of the banners with the animations. Sometimes in the banners which are made for advertisement purpose links are embedded to them, so to highlight the link to ... Read More

How to create unordered list in HTML

Aman Gupta

Aman Gupta

Updated on 09-May-2023 16:56:03

537 Views

Overview By using the HTML we can create two types of lists for the web pages: these two lists are ordered lists and unordered lists. An unordered list is a list which is created using the HTML tag and the list items are inserted to it. The list items ... Read More

Advertisements