Skip to main content

Posts

Showing posts from May, 2022

Creating Landing Page Website - playlist - codeandman (source code)

Hey guys how are you all Today in this post I am going to give you the source code of my Landing Page website which I created on my YouTube channel Code And Man . Here is the link to the playlist : Landing Page   and Here is the source code of that :  Index.html: <! 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 >Landing Page - Code And Man</ title >     < link rel = "stylesheet" href = "style.css" > </ head > < body >     < header >         < nav >             < div class = "left" >                 < h2 class = "logo" >CodeAndMan Coding Classes</ h2 >                 < p >Learn to code for fre