HTML (Hypertext Markup Language) = The language of the web.
HTML4 = More standard but doesn’t explain what it is (Div)
HTML5 = AKA Semantic HTML, provides more of an explanation as to what’s happening on the page (Header)
NO CAPITALS
NO SPACES
Always need an opening tab < > and a closing tag </ >
Always need a head (invisible) <head></head> and a body (visible) <body></body>
Tags for SEO:
<title> </title> = The title of the page
Lists: <li>
Unordered: <ul>
Ordered: <ol>
Links: <a> (Anchor)
CSS: html tag {property: value;}
Webstacks components
- Operating System
- Web Servers
- Databases
- Script Interpreter
Examples of Web Stacks
MAMP – Mac OS, Apache, MySQL, PHP
LAMP – Linux, Apache, MySQL, PHP
MEAN – MongoDB, ExpressJS, AngularJS, NodeJS
WISA – Windows, IIS, SQL, ASP
XAMPP – Cross Platform, Apache, MySQL, PHP, POL
WIMP – Windows, IIS, MySQL, PHP
FTP

Leave a comment