Yaswanth Varma has Published 279 Articles

Container and Empty Tags in HTML

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 15:10:32

706 Views

HTML employs predefined tags to instruct the browser on how to display the content. Tags are nothing more than a few instructions that are encased in angle brackets (i.e., ). Although tags are utilized across a website, many visitors are frequently unclear as to whether a given tag is a ... Read More

How to add a Range Slider using HTML?

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:59:33

254 Views

With the use of sliders, users can browse and choose a value (or range) from a bar's range. They are perfect for changing settings like brightness and volume or for using image filters. Sliders can employ icons to depict a numerical or relative scale at either end of the bar. ... Read More

How set the shadow color of div using CSS?

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:52:39

128 Views

The task we are going to perform in this article is to set the shadow color of a using CSS. Like every object we can observe has a shadow, we can also make any color a shadow for the element by using CSS. You have probably seen several ... Read More

Advantages and Disadvantages of CSS

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:42:23

2K+ Views

As its name suggests, CSS (Cascading Style Sheets) is a language that deals with how a website should see and feel. You can choose the fonts, colors, and page layouts, among other things. CSS and HTML are frequently compared to the design of a house and its foundation, respectively. The ... Read More

Apply Glowing Effect to the Image using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:37:30

631 Views

You have probably seen several special effects while browsing the majority of websites, which may be viewed while your cursor is over various images. We are going to process same in this article. Such images could serve as a cards for our website. The task we are going to perform ... Read More

Elements of a <form> Tag

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:28:32

137 Views

Input from the user is collected using form. It can be utilized for a variety of purposes, including website registration, login, profile creation, etc. There are many different kinds of information that can be gathered from a form. The backend manages the form data. We can utilize a variety of ... Read More

How create table without using <table> tag?

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:06:17

704 Views

A website's data representation is an essential component. If you have or manage a lot of data but don't know how to properly portray it, the users will not be able to understand it and it won't be of any use. Tabular representation is frequently a crucial kind of data ... Read More

Explain different markup languages other than HTML

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 12:55:13

159 Views

Markup languages are computer languages that are used to structure, format, or describe relationships between various portions of text documents with the aid of symbols or tags introduced in the document. Compared to traditional programming languages with strict syntax, these languages are easier to read. There are several markup languages ... Read More

How to Add a Datepicker in Form using HTML?

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 12:37:29

409 Views

Forms are a crucial and typical component of any application. They include entry fields for things like name, gender, email, and many others. A datepicker is used on several forms to fill up the date type inputs. We are aware that choosing a certain day from a calendar is done ... Read More

Differentiate between <th> & <thead> tags in HTML Table

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 12:03:59

425 Views

Before we learn about the difference, it is important to understand that both the and tags are utilized to provide headers in HTML tables. However, the tag is used to provide a header in a table cell, whereas the tag is used to provide a header ... Read More

Previous 1 ... 7 8 9 10 11 ... 28 Next
Advertisements