Tampilkan postingan dengan label style. Tampilkan semua postingan
Tampilkan postingan dengan label style. Tampilkan semua postingan

Formatting and Styling Text in CSS

Posted by Unknown Kamis, 14 November 2013 0 komentar
Text indention [text-indent]
The property text-indent allows you to add an elegant touch to text paragraphs by applying an indent to the first line of the paragraph.
 
p {
text-indent: 10px;
}
Text alignment [text-align]
The CSS property text-align corresponds to the attribute align used in old versions of HTML. Text can either be aligned to the left, to the right or centred. In addition to this, the value justify will stretch each line so that both the right and left margins are straight.
 
p {
text-align: left;
}
h1{
text-align: right;
}
h2{
text-align: center;
}
b {
text-align: justify;
}
Text decoration [text-decoration]
The property text-decoration makes it is possible to add different "decorations" or "effects" to text. Some properties are underline, overline, line-through.
 
h1 {
text-decoration: underline;
}

h2 {
text-decoration: overline;
}

h3 {
text-decoration: line-through;
}

Letter space [letter-spacing]
The spacing between text characters can be specified using the property letter-spacing. The value of the property is simply the desired width.
 
h1 {
letter-spacing: 8px;
}

p {
letter-spacing: 5px;
}

Text transformation [text-transform]
The text-transform property controls the capitalization of a text.
  • capitalize
    Capitalizes the first letter of each word. For example: "angel mark" will be "Angel Mark".
  • uppercase
    Converts all letters to uppercase. For example: "angel mark" will be "ANGEL MARK".
  • lowercase
    Converts all letters to lowercase. For example: "ANGEL MARK" will be "angel mark".
  • none
    No transformations - the text is presented as it appears in the HTML code.
 
h1 {
text-transform: uppercase;
}

li {
text-transform: capitalize;
}

Baca Selengkapnya ....

HTML Tag - Meta Information

Posted by Unknown Senin, 26 Agustus 2013 0 komentar
<!DOCTYPE>
This is the first thing to be included in a html document,before <html> tag.Actually, this is not a html tag,it is simply given to expain to the web browser which version of html is being used.


<link>
This defines the relationship between a document and an external resource.Mostly used to link with style sheets.


<title>
This tag is required in all html documents and it defines the title of the document.

The <title> element:
  • defines a title in the browser toolbar
  • provides a title for the page when it is added to favorites
  •  displays a title for the page in search-engine results
<style>
This tag is used to define style information for a html document.


<metadata>
It is a data about data.This will not be displayed on the page.

Mainly used to specify page description,keywords,author of the document,last modified, nd other metadata.


Baca Selengkapnya ....

Custom Toggle Button in ANDROID

Posted by Unknown Kamis, 20 Juni 2013 0 komentar
Toggle Button is a special button that has two states  for eg :"on" and "off".It can be an alternative to Radio Buttons.
Method to create a Custom Toggle Button is given below :

in custom_btn.xml






in style.xml :
 



in custom_toggle_bg.xml :




in custom_toggle_btn.xml :







Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of android populer.