- 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)
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
-
<h1> - <h6>Heading
-
<p>Paragraph
-
<b>Bold
-
<a>Anchor
-
<ul>Unordered List
-
<li>List Item
-
<ol>Ordered List
-
<img>Image
-
<html>HTML
-
<body>Body
-
--
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
- Password Will Be in Your Email
-
3: Select The 10 Basic HTML Tags Lesson
-
4: Practice Typing the Code to Learn and Memorize the 10 Basic Html Tags
##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>




