Applying a border-radius through CSS you get rounded corners
- cssAdd comment
You can give any element “rounded corners” by applying a border-radius through CSS..example1 {
border-radius: 10px;
background: #BADA55;
}
.example2 {
border-radius: 10px;
border: 3px solid #BADA55;
}
Read more on: css rounded corners
HTML input size html input size
- htmlAdd comment
For making your input box bigger or if you want to give any type of styling to your input box you can do it by using CSS(Cascading Style Sheet).<body>The above code will create a input box for name whose height is of 100px and width is of 100px.
<div id="target_div"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
var div = document.getElementById('target_div');
div.innerHTML += 'Hi, how are you. This is A basic html page that display this massage using javascript!';
</script>
</body>
Read more on: html input size
How to create CSS background image opacity
- cssAdd comment
The opacity property specifies the opacity/transparency of an element.
Transparent ImageThe opacity property can take a value from 0.0 - 1.0. The lower value, the more transparent:
Unlike non-background images, setting the opacity of a background image cannot be done by simply setting the opacity property through CSS.
When opting for the opacity property of CSS for an HTML element, what will generally happen is that the opacity of the image in the background will change and the opacity changes will be reflected in its child elements.
Opacity is only to be applied on the background image without affecting any of the children elements.
Read more on: css background image opacity
How to create CSS background image size to fit screen
- cssAdd comment
The goal here is a background image on a website that covers the entire browser window at all times. Let’s put some specifics on it:
- Fills entire page with image, no white space
- Scales image as needed
- Retains image proportions (aspect ratio)
- Image is centered on page
- Does not cause scrollbars
- As cross-browser compatible as possible
- Isn’t some fancy shenanigans like Flash
Read more on: css background image size to fit screen
PHP mysqli fetch_array() Function
- php-mysqliAdd comment
Definition and UsageThe fetch_array() / mysqli_fetch_array() function fetches a result row as an associative array, a numeric array, or both.
Note: Fieldnames returned from this function are case-sensitive.
Syntax
Object oriented style:
Procedural style:
Read more on: mysqli_fetch_array
HTML div style - div style class, html tutorial
- htmlAdd comment
HTML div style class tutorial
The class attribute is often used to point to a class name in a style sheet. It can also be used by a JavaScript to access and manipulate elements with the specific class name.In the following example we have three <div> elements with a class attribute with the value of "city". All of the three <div> elements will be styled equally according to the .city style definition in the head section:
Read more on: HTML Tutorial » HTML div style class tutorial
Read more on: html div style class tutorial

The site is addressed to people who want to get started in web programming. Careful! PHP means programming. It is true that a web developer must have a minimum knowledge of web design (HTML, CSS, JavaScript and others), but this site only deals with programming issues.
css | Css rounded corners |
html | Html input size |
css | Css background image opacity |
css | Css background image size to fit screen |
php-mysqli | Mysqli_fetch_array |
html | Html div style class tutorial |
- Paphos, Larnaca, Limassol, Nicosia. Ce-i de vizitat
- Paphos, Larnaca, Limassol, Nicosia. Ce-i de vizitat
- Paphos, Larnaca, Limassol, Nicosia. Ce-i de vizitat
- Paphos, Larnaca, Limassol, Nicosia. Ce-i de vizitat