Skip to content

geekwise/static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

geekwise geekwise
--

Static HTML5/CSS3

***

Requirements:

  • A positive mindset

We are taking part in creating the greatest equalizer in human history. The Internet

  • Your laptop (apple/win/linux).
  • Chrome Web Browser - Developer Mode.
  • Brackets - (Adobe & Opensource | apple/win/linux)

10 HTML tags

Goal:

Ability to structure information for the Internet.

The outcome is to learn the basic 10 tags you will use when creating a static HTML file.

  • HTML TAGS
      1. <h1> - <h6> Heading
      1. <p> Paragraph
      1. <b> Bold
      1. <a> Anchor
      1. <ul> Unordered List
      1. <li> List Item
      1. <ol> Ordered List
      1. <img> Image
      1. <html> HTML
      1. <body> Body

--

Demo Site:

http://geekwise.github.io/static/

--

These 10 HTML Tags will help you format and organize information for the Internet. Even though it looks like a lot to learn, they are easy to remember and they all work the same way.

#Assessment 1:

  • 1: Setup Google Account For Just This Course

  • email name: geekwise.firstName.LastName@gmail.com

  • 2: Login To your alt

- Password Will Be in Your Email 
  • 3: Select The 10 Basic HTML Tags Lesson

    • typing.io
  • 4: Practice Typing the Code to Learn and Memorize the 10 Basic Html Tags

  • typing.io

Creating Clean Code

##The Keyboard Our primary tool of our trade. There are no perfect programmers. So we practice perfection with daily coding. Typing skills are as fundamental as it gets for programmers.

Typing practice doesn't matter and is dumb

Yes it's kinda lame, but that's how development is. A "simple" website can be filled with thousands of lines of code. Code is made of tiny things that can have large consequences. Like, say, a single misplaced semicolon ; Or a forward slash /


  • body{background-color:lightSeaGreen};

  • body{background-color:lightSeaGreen;}

  • <b>Bold Text</>

  • <b>Bold Text</b>


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages