Basic Learn About HTML

A web/blog will not separated with an element called HTML (Hyper Text Mark Up), because the HTML is definetly blog elements. ALthough you can make a post just by clicking and choosing quick-menu, at least you must be understand about HTMl basically. This time, I want you to learn some important codes, tags, and much more. Let’s begin :

HOW TO INSERT IMAGE
Code :
<img src=”http://4.bp.blogspot.com/_2xYMafqDASs/SdO3QjtEBdI/AAAAAAAAANQ/QGVEJk4_hmw/S1600-R/frel.png” border=”0″ height=”17″
width=”90″>

URL with blue lines is your image URL/location.
height=”17″ width=”90″ is height and width of your picture.
The result is :
frel Basic Learn About HTML
Haha, too small? You can adjust its size later.

MAKING THE TEXT/IMAGE IN LEFT, CENTER, Or RIGHT
Code :
<center>text</center>

You can replace <center> with <left> or <right>
You can replace text with your own text or image code.

MAKE A NEW LINE
Code :
<br>

Just add this code before the sentences to make it in new lines.

MAKE BOLD, ITALIC, UNDERLINE, OVERLINE
<b></b>
<i></i>
<u></u>
<s></s>

Result :
bold
italic
underline
overline

MAKING TEXT COLOR
<font color=”#FF0000“>
text </font>

<font color=”red“> text </font>

You can replace it with another color.

COLOR CODE

Warna Kode
#000000
#999999
#FFFFFF
#FF0000
#00FF00
#0000FF
#FFFF00
#00FFFF
#FF00FF
#9900FF
#FF6600

Related posts:

  1. Tips to Edit Blog HTML If you have intention to edit your blog HTML, sometimes you must be encountered some problems, moreover if you are...
  2. Make a “Moving Text” (Marquee) making an attractive blog is a desire of the bloggers. All of that for the sake of the precious visitors....
  3. Shorten Your Post by “Read More” Sometimes, your blog visitors fells that your blog post is TOO long when they open your blog homepage. You need...
  4. How To Add Icon (Favicon) for You Blog If you noticed at your tab browser and there is a small icon at left-side of the browser, that’s called...
  5. Make “Recent Comments” Widget For Your Blog To put “recent comments” widget is used for make your visitors know about anyone who has given us a comment...
You can leave a response, or trackback from your own site.

Leave a Reply