Web

HTML Cheatsheet

File Naming Conventions All lowercaseUnderscore or dash NO uppercase // NO spaces //  NO special characters Basic Structure <!DOCTYPE html> <html></html> <head></head> <meta charset=”UTF-8”> <title></title> <body></body> HTML Tags <h1></h1> to <h6></h6> <p></p> <br> <hr> <address></address> <blockquote cite=”http://www.worldwildlife.org“> For 50 years, WWF has been protecting the future of nature.</blockquote> <q></q> <div></div> <span></span> <!– Text Here –>

HTML Cheatsheet Read More »