Yaswanth Varma has Published 271 Articles

Design a calendar using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 11:44:44

1K+ Views

There are so many uses for calendars that are really beneficial. They frequently make appointments and schedule meetings in our email accounts. A fully functional calendar does not have a default one, like with some HTML inputs, thus you will need to create one yourself using HTML and CSS. Before ... Read More

Design a Rotating card effect using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 11:42:20

208 Views

The effect on cards that will spin slightly when you move your mouse over them is known as rotating cards. Hovering over the cards will reveal any information, links, or images that are present on them. Let’s dive into the article where we are going to design a rotating card ... Read More

Different ways to apply colors in an HTML document

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 11:40:16

116 Views

A website or application with more color is more visually appealing than one with only black and white. We will go over each method of applying color to HTML texts in this article. There is no specific tag for applying colors in HTML document, just like for other HTML tags. ... Read More

How to add a rounded border with CSS?

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 11:25:12

92 Views

Using CSS, we can build a visually appealing HTML document. Some elements or images may have rounded borders, which is something we might want to consider while building a web page. With this, we can use the CSS border-radius property. Because the rounded borders refer to security, and dependability—all of ... Read More

Difference between Transitional and Strict doctype

Yaswanth Varma

Yaswanth Varma

Updated on 19-Jan-2024 18:58:19

77 Views

HTML documents employ DOCTYPE declarations to identify the HTML version being used and to instruct web browsers to render content in a variety of ways. You must begin each HTML document you code with a declaration. just before the tag is where the doctype is declared. Let’s dive ... Read More

Design a Contact us Page using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 19-Jan-2024 18:11:32

353 Views

It really doesn't make sense to have a contact form on a website without one, much like a burger without a bun. If your business is online, you must have a method for clients to get in touch with you. A "Contact Us" form is an online form that website ... Read More

How to add a checkbox in forms using HTML?

Yaswanth Varma

Yaswanth Varma

Updated on 19-Jan-2024 18:03:38

80 Views

The checkbox is one of the characteristics of the HTML input tag. They display as square boxes that the front-end user can dynamically check off. When we want the user to offer a variety of inputs, the HTML checkbox comes in handy. Users choose the items they wish from the ... Read More

How to add a parent to several tags in HTML?

Yaswanth Varma

Yaswanth Varma

Updated on 19-Jan-2024 17:46:28

37 Views

The HTML list of items is displayed using the tag. It has to be encapsulated by a parent element. It is used to specify list items in various lists in HTML. It is utilized in menu , directory, ordered list , and unordered lists . In ordered lists, the ... Read More

Explain the significance of <head> and <body> tag in HTML

Yaswanth Varma

Yaswanth Varma

Updated on 19-Jan-2024 17:28:02

134 Views

The two most often used tags in HTML are and . It is extremely rare to come across an industry-level website that does not use the and tags on its pages. They serve different tasks and are important in determining the web page's content, appearance, and behavior. ... Read More

How to add a Time picker in Form using HTML5?

Yaswanth Varma

Yaswanth Varma

Updated on 19-Jan-2024 17:20:53

182 Views

Incorporating time pickers into web forms is a common requirement for many web developers. While you might think that adding time pickers might be a complicated task and you might have to use JavaScript libraries. But to your surprise, this is a relatively easy task using tags provided by HTML. ... Read More

Advertisements