- MySQL INFORMATION_SCHEMA
Information Schema INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access privileges. Other terms that are sometimes used for this information are data dictionary and system catalog.…
- HTML Introduction
HTML is the standard markup language for creating Web pages. It is the most widely used language on the web. A markup language uses sets of markup tags to characterize text elements within a document, which gives instructions to the web browsers on how the document should appear. Originally, HTML…
- Testing
Resources https://flask.palletsprojects.com/en/1.1.x/testing/
- Visual Studio Code Hot Keys
Search Search for file in your space Windows CTRL + P Mac command + P
- HTML SEO
Title Description Social Media Tags Viewport metadata <meta name=”viewport” content=”width=device-width, initial-scale=1″/>