Spring/Summer 2016
We're happy you're here!
- Introduce yourselves:
Ada Lovelace & Margaret Hamilton
MEng MathComp @ UCL :)
Web Developer
I started coding in Front-End and I love everything JavaScript.
Also speak C, Python and Java :)
Fun Fact!
I wanted to be an actress when I was younger
Do you have...
Find out using Google Chrome Dev Tools
Makes requests for information, and takes information from users
Responds with requested information, and stores information from users
Type in 74.125.224.72 - where does it go?
already prepared
e.g. a simple landing page
generated on the fly
e.g. facebook.com
Websites usually come in two flavours...
They need to be hosted on a web server to be publicly available
What is a markup language?
In the old days of the web, navigating a website was a lot more like moving around the folder system on your laptop.
You would go to a base site and there would just be a list of the files and folders available: an index.
Try creating an HTML page yourself! :)
<img src="cutecat.jpg" alt="Cute Cat">
<div class="main">
Elements - define semantic value
Opening Tag
Closing Tag
Attribute type
Attribute value
These are HTML Tags
<div>
<p>
<em>I <strong>really</strong> mean that</em>.
</p>
</div>
<div> <p> <em>I <strong>really</em> mean</div> that</strong>.</p>
Writing readable code is very important.
<!DOCTYPE html>
<html>
<head>
<title>Page title</title>
</head>
<body>
...
</body>
</html>
Version
Metainformation
Content
Send me your github username on Slack!