Web Development#

HTML CSS Jupyter-Book …


Interesting tutorials elsewhere:

To explore for our websites


The landscape of web-developpers#

Front end vs Back end#

  • Youtube - Inside the Mind of a Pro Front-end Dev - 4 min

Front

The front end dev can build static web-site

He uses tools like:

  • HTML

  • CSS

  • Javascript

Back

The back end dev however is responsible for … ?

He uses tools like:

  • PHP

  • SQL

The different tools#

RAW#

  • HTML
  • CSS
  • JavaScript
  • PHP
  • My SQL
  • Python
  • Ruby

Ressources#

Front-End#

  • Codrops Web-site showing examples and giving tutorials to make them.

Example#

<head>

</head>

<header>

</header>

<body>

	<h1>	</h1>

	<p>	</p>

</body>

<footer>

</footer>

Back end#