Sunday, January 5, 2014

Pin It

Introduction to HTML

By Yemi | 8:15 PM | |




HTML is an acronym for hypertext mark up language. this is the language that is usually used to design websites and is the language your browser understands an uses to upload and download data to and from the internet.
Usually when dealing with html, there is usually an open and a closing tag
e.g <b> My name is Olayemi</b>
as u can see from the example above, the <b> in tag means that the content with <b> and </b> is going to appear Bold.
<b> is the opening tag while </b> is the closing tag 
without the closing tag, the browser is not going to understand the command and so everything will just appear in plain text instead.
E.g of other html tags are:

<emp> </emp> = italics

<p></p> = paragraph

</H1></H1> = Heading

<H1> Stands for heading tag, and is usually used website heading elements, we have about 6 different heading tags ranging from H1  to H6  with the H1 carrying the highest weight. The heading of your website would usually carry a H1 tag so that your website can easily be indexed by search engines.

The list goes on....theres just so much to talk about, but i think i'll just stop here. If you would like to learn more about html, Just signify your interest in the comment box.  i could easily point you to some materials that would really be helpful of your journey towards mastering HTML. Thank You.

Please Leave a Comment Below!

No comments:

Post a Comment

If You enjoyed this post, please give us a minute of your time and tell us what

you think by commenting in the box below. Thanks.