how can we connect to a mysql database from a php script? 1 0 2 years ago 1673 views To be able to connect to a MySQL database, we must use mysqli_connect() function as follows: PHP
what is the difference between inline-block and block? 1 0 3 years ago 770 views Inline-Block vs Block span
what is html id attribute? 1 0 3 years ago 726 views The id attribute is used to specify the unique ID for an element of the HTML document. It allocates the unique identifier which is used by the CSS and the JavaScript for performing certain tasks. html id attribute example
write an html code to form a table to show the below values in a tabular form with heading as roll no., student name, subject name, and values as 1 0 3 years ago 824 views Solution html table tbody thead rowwise <thead>
what is html element? 1 0 3 years ago 782 views The HTML element is everything from the start tag to the end tag: <tagname>Content goes here...</tagname> h1 p html element tagname tags