Align text to center with CSS
In the first versions of HTML there was the align attribute, which, through different values, allowed us to align the […]
In the first versions of HTML there was the align attribute, which, through different values, allowed us to align the […]
Using CSS we can manipulate the borders of the elements HTML, which are in box format, in a very simple
In some cases having scrolling on our web pages can be annoying for our users. Or, at least, that’s what
In this example we are going to see how we can define the width of columns in a table HTML
The ordered lists in HTML are represented by OL tag. And by using CSS we can alter the type of
One of the simplest things when we want to format the text will be to center the text. This was
When we are designing a website one of the things that we will always need is to know how to
There are situations in which the content we want to put can exceed the size of the layer in which
When we create a list in HTML, for each element of the list, we can detect two parts: the mark
In the first versions of HTML the element appeared u which allowed us to underline text on the web in
Thanks to the specification CSS we will be able to modify the properties related to the mouse pointer. And, in
If we want to change the color of the scroll bars on our page we can use properties CSS. Although