Techna Tara

Tag: html

Basic HTML tag for bloggers

by Taslima Akter on Oct.30, 2009, under Technology

When I started writing blog, I realized HTML is big factor for write attractive blog sometime. Due to slow internet connection some features in wordpress, blogger and other weblog take long time or sometime unavailable. In this situation we can edit text in html mode by using html tag. Some basic html tag as follows:

<b> … </b> This tag defines bold text
<br /> This tag defines a single line break
<center>… </center> This tag defines centered text
<font> …</font> This tag defines font, color, and size for text
<h1> to <h6> This tag defines HTML headings
<head> …</head> This tag defines information about the document
<hr /> This tag defines a horizontal line
<i> ….</i> This tag defines italic text
<li> ….</li> This tag defines a list item
<link /> This tag defines the relationship between a document and an external resource
<ol> ….</ol> This tag defines an ordered list
<p> ….</p> This tag defines a paragraph
<s> ….</s> This tag defines strikethrough text
<small> ….</small> This tag defines small text
<big> …</big> This tag defines big text
<strike> This tag defines strikethrough text
<strong> This tag defines strong text
<table> </table> This tag defines a table
<td> </td> This tag defines a cell in a table
<tr> </tr> This tag defines a row in a table
<title> ….</title> This tag defines the title of a document
<u> ….</u> This tag deprecated. Defines underlined text
<ul> This tag defines an unordered list
<a></a> This tag usually referred to as a link or a hyperlink
3 Comments :, , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!