November 2018
Intermediate to advanced
528 pages
13h 21m
English
Our HTML will clearly be very simple. The styling will be provided by Bootstrap, with any additional minor styling being declared inline, rather than in a separate CSS file. Our HTML file will pull in the following dependencies from external CDN sources:
The file itself is perhaps not interesting enough to explore in detail, so it is shown in full as follows, without further explanation:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> ...
Read now
Unlock full access