March 2018
Beginner to intermediate
576 pages
13h 29m
English
You can also develop static pages as HTML documents, referencing other files in the same directory. Let's build a slightly more complicated page using graph.png, and also a style from application.css, as follows:
Starting with the HTML from our previous example, let's make it a complete document. Move the image to a CSS style and add a class to our text, like this:
<html> <head> <link rel="stylesheet" type="text/css" href="application.css" ...
Read now
Unlock full access