create account

Want to learn some HTML? by tbaumer2

View this thread on: hive.blogpeakd.comecency.com
· @tbaumer2 · (edited)
$0.58
Want to learn some HTML?
<html>
<h3>Introduction</h3>
<p>Hello Steemians! I was recently encouraged to begin teaching people about the basics of code. In this lesson, I'd like to go over the basics to HTML. Please feel free to leave a comment on anything I missed in this blog. One note before I begin: If you're familiar with writing these posts and have ever written a post using the "Raw HTML" editor, then this will appear very similar!</p>
<p><img src="http://www.innovafire.com/sites/default/files/blog/html.jpg"/></p>
<h3>The Basics</h3>
<p>Firstly, HTML stands for Hyper-Text-Markup-Language</p>
<p>To begin an HTML document, start with this template and save the file as a .html file. &lt;-- Very important</p>
<p><code>!DOCTYPE html</code>&lt;-- Indicating an HTML document</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<code>html</code>&lt;-- The beginning of a document</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<code>head</code>&lt;-- The part of an HTML document where all image references, stylesheet references, and more are stored. (More on this later)</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<code>/head</code></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<code>body</code>&lt;-- The part of an HTML document where all actual code exists!</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<code>/body</code></p>
<p><code>/html</code></p>
<p><br></p>
<p>&nbsp;In HTML, you write with tags. For instance, if I wanted to make a paragraph on a website, I'd use the "p" tag. Most tags have a beginning AND an end tag. The tag of any element you're writing in starts with a less-than symbol, (&lt;) then the tag name, (p) and lastly a greater-than symbol. (&gt;) After this tag, your content would be written. Once you have everything you want after the tag, you have to indicate to the HTML wizards that the line is ended. To do this, you must do the following: Start the same way with the beginning tag, but insert a backslash before the name of the tag. If I am terrible at explaining things, which I know I am, this example may offer some help:</p>
&lt;p&gt;</em>Hello World!<em>&lt;/p&gt;
<p>This would print out as:</p>
<p>Hello World!</p>
<p><br>
Here are some necessary tags to learn/memorize. Don't worry - the more you use/write in the language, the easier it becomes. There are <em>hundreds </em>of tags in HTML. Nobody expects anyone to memorize them all. In all coding languages, Google is your best friend!</p>
<ul>
  <li>div - Serves as a separator for different lines</li>
  <li>span - Serves as an inline separator</li>
  <li>a - Hyperlink tag - click <a href="https://www.w3schools.com/TAGs/">HERE </a>is an example
    <ul>
      <li>Example: <a href="domain to go to">CLICK ME</a></li>
    </ul>
  </li>
  <li>img - Image tag - used for inserting images into a website
    <ul>
      <li>An image tag is a special exception to me saying that "Almost all tags have an ending tag." Do NOT put at the end!</li>
    </ul>
  </li>
  <li>h1 - Largest sized heading
    <ul>
      <li>Note: h1, h2, h3, h4, h5, and h6 are all different sized titles on a website. Note: the heading tag only goes from 1-6!</li>
    </ul>
  </li>
  <li>p - Ordinary text tag - This post was written with p tags everywhere!</li>
  <li>hr - horizontal divider on a website</li>
  <li>br - use inside of a text tag to move text to a new line</li>
</ul>
<p>These are just a few tags that are most frequently used in HTML. <a href="https://www.w3schools.com/TAGs/">This website</a> features many of the available tags in HTML. Here is an example of a good HTML skeleton. Make sure to add structure to your work. (I'll be going over this in more detail later)</p>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/HTML_source_code_example.svg/1280px-HTML_source_code_example.svg.png" width="1280" height="1016"/></p>
<h3>A Challenge:</h3>
<p>Today, tomorrow, and for the next week, my challenge to fellow Steemians reading this blog: I challenge you to try writing your blogs WITHOUT the text editor; try writing them in HTML for the week! If you are able, feel free to comment a link to your post!</p>
<h3>Conclusion</h3>
<p>If you have any questions, comment them! I'll answer as quickly as possible. If you liked this new type of post, please comment and upvote! I'd also love some feedback :)<br>
<img src="https://steemitimages.com/DQmWpisRXDF56mV3DgzzPUxb3R2ozseR48YVr2YKtwtrBcV/DQmWpisRXDF56mV3DgzzPUxb3R2ozseR48YVr2YKtwtrBcV.gif" width="480" height="270"/></p>
<p>Sources:</p>
<ul>
  <li><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/HTML_source_code_example.svg/1280px-HTML_source_code_example.svg.png">Source 1</a></li>
  <li><a href="http://www.innovafire.com/sites/default/files/blog/html.jpg">Source 2</a></li>
</ul>
</html>
👍  , , , , , , , , , , , , , , , , ,
properties (23)
authortbaumer2
permlinklearning-html-blog-1
categorytechnology
json_metadata"{"tags":["technology","science","code","html","steemit"],"image":["http://www.innovafire.com/sites/default/files/blog/html.jpg","https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/HTML_source_code_example.svg/1280px-HTML_source_code_example.svg.png","https://steemitimages.com/DQmWpisRXDF56mV3DgzzPUxb3R2ozseR48YVr2YKtwtrBcV/DQmWpisRXDF56mV3DgzzPUxb3R2ozseR48YVr2YKtwtrBcV.gif"],"app":"steemit/0.1","format":"html","links":["https://www.w3schools.com/TAGs/","domain to go to","https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/HTML_source_code_example.svg/1280px-HTML_source_code_example.svg.png","http://www.innovafire.com/sites/default/files/blog/html.jpg"]}"
created2017-11-22 19:32:45
last_update2017-11-22 20:53:54
depth0
children14
last_payout2017-11-29 19:32:45
cashout_time1969-12-31 23:59:59
total_payout_value0.538 HBD
curator_payout_value0.045 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,686
author_reputation180,675,398,363
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,230,109
net_rshares234,231,524,668
author_curate_reward""
vote details (18)
@haxmat · (edited)
Just a bit of Advice, If you are going to do this again... Please make the text work for people that use dark and light mode. I found it hard to read
👍  , , , ,
properties (23)
authorhaxmat
permlinkre-tbaumer2-learning-html-blog-1-20171122t193701965z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2017-11-22 19:37:03
last_update2017-11-22 19:37:18
depth1
children4
last_payout2017-11-29 19:37:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation138,308,411,475
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,230,484
net_rshares1,790,034,150
author_curate_reward""
vote details (5)
@tbaumer2 ·
The whole post just got erased.
properties (22)
authortbaumer2
permlinkre-haxmat-re-tbaumer2-learning-html-blog-1-20171122t193933503z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2017-11-22 19:40:36
last_update2017-11-22 19:40:36
depth2
children3
last_payout2017-11-29 19:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation180,675,398,363
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,230,771
net_rshares0
@haxmat ·
Well, That is Really, **REALLY** weird. have you tried editing it to put the content back?
👍  , , , , ,
properties (23)
authorhaxmat
permlinkre-tbaumer2-re-haxmat-re-tbaumer2-learning-html-blog-1-20171122t194219353z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2017-11-22 19:42:21
last_update2017-11-22 19:42:21
depth3
children2
last_payout2017-11-29 19:42:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation138,308,411,475
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,230,921
net_rshares1,841,686,793
author_curate_reward""
vote details (6)
@nairadaddy ·
Hey @tbaumer2, 
I'm actually glad that you took my suggestion. This is awesome. And I hope to see you make a name for yourself with it.
Anyway, since you are assuming that people attending your class have zero knowledge of codes/languages, it better to make it easier.

- Start with a good introduction. Eg about HTML, what are the uses. Why should one spend his time learning it
- Take the topics one by one...you pratically lumped everything and for a newbie ...its gonna be hard.
- Assume you are teaching a 6yr old HTML...how will you do it?

Cheers!

#Hug-Challenge!
👍  
properties (23)
authornairadaddy
permlinkre-tbaumer2-learning-html-blog-1-20171123t084831634z
categorytechnology
json_metadata{"tags":["technology","hug-challenge"],"users":["tbaumer2"],"app":"steemit/0.1"}
created2017-11-23 08:49:03
last_update2017-11-23 08:49:03
depth1
children1
last_payout2017-11-30 08:49:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length571
author_reputation33,307,954,247,617
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,277,520
net_rshares67,222,646
author_curate_reward""
vote details (1)
@tbaumer2 ·
Great suggestions. Thanks!
properties (22)
authortbaumer2
permlinkre-nairadaddy-re-tbaumer2-learning-html-blog-1-20171123t132719232z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2017-11-23 13:27:18
last_update2017-11-23 13:27:18
depth2
children0
last_payout2017-11-30 13:27:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation180,675,398,363
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,297,363
net_rshares0
@perennial ·
Nice...i have done those manually like 20 years ago...in this webhosting site called fortunecity.com. i still remember my url by hard.
👍  , , , , , , ,
properties (23)
authorperennial
permlinkre-tbaumer2-learning-html-blog-1-20171123t034701679z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2017-11-23 03:47:03
last_update2017-11-23 03:47:03
depth1
children1
last_payout2017-11-30 03:47:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation10,460,298,003,452
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,259,053
net_rshares2,437,171,780
author_curate_reward""
vote details (8)
@tbaumer2 ·
Wow. That sounds much more difficult writing them that way!
properties (22)
authortbaumer2
permlinkre-perennial-re-tbaumer2-learning-html-blog-1-20171123t132835293z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2017-11-23 13:28:33
last_update2017-11-23 13:28:33
depth2
children0
last_payout2017-11-30 13:28:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation180,675,398,363
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,297,464
net_rshares0
@tbaumer2 ·
@OriginalWorks
properties (22)
authortbaumer2
permlinkre-tbaumer2-learning-html-blog-1-20171122t202953094z
categorytechnology
json_metadata{"tags":["technology"],"users":["originalworks"],"app":"steemit/0.1"}
created2017-11-22 20:30:57
last_update2017-11-22 20:30:57
depth1
children1
last_payout2017-11-29 20:30:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation180,675,398,363
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,234,304
net_rshares0
@originalworks ·
originalworks
The @OriginalWorks bot has determined this post by @tbaumer2 to be original material and upvoted(1.5%) it! 
<center>![ezgif.com-resize.gif](https://steemitimages.com/DQmaBi37A5oTnQ9NBLH8YU4jpvhhmFauyvgg3YRrEJwskM9/ezgif.com-resize.gif)</center> 

To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message!
properties (22)
authororiginalworks
permlinkre-re-tbaumer2-learning-html-blog-1-20171122t202953094z-20171122t203231
categorytechnology
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-11-22 20:32:33
last_update2017-11-22 20:32:33
depth2
children0
last_payout2017-11-29 20:32:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length350
author_reputation79,292,026,602,057
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,234,407
net_rshares0
@tbaumer2 ·
@nairadaddy this one's for you :)
properties (22)
authortbaumer2
permlinkre-tbaumer2-learning-html-blog-1-20171122t203120400z
categorytechnology
json_metadata{"tags":["technology"],"users":["nairadaddy"],"app":"steemit/0.1"}
created2017-11-22 20:32:24
last_update2017-11-22 20:32:24
depth1
children0
last_payout2017-11-29 20:32:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation180,675,398,363
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,234,399
net_rshares0
@valorforfreedom ·
Learned all my HTML back when I wrote on my blog on my own website. 

Probably forgot it all by now.

Code is like language, you stop speaking it, you forget it.
👍  
properties (23)
authorvalorforfreedom
permlinkre-tbaumer2-learning-html-blog-1-20171123t163044178z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2017-11-23 16:30:48
last_update2017-11-23 16:30:48
depth1
children1
last_payout2017-11-30 16:30:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation39,829,992,017,160
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,313,611
net_rshares90,750,572
author_curate_reward""
vote details (1)
@tbaumer2 ·
Indeed
properties (22)
authortbaumer2
permlinkre-valorforfreedom-re-tbaumer2-learning-html-blog-1-20171123t184922388z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2017-11-23 18:49:24
last_update2017-11-23 18:49:24
depth2
children0
last_payout2017-11-30 18:49:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation180,675,398,363
root_title"Want to learn some HTML?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,325,410
net_rshares0