August 2017
Beginner
412 pages
10h 30m
English
The following is the very basic layout of the HTML file for my food blog design; I'm showing it here just to give you a general understanding of what we're going to be working on:
<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="profile" href="http://gmpg.org/xfn/11"><link rel="stylesheet" id="open-sans-css" href="//fonts.googleapis.com/css?family=Open+Sans%3A300italic %2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2 Clatin-ext&ver=4.0.1" type="text/css" media="all" /> <!-- embedding Google Fonts --><link rel="stylesheet" id="daily-cooking-custom-style-css" href="style.css" type="text/css" media="all" /> <!-- embedding ...
Read now
Unlock full access