create account

HTML. Lesson 1. Intro by qqc

View this thread on: hive.blogpeakd.comecency.com
· @qqc · (edited)
$22.34
HTML. Lesson 1. Intro
<p><b>The series of posts about programming I would like to start from learning HTML. Here, on Steemit, it is the most useful for usual users tool. HTML is defined as HyperText Markup Language. It is a standart markup language for web-pages.</b></p>
<img src="https://i.imgur.com/rWRMm40.jpg" alt="" />
<p>Usually for creating web-applications developers use <b>HTML</b>, which describes structure and content of web-page, and <b>CSS</b>, which describes how elements should look like.</p>

<p>HTML is a simple markup language. Code consists of special element, that called descriptors or tags. The most part of tags are paired. For example:<p>

<code>&lt;p&gt;In this case <code>p</code> shows the beginning of paragraph , so second <code>/p</code> with slash - the end.&lt;/p&gt;</code>
<br/>
<center><img src="https://i.imgur.com/OA3ZGXW.gif" alt="" /></center>

<blockquote>First posts on Steemit and Golos.IO, I posted with Markdown. It is a lightweight markup language, created for easy editing of texts. And it is really easier, but one day it became the reason of my fail... My post looked how horrible. I had to redo it with HTML. And now I use only it.<b>And today I wanna tell you about some tags, that help me to post on Steemit.</b></blockquote>

<h2>Headers</h2>
<p>Headers are always important both on web-pages and in your blog. There are SIX levels of headers in HTML:</p>
<h1>Header (first level)</h1>
<code>&lt;h1&gt;Header (first level)&lt;/h1&gt;</code>
<h2>Header (second level)</h2>
<code>&lt;h2&gt;Header (second level)&lt;/h2&gt;</code>
<h3>Header (third level)</h3>
<code>&lt;h3&gt;Header (third level)&lt;/h3&gt;</code>
<h4>Header (fourth level)</h4>
<code>&lt;h4&gt;Header (fourth level)&lt;/h4&gt;</code> 
 <h5>Header (fifth level)</h5>
<code>&lt;h5&gt;Header (fifth level)&lt;/h5&gt;</code>  
<h6>Header (sixth level)</h6>
<code>&lt;h6&gt;Header (sixth  level)&lt;/h6&gt;</code>
<br/>
<center><img src="https://i.imgur.com/NOkkVCS.gif" alt="" /></center>

<h2>Formatting </h2>
<p>Tags <code>b</code> and <code>strong</code>  define bold text.</p>
<p><code>&lt;b&gt;Bold text&lt;/b&gt;</code></p>
<p><code>&lt;strong&gt;One more bold text&lt;/strong&gt;</code></p>
<p>Tags <code>i</code> and <code>em</code> define italic text.</p>
<p><code>&lt;i&gt;Italic text.&lt;/i&gt;</code></p>
<p><code>&lt;em&gt;One more italic.&lt;/em&gt;</code></p>
<br/><center><img src="https://i.imgur.com/0fYVxCc.gif" alt="" /></center>

<h2>Images</h2>
<p>To insert the image into the web-page or post we use tag <code>&lt;img&gt;</code></p>. Path (link) to your image is setting by attribute <code>src</code>. We have there one more mandatory attribute <code>alt</code>, that contains the alternative text, if the image is not exist.<em>Note, please, that <code>img</code> tag is a single and <code>/img</code> is not needed.</em></p>
<code>&lt;img src="path/to/image" alt="alternative text"&gt;</code>
<br/>
<center><img src="https://i.imgur.com/ILQiHPe.gif" alt="" /></center>

<h2>Links</h2>
<p>And last for today tag<code>&lt;a&gt;</code>. To create link we need information what and where should link. </p>
<code>&lt;a href="URL"&gt;link is here&lt;/a&gt;</code>
<p>So the content of <code>a</code> - link, and meaning of attribute <code>href</code> - address, where will we surf.</p>
<center><img src="https://i.imgur.com/M0IeJgv.gif" alt=""> </center>
<hr />

<p>For the first lesson I think it is enough, I will be very happy all your comments, notes and tips.</em></p>
<em>All tutorials about frontend-development will be available here: #qqcfrontend </em>
<hr/>
<center>
<p>
        <a href="https://www.instagram.com/qqcky/"><img src="http://i.imgur.com/go7VUSi.jpg" alt="" /></a>
        <a href="https://telegram.me/qqcky"><img src="http://i.imgur.com/Q8gcQPg.jpg" alt="" /></a>
        <a href="http://qqcky.github.io/dbaklanova/"><img src="http://i.imgur.com/PtbaqXR.jpg" alt="" /></a>
<a href="https://golos.io/@qqc"><img src="https://media.giphy.com/media/26gsmDcrRXl1KFq9O/giphy.gif" alt="" /></a>
        <a href="https://steemit.com/@qqc"><img src="http://i.imgur.com/sK3VT4X.jpg" alt="" /></a>
    </p>
</center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 127 others
👎  
properties (23)
authorqqc
permlinkhtml-lesson-1
categoryeducation
json_metadata{"tags":["education","frontend","html","development","qqcfrontend"],"image":["https://i.imgur.com/rWRMm40.jpg","https://i.imgur.com/OA3ZGXW.gif","https://i.imgur.com/NOkkVCS.gif","https://i.imgur.com/0fYVxCc.gif","https://i.imgur.com/ILQiHPe.gif","https://i.imgur.com/M0IeJgv.gif","http://i.imgur.com/go7VUSi.jpg","http://i.imgur.com/Q8gcQPg.jpg","http://i.imgur.com/PtbaqXR.jpg","https://media.giphy.com/media/26gsmDcrRXl1KFq9O/giphy.gif","http://i.imgur.com/sK3VT4X.jpg"],"links":["https://www.instagram.com/qqcky/","https://telegram.me/qqcky","http://qqcky.github.io/dbaklanova/","https://golos.io/@qqc","https://steemit.com/@qqc"],"app":"steemit/0.1","format":"markdown"}
created2017-01-24 18:50:54
last_update2017-01-24 18:51:24
depth0
children6
last_payout2017-02-25 01:52:45
cashout_time1969-12-31 23:59:59
total_payout_value17.271 HBD
curator_payout_value5.065 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,144
author_reputation4,464,261,336,466
root_title"HTML. Lesson 1. Intro"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,332,196
net_rshares56,532,223,236,015
author_curate_reward""
vote details (192)
@codydeeds ·
can you help me setup your post fetcher?
👍  , , ,
properties (23)
authorcodydeeds
permlinkre-qqc-html-lesson-1-20170124t203711772z
categoryeducation
json_metadata{"tags":["education"],"app":"steemit/0.1"}
created2017-01-24 20:37:12
last_update2017-01-24 20:37:12
depth1
children0
last_payout2017-02-25 01:52:45
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_length40
author_reputation38,090,771,215,071
root_title"HTML. Lesson 1. Intro"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,333,179
net_rshares31,411,504,917
author_curate_reward""
vote details (4)
@imarealboy777 ·
https://steemitimages.com/0x0/https://i.imgur.com/3WPsKXd.png
👍  , , , ,
👎  , , , , ,
properties (23)
authorimarealboy777
permlinkre-html-lesson-1-20170124t185211
categoryeducation
json_metadata""
created2017-01-24 18:52:18
last_update2017-01-24 18:52:18
depth1
children0
last_payout2017-02-25 01:52:45
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_length61
author_reputation-1,158,370,380,860
root_title"HTML. Lesson 1. Intro"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,332,209
net_rshares-3,608,557,253,362
author_curate_reward""
vote details (11)
@lazariko12 ·
A real good guide, it helped me a lot! Thank you for sharing, QQC.
Upvoted & Followed you!
properties (22)
authorlazariko12
permlinkre-qqc-html-lesson-1-20170124t191731227z
categoryeducation
json_metadata{"tags":["education"],"app":"steemit/0.1"}
created2017-01-24 19:17:24
last_update2017-01-24 19:17:24
depth1
children0
last_payout2017-02-25 01:52:45
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_reputation49,517,697,654,563
root_title"HTML. Lesson 1. Intro"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,332,434
net_rshares0
@moisesmcardona ·
very good HTML introduction. Looking forward to the other lessons! :) I pretty much need to learn more about HTML but more specially CSS and JavaScript.
properties (22)
authormoisesmcardona
permlinkre-qqc-html-lesson-1-20170124t184607925z
categoryeducation
json_metadata{"tags":["education"],"app":"steemit/0.1"}
created2017-01-24 18:54:33
last_update2017-01-24 18:54:33
depth1
children1
last_payout2017-02-25 01:52:45
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_length152
author_reputation30,544,308,668,193
root_title"HTML. Lesson 1. Intro"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,332,225
net_rshares0
@qqc ·
Thanks, some posts are ready, I need just translate it 😉
👍  
properties (23)
authorqqc
permlinkre-moisesmcardona-re-qqc-html-lesson-1-20170124t185722626z
categoryeducation
json_metadata{"tags":["education"],"app":"steemit/0.1"}
created2017-01-24 18:58:00
last_update2017-01-24 18:58:00
depth2
children0
last_payout2017-02-25 01:52:45
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_length56
author_reputation4,464,261,336,466
root_title"HTML. Lesson 1. Intro"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,332,255
net_rshares5,403,008,794
author_curate_reward""
vote details (1)
@screenname ·
Re: HTML. Lesson 1. Intro
<p>This post has been ranked within the top 80 most undervalued posts in the second half of Jan 24. We estimate that this post is undervalued by $6.07 as compared to a scenario in which every voter had an equal say.</p> 
<p>See the full rankings and details in <a href="https://steemit.com/curation/@screenname/the-daily-tribune-most-undervalued-posts-of-jan-24---part-ii">The Daily Tribune: Jan 24 - Part II</a>. You can also read about some of our methodology, data analysis and technical details in <a href="https://steemit.com/curation/@screenname/introducing-the-daily-tribune-most-undervalued-posts-of-nov-04---part-i">our initial post</a>.</p>
<p>If you are the author and would prefer not to receive these comments, simply reply "Stop" to this comment.</p>
👍  
properties (23)
authorscreenname
permlinkre-html-lesson-1-20170125t013030
categoryeducation
json_metadata"{"replyto": "@qqc/html-lesson-1"}"
created2017-01-25 01:30:30
last_update2017-01-25 01:30:30
depth1
children0
last_payout2017-02-25 01:52:45
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_length765
author_reputation46,276,338,038,330
root_title"HTML. Lesson 1. Intro"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,335,386
net_rshares578,712,226
author_curate_reward""
vote details (1)