In this tutorial, we will learn how to make text lowercase in HTML and CSS. You may need to define the style of a text while working on a website. You can display the text in initial capital letters, all in capital letters, or all in small letters. By making use of the CSS text-transform
In this tutorial, we will learn how to make first letter capital in HTML and CSS. When we are working on a project, we may need to capitalize the first letter of a word for various reasons. By making use of the CSS text-transform property, we can easily capitalize the first letter. This property can
In this tutorial, we will learn how to make all letters capital in HTML and CSS. When we are working on a website or a project, we may want to use uppercase text for various reasons such as for an abbreviation, text, or heading. There are multiple ways to capitalize the letters, but by making
In this tutorial, we will learn how to change ordered list to roman numerals in HTML. In an ordered list, the items can be marked in numbers, roman numerals, alphabets, or none. By default, the ordered list items are always marked with numbers. An ordered list is created using the ol element and each list
In this tutorial, we will learn how to use image as bullet in HTML and CSS. In an unordered list, the bullet, circle, and square can be changed to an image. An unordered list is created using the ul element and each list item is wrapped with the li element. By default, in an unordered