Coding Session 5 – HTML & Web Stacks

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

Screenshot 2019-03-29 at 16.14.14

Leave a comment

Blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started