Today, I am going to teach you all about simple, most used and generally used HTML codes which is important in daily blogging. It’s simple but very useful HTML codes.
This article may be helpful to those who are new in blogger blogs and those who don’t know the simple HTML codes.
Keep in your mind to those simple codes:
Linking code: <a href=”URL” >TEXT</a>
This code is used for linking into another site. This can be created to an already hosted website through any web page. To active this, locate the URL which you want to linked to another site. Type some descriptive text after the anchor tag to let readers know something about where this link will take them.
Image link code: <a href="http://get-bloggertricks.blogspot.com" target="_blank"><img src="Image URL Here" alt="TEXT" width="160" height="134" border="0" /></a>
If your site is full of text, then it will spoil the look of your blog. So, if you add some pictures here and there in the sidebars in your blog, then it will give your blog a professional look.
Font coloring: <font color=” #F1A60A”>CHANGING FONT COLOUR TRIAL.</font>
The color in the web page makes it attractive. It attracts the viewer to that particular word or location on the page. A color for the words related to link or hyperlink text makes it more attractive.
Blinking text: <blink>Text to Blink</blink>
One of the interesting ways to make the text very much attractive is making it blink. As well as you can read this article which I have post before this.
Text formatting: Text formatting is the changing of properties of text such as bold, underline, italic, strike out, changing color, making blinking text, etc.
The following are the main text formatting tags.
HTML TAGS | PURPOSE OF USE |
<b>………………..</b> <I>………………...</I> <u>………..............</u> <em>…………….</em> <strong>……..</strong> <big>……………</big> <small>……….</small> <sup>…………...</sup> <strike>……….</strike> <H1>…………..</H1> | Bold facing text Italic text. Underline the text. Emphasizing the text (similar to <I> tag) Strong or bold style text. Display the text in bigger font. Display the text in small font. Subscript text. Striking the text. Heading 1 (largest in size) |
Formatting text: For giving line breaks and paragraph break, formatting tags are used. The web browser identifies the single spaces between the words or text.
TAGS | PURPOSE |
<br>………………</br> <p>………………..</p> <pre>………………</pre> <blockqoute>…</blockqoute> <center>……….</center> | Line break. Paragraph break. Displaying text similar to HTML 2. Indent the beginning of the paragraph. Center the paragraph. |
Link code which open in new tab:
target=”_blank”
This is the code for the link which opens in new window. If you use this code, your visitor will linked to new window. The code goes like this: <a target =”_blank” href=”URL”>TEXT</a>
Note: To use above codes you have to change blue text with your own text or content.
Hey guys not this much only. I will add more a simple codes. If you know more, please share with me via comment.