https://www.otallu.com/tutorials/create-basic-website-layout-with-html-css/ !DOCTYPE html > <html lang= "en" > <head> <meta charset= "UTF-8" > <meta http-equiv= "X-UA-Compatible" content= "IE=edge" > <meta name= "viewport" content= "width=device-width, initial-scale=1.0" > <title> Demo Layout </title> <link rel= "stylesheet" type= "text/css" href= "/LayOuts/DemoLayout.css" > </head> <body> <div class= "wrap" > <div class= "header" > HEADER </div> <div class= "content" > CONTENT </div> <div class= "sidebar" > ...