Aman Gupta has Published 86 Articles

How to create a Bars icon using jQuery Mobile

Aman Gupta

Aman Gupta

Updated on 28-Aug-2023 10:57:45

152 Views

Overview Bars icons are used as the navbar lines in the small screens. As the desktop mode of the screen shows the navbar in full view with navigation items but in the responsive nature of the navbar it only shows the bars line on the screen. So to build the ... Read More

What does * { mean in HTML?

Aman Gupta

Aman Gupta

Updated on 16-Aug-2023 14:03:44

531 Views

Overview A *{ in HTML (Hyper Text Markup Language) is a universal symbol which depicts a whole HTML document. In another word we can say that this symbol is used to target a HTML body element or a HTML DOM which is Document Object Model. This symbol is mostly used ... Read More

What are hyperlinks in HTML?

Aman Gupta

Aman Gupta

Updated on 16-Aug-2023 13:59:03

263 Views

Overview In simple definition hyperlinks are the link which helps the client to get redirected to that information that a user wants. Hyperlinks can redirect the user to the other pages or on the same page to the specific content. In the HTML an anchor tag element provides a developer ... 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

2K+ 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

1K+ 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

293 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

536 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

187 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

388 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

3K+ 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

Advertisements