Underline text in CSS
In the first versions of HTML the element appeared u which allowed us to underline text on the web in […]
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
We continue with our examples of handling random numbers. In this case we are going to see how easy it
Today we are going to see how we can manage a session in Flask to be able to store information
When we respond to content from a server to a client, one of the contents that goes in the response
In this example we are going to see how when moving the cursor over a table we make the effect
Creating a form in a POST application will help us learn how to control the data we upload. Here we
We already saw how we can send an email with PHP, in a simple way, relying on the mail() function.
We always have to ensure that the user feels comfortable on our web pages. To do this we must provide
If we want to add a background color to our website we will have to use the styles CSS. In
In previous examples we have seen how we could send an email in PHP and how we could add a