Pseudocode is the process of writing out you plan for your code in a human readable fashion. You can use this for your own projects however you see fit, but on projects with larger teams there may be a specific syntax and format that you’ll be required to use.
Related Articles
HTML Intro
HTML Intro – Tables
Tables in HTML allow you to display data in your HTML page in a spreadsheet format. table.html
*NEW
Filter Variables with Python (Python Part 15)
This class explains the basic concepts of filtering user input with Python and why it matters. The lab shows how to create a loop that requests text that is formatted properly for the scripts needs.
*NEW
CSS and HTML 5 – Opacity for Text and Images
Changing the opacity of text or pictures can make them easier to view by users. You can also use :hover to show when an object is being hovered over. opacityStyle.css opacity.html
Be the first to comment