<html> <p>I am thinking of creating a new website to our upcoming T-Shirt printing shop. Because of my earning on Steemit I can now buy the basic needed machine in t-shirt printing. But now, I will share my idea about the Internet and the Web and HTML Standards.</p> <p><img src="http://i68.tinypic.com/nz3fpl.jpg"/></p> <p><br></p> <p>We all know, the Internet is a network of networks. Connects in millions of computer world wide forming a huge network. Its communicate in any computer with another computer anywhere the world for as long as it is connected to the internet. The Internet is referred to as the internet with a capital "I". A short name for the Internet is the Net.</p> <p><img src="http://i63.tinypic.com/oaocqo.jpg"/></p> <p><br></p> <p>The World Wide Web (WWW) we always see that when we are browsing a website like www.facebook.com or www.google.com. WWW or simply the Web is just one part of the Internet, it is one way to access information on the Internet. Web uses a protocol called Hyper Text Transfer Protocol (HTTP) to transmit and access data.</p> <p><img src="http://i65.tinypic.com/16kxlli.jpg"/></p> <p><br></p> <p>A Protocol is a set of rules or standards that governs or regulates something. In the World Wide Web, HTTP is that standard.</p> <blockquote>Other protocols used by the Internets are -</blockquote> <blockquote>File Transfer Protocol (FTP) - used to upload and download files.</blockquote> <blockquote>Post Office Protocol (POP) - used to download (receive) e-mail messages from a mail server to the computer.</blockquote> <blockquote>Simple Mail Transfer Protocol (SMTP) - used to send e-mail messages from the computer across the Internet through a mail server.</blockquote> <blockquote>Internet Message Access Protocol (IMAP) - used to send and receive e-mail messages through a web server, it is the protocol used for web mails.</blockquote> <p>The World Wide Web is comprised of millions of websites like Steemit. Each website has its own unique name called domain name. To make a website name as an individual's official name, it should be registered with a domain name registry. ICANN or Internet Corporation for Assigned Names and Numbers is a organization that governs the allocation of domain names. Every website and web pages contains a accessed through the URL or Uniform Resource Locators. </p> <p>All website have atleast one page should named index. The index page is also the home page. The index is the very first page that locates by the web.</p> <p>Example, www.steemit.com is the same as</p> <p><img src="http://i66.tinypic.com/2cqm9uq.jpg"/></p> <p>To create a web page you need to composed a HTML Document.</p> <p>HTML stands for Hyper Text Markup Language.</p> <p>Do you know Tim Berners-Lee? an English computer scientist invented HTML in 1990. He is also the inventor of the World Wide Web. He is the director of the World Wilde Web Consortium (W3C) which maintains standards for the Web and continues to refine its design.</p> <p><img src="http://i65.tinypic.com/1zdx57b.jpg"/></p> <p><br></p> <p>Few years several versions has developed and enabled the flow of information all over the world. It supports content as text, images, video, audio, animation and other interactivity content forms.</p> <p>HTML first version released in 1991. And since then, there have 6 other versions.</p> <ul> <li>HTML5 in 2012</li> <li>HTML 4.01 in 1999</li> <li>XHTML 1.0 in 2000</li> <li>XHTML5 in 2013</li> <li>HTML in 1991</li> <li>XML</li> </ul> <p>HTML Standards. HTML is a markup language, not a programming language. It has standards that every web developer and software developer for the Net should adhere to.</p> <p>Very common tags < and > . If the tag name is without angle brackets, the web browser interprets it as plain text. Tags usually come in pair, the start tag and the end tag. </p> <p><img src="http://i65.tinypic.com/2aan4h5.jpg"/></p> <p><br></p> <p>An example of a start tag is with the color green text like <html>. An end tag requires a forward slash (/) before the tag name just like </html> with the red text.</p> <p><br></p> <p><strong>HTML Empty Tags</strong></p> <ul> <li><br /> - Line break. Forces you text to start on a new line rather than continuously. Double <br /> produce an empty line.</li> <li><hr /> - Horizontal line. Adds a horizontal rule (line) after the preceeding text or element.</li> <li><img/> - Image. Displays an image to your web page.</li> <li><!-- --> Comment. Adds a comment to your HTML document. The comment is not visible on the web page. It is also used to hide scripts like JavaScripts.</li> </ul> <p><br></p> <p><strong>Markup Syntax</strong></p> <p>Markup tags Syntax</p> <p><img src="http://i64.tinypic.com/2e1x20o.jpg"/></p> <p>Example of a markup tags pair</p> <p><img src="http://i66.tinypic.com/2ci7a12.jpg"/></p> <p>Empty tag syntax</p> <p><img src="http://i64.tinypic.com/30cvmnr.jpg"/></p> <p>Example of an empty tag</p> <p><img src="http://i67.tinypic.com/zjec11.jpg"/></p> <p><br></p> <p><strong>HTML Attributes</strong></p> <p>The attribute properly of the anchor tag <a> is href and its value is the web page index.html.</p> <p><img src="http://i63.tinypic.com/do85f5.jpg"/></p> <p><br></p> <p>For image, <img> is src and its value is the images.</p> <p><img src="http://i63.tinypic.com/kcz501.jpg"/></p> <p><br></p> <p><strong>Nested HTML Elements</strong></p> <p>Most HTML elements can be nested. That means an element can contain other HTML elements. </p> <p><img src="http://i65.tinypic.com/2aan4h5.jpg"/></p> <p><em>Example of nested HTML elements.</em></p> <p><br></p> <p><br></p> <p>Image Source: <a href="http://www.crispen.org/images/internet.jpeg">0</a> | <a href="http://s2.thingpic.com/images/SW/ieQT2MM1gk7Ac3b21zMpeLRj.jpeg">1</a> | <a href="http://www.myrateplan.com/sites/myrateplan.com/files/styles/phone_photo_medium/public/shutterstock_62462044-%5BConverted%5D.png?itok=PfHaIEEh">2</a> | <a href="http://www.timbernersleeandfriends.com/images/structure/media/TIM_BERNERS_LEE_AND_FRIENDS_MEDIA_BY_ACHILLE_ZIBI_MAIN_BNR_01.jpg">3</a> </p> <p><br></p> <p>Site References:</p> <p>http://www.w3schools.com/tags/tag_code.asp</p> <p>http://www.quackit.com/html/codes/</p> <p>https://en.wikipedia.org/wiki/HTML</p> <p><br></p> <p><br></p> <p>Follow me @lapilipinas</p> <p><br></p> </html>
author | lapilipinas |
---|---|
permlink | the-internet-and-the-web-and-html-standards |
category | technology |
json_metadata | {"tags":["technology","programming","howto","story","life"],"users":["lapilipinas"],"image":["http://i68.tinypic.com/nz3fpl.jpg","http://i63.tinypic.com/oaocqo.jpg","http://i65.tinypic.com/16kxlli.jpg","http://i66.tinypic.com/2cqm9uq.jpg","http://i65.tinypic.com/1zdx57b.jpg","http://i65.tinypic.com/2aan4h5.jpg","http://i64.tinypic.com/2e1x20o.jpg","http://i66.tinypic.com/2ci7a12.jpg","http://i64.tinypic.com/30cvmnr.jpg","http://i67.tinypic.com/zjec11.jpg","http://i63.tinypic.com/do85f5.jpg","http://i63.tinypic.com/kcz501.jpg"],"links":["http://www.crispen.org/images/internet.jpeg","http://s2.thingpic.com/images/SW/ieQT2MM1gk7Ac3b21zMpeLRj.jpeg","http://www.myrateplan.com/sites/myrateplan.com/files/styles/phone_photo_medium/public/shutterstock_62462044-%5BConverted%5D.png?itok=PfHaIEEh","http://www.timbernersleeandfriends.com/images/structure/media/TIM_BERNERS_LEE_AND_FRIENDS_MEDIA_BY_ACHILLE_ZIBI_MAIN_BNR_01.jpg","http://www.w3schools.com/tags/tag_code.asp","http://www.quackit.com/html/codes/","https://en.wikipedia.org/wiki/HTML"]} |
created | 2016-10-19 04:59:45 |
last_update | 2016-10-19 05:01:00 |
depth | 0 |
children | 6 |
last_payout | 2016-11-19 05:33:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.945 HBD |
curator_payout_value | 0.564 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,450 |
author_reputation | 45,447,398,124,687 |
root_title | "The Internet and the Web and HTML Standards" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,570,520 |
net_rshares | 11,605,237,508,682 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 204,955,231,586 | 80% | ||
rainman | 0 | 8,701,313,205,077 | 80% | ||
lovejoy | 0 | 221,409,228,141 | 100% | ||
valtr | 0 | 14,432,109,196 | 100% | ||
dave-hughes | 0 | 4,526,421,369 | 40% | ||
drinkzya | 0 | 13,381,485,563 | 40% | ||
juanmiguelsalas | 0 | 32,023,487,654 | 80% | ||
ratel | 0 | 26,073,103,262 | 40% | ||
wongshiying | 0 | 11,748,266,394 | 40% | ||
kimziv | 0 | 146,279,646,363 | 80% | ||
cryptoiskey | 0 | 29,916,504,936 | 80% | ||
alexft | 0 | 7,119,984,874 | 100% | ||
clement | 0 | 24,718,471,368 | 80% | ||
azaan | 0 | 1,483,434,148 | 40% | ||
bacchist | 0 | 54,196,332,278 | 80% | ||
asmolokalo | 0 | 18,523,998,240 | 11% | ||
jackkang | 0 | 215,333,943,742 | 42% | ||
ausbitbank | 0 | 40,526,848,747 | 100% | ||
biophil | 0 | 5,285,345,276 | 40% | ||
poseidon | 0 | 2,999,697,399 | 40% | ||
rea | 0 | 100,838,360,655 | 100% | ||
greengo | 0 | 566,547,328 | 100% | ||
raymonjohnstone | 0 | 3,696,887,112 | 100% | ||
sisterholics | 0 | 28,691,853,955 | 80% | ||
royalmacro | 0 | 6,706,082,119 | 40% | ||
michaeldodridge | 0 | 34,304,999,202 | 100% | ||
bergy | 0 | 4,119,318,561 | 40% | ||
laonie | 0 | 857,750,418,557 | 80% | ||
laonie1 | 0 | 18,752,948,554 | 80% | ||
laonie2 | 0 | 18,774,819,289 | 80% | ||
laonie3 | 0 | 18,781,767,499 | 80% | ||
myfirst | 0 | 32,371,516,165 | 80% | ||
somebody | 0 | 186,783,103,943 | 80% | ||
kingofcoin | 0 | 441,340,367 | 80% | ||
sunshine | 0 | 5,499,125,981 | 25% | ||
flysaga | 0 | 6,966,367,307 | 80% | ||
midnightoil | 0 | 39,667,095,445 | 80% | ||
laonie4 | 0 | 18,778,988,311 | 80% | ||
laonie5 | 0 | 18,776,681,617 | 80% | ||
laonie6 | 0 | 18,773,086,838 | 80% | ||
laonie7 | 0 | 18,770,157,421 | 80% | ||
laonie8 | 0 | 18,766,028,814 | 80% | ||
orientaledu | 0 | 17,683,242,565 | 90% | ||
xiaohui | 0 | 144,236,733,145 | 80% | ||
elfkitchen | 0 | 13,220,595,260 | 80% | ||
xiaokongcom | 0 | 3,297,921,438 | 80% | ||
future24 | 0 | 3,091,901,259 | 100% | ||
cryptos | 0 | 22,431,888,434 | 31% | ||
xianjun | 0 | 6,490,744,142 | 80% | ||
microluck | 0 | 419,367,653 | 80% | ||
michelnilles | 0 | 169,461,425 | 100% | ||
dave-mohican | 0 | 159,846,456 | 40% | ||
sethlinson | 0 | 4,442,788,819 | 24% | ||
hilarski | 0 | 17,225,671,782 | 24% | ||
dajohns1420 | 0 | 1,329,917,931 | 100% | ||
steemitguide | 0 | 170,965,298 | 1% | ||
laonie11 | 0 | 15,631,878,897 | 80% | ||
eight-rad | 0 | 6,282,469,429 | 100% | ||
jenny28 | 0 | 358,230,698 | 100% | ||
doitvoluntarily | 0 | 18,398,401,892 | 100% | ||
masonmiler | 0 | 7,008,151,572 | 100% | ||
bestoftherest | 0 | 181,064,202 | 80% | ||
nelyp | 0 | 3,462,569,694 | 80% | ||
anomaly | 0 | 499,642,020 | 100% | ||
pakganern | 0 | 10,121,905,523 | 100% | ||
thefinanceguy | 0 | 1,777,080,030 | 100% | ||
donchate | 0 | 7,375,813,264 | 100% | ||
xiaofang | 0 | 3,900,167,669 | 80% | ||
saiku | 0 | 4,377,639,736 | 100% | ||
grisha-danunaher | 0 | 10,515,940,602 | 100% | ||
lapilipinas | 0 | 9,676,835,800 | 100% | ||
michaelstobiersk | 0 | 13,191,525,422 | 100% | ||
ahead | 0 | 2,004,346,369 | 70% | ||
birds90 | 0 | 8,105,389,748 | 80% | ||
better | 0 | 1,152,580,290 | 80% | ||
dianargenti | 0 | 659,580,220 | 80% | ||
qagiri | 0 | 1,901,649,848 | 100% | ||
psitorn | 0 | 1,694,684,070 | 40% | ||
fordmogul | 0 | 693,036,445 | 100% | ||
amat | 0 | 590,982,442 | 100% | ||
mokluc | 0 | 6,250,429,820 | 100% | ||
adelja | 0 | 167,040,355 | 100% | ||
olja | 0 | 63,186,365 | 100% |
Well, I have enjoyed learning about <HTML> and using Html editors (yet I didn't know that Tim Berners-Lee was the inventor of the World Wide Web). Interesting. In particular, I enjoy creating the links for Images, and learning about tags. Also on How to create a Table at my blog. Since he is a director of the World Wilde Web Consortium (W3C), I wonder how he'd feel if one day machines 'take over'..
author | janashby |
---|---|
permlink | re-lapilipinas-the-internet-and-the-web-and-html-standards-20161019t232150499z |
category | technology |
json_metadata | {"tags":["technology"]} |
created | 2016-10-19 23:21:48 |
last_update | 2016-10-19 23:21:48 |
depth | 1 |
children | 0 |
last_payout | 2016-11-19 05:33:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 408 |
author_reputation | 530,335,160,822 |
root_title | "The Internet and the Web and HTML Standards" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,577,184 |
net_rshares | 134,718,198 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
janashby | 0 | 134,718,198 | 100% |
Great info!
author | michaelstobiersk |
---|---|
permlink | re-lapilipinas-the-internet-and-the-web-and-html-standards-20161019t050102391z |
category | technology |
json_metadata | {"tags":["technology"]} |
created | 2016-10-19 05:01:06 |
last_update | 2016-10-19 05:01:06 |
depth | 1 |
children | 1 |
last_payout | 2016-11-19 05:33:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 28,639,834,562,096 |
root_title | "The Internet and the Web and HTML Standards" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,570,525 |
net_rshares | 0 |
just sharing... :)
author | lapilipinas |
---|---|
permlink | re-michaelstobiersk-re-lapilipinas-the-internet-and-the-web-and-html-standards-20161019t051720732z |
category | technology |
json_metadata | {"tags":["technology"]} |
created | 2016-10-19 05:17:27 |
last_update | 2016-10-19 05:17:27 |
depth | 2 |
children | 0 |
last_payout | 2016-11-19 05:33:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 45,447,398,124,687 |
root_title | "The Internet and the Web and HTML Standards" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,570,599 |
net_rshares | 0 |
@lapilipinas This is great technical information Thanks a ton for posting this
author | qagiri |
---|---|
permlink | re-lapilipinas-the-internet-and-the-web-and-html-standards-20161019t052609542z |
category | technology |
json_metadata | {"tags":["technology"],"users":["lapilipinas"]} |
created | 2016-10-19 05:28:51 |
last_update | 2016-10-19 05:28:51 |
depth | 1 |
children | 1 |
last_payout | 2016-11-19 05:33:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 5,207,321,068,642 |
root_title | "The Internet and the Web and HTML Standards" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,570,659 |
net_rshares | 0 |
No problem sir... thanks!!
author | lapilipinas |
---|---|
permlink | re-qagiri-re-lapilipinas-the-internet-and-the-web-and-html-standards-20161019t063047733z |
category | technology |
json_metadata | {"tags":["technology"]} |
created | 2016-10-19 06:30:57 |
last_update | 2016-10-19 06:30:57 |
depth | 2 |
children | 0 |
last_payout | 2016-11-19 05:33:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 45,447,398,124,687 |
root_title | "The Internet and the Web and HTML Standards" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,570,965 |
net_rshares | 0 |
Awesome Info, make more post like this :)
author | steemitguide |
---|---|
permlink | re-lapilipinas-the-internet-and-the-web-and-html-standards-20161019t091004634z |
category | technology |
json_metadata | {"tags":["technology"]} |
created | 2016-10-19 09:10:03 |
last_update | 2016-10-19 09:10:03 |
depth | 1 |
children | 0 |
last_payout | 2016-11-19 05:33:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 35,147,549,313,619 |
root_title | "The Internet and the Web and HTML Standards" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,571,588 |
net_rshares | 0 |