February 2018
Intermediate to advanced
668 pages
15h 18m
English
We'll develop a web page that has responsive capabilities and is adaptive to screen real estate:

Notice that we'll have a responsive page that displays its content better at different screen sizes.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML5 Bootstrap</title>
</head>
<body>
</body>
</html>