Payal Porwalcodeswithpayal.hashnode.dev·Nov 16, 2024Comprehensive Guide to HTML Tags with Attributes and ExamplesHTML (HyperText Markup Language) is the foundation of web development, allowing developers to create structured documents. This guide covers every HTML tag, all its attributes, and their usage with examples. The language is crafted to ensure clarity ...422 readsHTML5
Grace Techgracetech.hashnode.dev·May 11, 2024Unveiling the Power of the <img> Element in HTMLThe image element in HTML is denoted by the tag . This tag is used to embed an image into a web page by specifying the source of the image using the src attribute. The basic syntax for using the image element is as follows: Image Source In this synta...img tag
Debasmita Adhikaridebasmita-a.hashnode.dev·Dec 14, 2023Find page and image links with getAttribute() in SeleniumUsing linkText() and partialLinkText() : In Selenium WebDriver API, we have these locator strategies to locate a link and manipulate them. It could be buttons or navigation menu etc. Only condition is that these links must have visible text and an an...Selenium BasicslinkText
Amanuelamexabee.hashnode.dev·Jul 18, 2023HTML: MultiMediaMultimedia in HTML involves integrating images, videos, and audio to enhance the visual and interactive experience of web pages. In this article, we'll explore how to effectively use multimedia elements, such as images, videos, and audio, to create e...HTML
Tahera Alamtaheraalam.hashnode.dev·Jul 9, 2023How to fix the image not loading issue in Nextjs?I recently started learning nextjs and in my very first project I wanted to use some images but they were not loading even after giving the correct file paths. I cross-checked the paths, and they were all correct but still, I had the issue where my i...Next.js
Vamsivamsicodes.hashnode.dev·Jul 23, 2022HTML img tagHey there everyone! This is Vamsi here and today, I'm gonna share something that I've learnt from the HTML class going on and that is the image tag or img tag. So, ever wondered on how to include an image while writing html code? Here are the steps:...39 readsHTML5