Yaswanth Varma has Published 377 Articles

Add more than one shadow to a text with CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 13:06:52

1K+ Views

Whether in graphic design, photography, or even on a web page, adding shadows is a massive technique to create the appearance of depth and perspective. It is not necessary to open Photoshop or another visual editing program in order to apply this kind of effect to text, images, and other ... Read More

Add hoverable pagination with CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 13:00:59

272 Views

Pagination is used to separate the given document into pages and assigns numbers. It makes easier to navigate through a lot of content by separating various entries or web content into separate pages, which makes content switching easy. Pagination enabled web links let users to scroll over your content. One ... Read More

How to add an article in HTML5?

Yaswanth Varma

Yaswanth Varma

Updated on 24-Nov-2023 01:41:31

1K+ Views

In this article we are going to learn about how to add an article in HTML5. One of the new sectioning elements in HTML5 is the tag. An article is represented in HTML using the tag. More specifically, the content contained in the element is distinct from ... Read More

How Would I Crop A HTML IFrame?

Yaswanth Varma

Yaswanth Varma

Updated on 24-Nov-2023 01:06:44

3K+ Views

Inline Frame is known as iframe in HTML. The tag designates a rectangular area within the content where a different document, complete with scroll bars and borders, may be displayed by the browser. To embed another document inside the current HTML document, use an inline frame. An element's ... Read More

How To Extract Text From A HTML Tag In Text Format?

Yaswanth Varma

Yaswanth Varma

Updated on 23-Nov-2023 12:36:42

2K+ Views

The act of extracting text from an HTML file is essentially equivalent to copying and pasting website content onto a notepad. It might sound easy, but it wouldn't be as enjoyable if you had to extract text from millions of HTML files (webpages). Let's dive into the article for getting ... Read More

Execute a script when the element is finished loading in HTML?

Yaswanth Varma

Yaswanth Varma

Updated on 22-Nov-2023 04:53:02

2K+ Views

In this article we are going to learn about execute a script when the element is finished loading in HTML. When an object is loaded, the onload event takes place. Onload is most frequently used in the element to run a script after a web page has loaded all ... Read More

Drop Shadow with HTML5 Canvas

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 18:02:38

1K+ Views

In HTML5 canvas, you can add shadows to shapes, lines, texts, and images to give them the appearance of depth. You can use the following canvas context attributes to add shadows when using the HTML5 canvas. shadowOffsetX() shadowOffsetY() shadowColor() shadowBlur() shadowOffsetX() The property can be used to get ... Read More

Draw Bezier Curve with HTML5 Canvas

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 17:48:18

896 Views

The bezierCurveTo() feature of HTML5 Canvas can be used to generate a Bezier curve. The context point, two control points, and an ending point are used to define Bezier curves. Bezier curves, in contrast to quadratic curves, are specified using two control points rather than one, allowing us to produce ... Read More

HTML5 Fonts for Macintosh Systems

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 17:13:35

170 Views

Due to the fact that the browser doesn't need to download any font files because it is already using one, utilizing the system font of a specific operating system by default can improve efficiency. But it is true of any web-safe typeface. System fonts have the advantage of matching the ... Read More

Microdata API in HTML5

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 17:01:21

470 Views

In HTML5, Microdata are used to nest metadata inside of already existing web page content. With this approach, machine-readable data may be easily inserted into HTML documents with a clear parsing paradigm. By using microdata, we may create our own unique elements and begin incorporating unique attributes into our web ... Read More

Advertisements