JIYIK CN >

Current Location:Home > Learning > WEB FRONT-END >

All

Use CSS to resize images while maintaining aspect ratio

Publish Date:2025/04/19 Author:JIYIK Category:CSS

This simple guide is all about setting up images in your website so that their aspect ratio is not disturbed based on the image size and the container it needs to fit in. First, we will look at the CSS styles to understand this. Apply style...

Full

First Of Class in CSS

Publish Date:2025/04/19 Author:JIYIK Category:CSS

CSS :first-of-type selectors are used to select the first element of its type within a group of elements. For example, if you have a group of paragraphs, :first-of-type the selector will select the first paragraph in the group. This selecto...

Full

Stretchable background images using CSS

Publish Date:2025/04/19 Author:JIYIK Category:CSS

This short article is about styling HTML pages using CSS, focusing on styling background images of any HTML element. CSS styles on the web page There are a number of ways to use CSS on your web pages: Inline CSS: Inline CSS means that you u...

Full

Creating background image gradients using CSS

Publish Date:2025/04/19 Author:JIYIK Category:CSS

A background image gradient is a gradual transition from one color to another. Background image gradients can be created using multiple colors, but they are usually most effective when using a limited color palette. This article will teach...

Full

Changing the format in HTML date picker

Publish Date:2025/04/19 Author:JIYIK Category:HTML

This article is about the HTML input element date picker and the specific issues it encounters when selecting a date format. Changing the format in HTML date picker When HTML5 added the date input, many thought it would provide users with a...

Full

HTML code to display arrow

Publish Date:2025/04/19 Author:JIYIK Category:HTML

This article discusses the use of Unicode character entities to display different characters on our HTML pages. There are many entities used in HTML, but we will focus on the triangle arrows that represent up, down, left, and right. HTML en...

Full

Displaying Cookie-Based Images in HTML

Publish Date:2025/04/19 Author:JIYIK Category:HTML

This article will introduce a method to display images in HTML format based on cookies set in PHP. Display images based on cookies set in HTML The problem statement is that we need to display a specific image based on a cookie passed by the...

Full

Pagination when printing in HTML

Publish Date:2025/04/19 Author:JIYIK Category:HTML

This article will introduce several ways to force page breaks when printing HTML content. Set the page-break-after property to always Inside @media print to Page Break in HTML The @media print rule of CSS lets us apply rules when printing H...

Full

Creating a currency input in HTML

Publish Date:2025/04/19 Author:JIYIK Category:HTML

In this article, users will learn to input convert a normal HTML field into a currency input field. We will use HTML and jQuery to achieve our goal. input Convert plain to currency input in HTML using JavaScript toFixed() method In HTML, th...

Full

Select an option in the Angular drop-down menu

Publish Date:2025/04/18 Author:JIYIK Category:Angular

We will cover how to set the selected option in an Angular dropdown, set the selected option from an array of options, and set the selected option if the options are dynamic in Angular. Setting the selected option in an Angular dropdown men...

Full

Setting focus on input field in Angular

Publish Date:2025/04/18 Author:JIYIK Category:Angular

In Angular, you can use ng-model the directive to focus on the input field of any HTML element and bind the value of the input field to a variable in your application model. ng-model The directive also provides an event handler that focuses...

Full

Use TypeScript's getElementById replacement in Angular

Publish Date:2025/04/18 Author:JIYIK Category:Angular

This tutorial guide provides a brief description of replacing AngularJS with TypeScript document.getElementById . This also provides getElementById the best practices for using in Angular with code examples. We will also see the use of DOM...

Full

Drag and drop in Angular

Publish Date:2025/04/18 Author:JIYIK Category:Angular

Drag and drop in Angular

We will introduce @angular/cdk/drag-drop the module to accomplish drag and drop in angular. We will also walk through some examples of drag and drop in Angular. Drag and drop in Angular @angular/cdk/drag-drop The module provides you with a...

Full

Enabling HTML5 mode in AngularJS

Publish Date:2025/04/18 Author:JIYIK Category:Angular

This article will guide you through enabling HTML5 mode with deep linking on your AngularJS application. Using HTML5 mode in AngularJS $locationProvider.html5Mode pushState is a way to tell the browser that it needs to use HTML5 mode for UR...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial