Saturday 30 July 2011

Tutorial : Like button on blog

Entry for this time I want share with you all the way how to put a like button on your blog. I do not want to talk long about this so let see how to put the like button.


The method is

1. Click the Design button on your dashboard and then click edit html
2. press expand widget button and press ctrl + f on your keyboard
3. Paste this code on  search box data:post.body
4. after you see the code above...copy code below dan paste  that code after code above

Just click like button if you like

Monday 11 July 2011

Structured Tag

Entry for today, i want to share with all of u about structured tag. It easy....let check it out what is the  structured tag.  Structured tag are tags that is use to label type of content, browser and custom style sheets. It control the appearance of the text when browsed with the browser.

It consists of an opening <DL> and a closing tag </DL> and each item uses one opening tag and no closing tag at all. The browser will display the term in one row and the definition will be displayed in the following row.

Let check it out the definition list
<DL> to open definition list
<DT> to open a definition term
<DD>to open definition each term
</DL>to close definition list.

Just click like button if you like

Saturday 9 July 2011

using br tag and pre tag

1. br tag

it use to create a line break where it adds a blank line the location where the tag is placed. the following text will appear at the beginning of the left margin in the text line. no blank line like used tag p.

example :

<br>
part  1
<br>
part  2
<br>
part 3
</br>

output :

Just click like button if you like

Tuesday 5 July 2011

Using the align tag

It is used fo justification of the paragraph or text in your web pages
Eg

Just like microsof work, in web you also can design or choose the text align for your content paragraph looked the type below.

Paragraph  as right justified
Type <p align = right>

Paragraph as left justified
Type <p align=left>

Just click like button if you like

Element of head

Today i just want to share with all of u about element of head

<title></title>
Description = Defines the document title

<base></base>
Description = defines a base url for all the link on a page

<link></link>
Description = defines a resource reference

<style></style>
Description = defines a style definition

<script></script>
Description = defines a cript

<meta></mete>
Description = defines meta information
Just click like button if you like

LinkWithin

Related Posts Plugin for WordPress, Blogger...