HTML / CSS#
What is a web-site?#
Front end vs back end developpers
Static web pages#
Examples#
Note
Include some accademic profiles (friends)
Why not use wix, worldpress etc …
HTML and css work together
HTML#
a simple html page
<head>
</head>
<header>
</header>
<body>
<h1> </h1>
<p> </p>
</body>
<footer>
</footer>
4 main sections:
- head
- header
- body
- footer
Example#
Download this zip folder containing 2 files (1 html - 1 css):
- Download
Warning
Need to zip it first
Grid#
Example
Use the grid card from Intro page as an exemple
- give Myst syntax to show the difference