Yaswanth Varma has Published 279 Articles

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

What is Microdata Vocabulary in HTML5?

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 18:44:20

103 Views

Microdata, which is a HTML Standard, used to nested metadata inside of existing web page content. Microdata from a web page can be extracted, processed, and used by web crawlers and search engines to give users a richer browsing experience. Microdata employs name-value pairs to give values to an item's ... Read More

Drop Shadow with HTML5 Canvas

Yaswanth Varma

Yaswanth Varma

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

803 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

443 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

86 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

HTML5 Character Encodings

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 17:07:11

101 Views

In the following article, we are going to learn about HTML5 character encodings. A technique for specifying a mapping between bytes and text is character encoding. We must select the correct character encoding in order for an HTML content to appear appropriately. Need of character encoding An HTML or XML ... Read More

Microdata API in HTML5

Yaswanth Varma

Yaswanth Varma

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

233 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

180 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

How to include Modernizr in HTML document?

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 16:48:46

825 Views

Modernizr provides an easy way to detect any new feature so that you can take the corresponding action. For example, if a browser does not support video feature then you would like to display a simple page. You can create CSS rules based on the feature availability and these rules ... Read More

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