HTML tags are divided into two types:
Container tags that have separate opening and closing tags
Empty tags that are immediately closed after their definition
Read more on: HTML container tag https://www.agernic.com
PHP-MySqli
SQL
Latest HTML code scripts added
continuation - read more html container tag... The basics: headings and paragraphs
In HTML / HTM, each paragraph has to be wrapped in a <p> element, like so:
Each heading has to be wrapped in a heading element:
Read more on: How to add text in HTML / HTM
continuation - read more Text formatting in HTM / HTML...In HTML / HTM, each paragraph has to be wrapped in a <p> element, like so:
<p>This is a paragraph, yes pagraph.</p>
Each heading has to be wrapped in a heading element:
<h1>I am the title of the story.</h1>
Read more on: How to add text in HTML / HTM
Latest CSS code scripts added
The font-weight property sets how thick or thin the characters in text should be displayed.
CSS Syntax
CSS bold - font-weight property
continuation - read more CSS bold property...CSS Syntax
font-weight: normal|bold|bolder|lighter|number|initial|inherit;
CSS bold - font-weight property
The opacity property specifies the opacity/transparency of an element.
The beta parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque).
continuation - read more The opacity property specifies the opaci...element {
background: rgba(red, green, blue, beta);
// CSS property
}
The beta parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque).
Latest PHP code scripts added
The function strlen() returns the length of the given $string.
Syntax:
strlen(string $string );
Read more on: strlen online
continuation - read more Test and run strlen online in your brows...Syntax:
strlen(string $string );
Read more on: strlen online
Latest MySQLi code scripts added
If you want to delete a record from any MySQL table, then you can use the SQL command DELETE FROM. You can use this command at the mysql> prompt as well as in any script like PHP.
continuation - read more php mysqli delete data... HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single
HTML Comment – Single Line and Double
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single
HTML Comment – Single Line and Double
related links
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners
related links
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners