Yaswanth Varma has Published 271 Articles

Add a pressed effect on button click with CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 12:47:33

1K+ Views

In order to allow users to interact with a website or application, buttons are an essential component of web design. The user experience can be greatly improved and interactions made more interesting by adding a visually beautiful and innovative click effect to button using CSS. The active pseudo-class can ... Read More

How to add an article in HTML5?

Yaswanth Varma

Yaswanth Varma

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

836 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

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

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

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

904 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

511 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

104 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

286 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

How to display ruby annotation in HTML5?

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 16:53:09

271 Views

Annotations are external remarks that can be added to a Web document or to a specific section of a document. They can be comments, notes, explanations, or other types of remarks. Since they are external, any Web document can be independently annotated without needing to change the actual document. Let’s ... Read More

Previous 1 ... 5 6 7 8 9 ... 28 Next
Advertisements