Code needs to be written so that it can be read and understood by other people, not just be functional.
Related Articles
*NEW
Variables and Concatenation in Python (Python Part 3)
concat.py
*NEW
MySQL – Select Unique Values from Table (SELECT DISTINCT)
In MySQL you can list the unique values from a column in a Table. DISTINCT https://dev.mysql.com/doc/refman/8.0/en/distinct-optimization.html https://www.w3schools.com/sql/sql_distinct.asp
CSS and HTML 5
CSS and HTML 5 – Basic CSS Syntax
The basic syntax of CSS is to Assign Values to Properties for Selectors. In CSS “selectors” are synonymous with tags. So the h1 Selector refers to the h1 HTML Tag. CSSsyntax.html
Be the first to comment