Switch to full style
HTML code examples
Post a reply

set text align to justify

Thu Feb 23, 2012 1:13 pm

In this example we use CSS attributes to change the text align to justify within the paragraph. This is considered as wrapping text

Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
  <head>
    <title>set text align to justify</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <style>
 
{
  text-align: justify;
  font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}
</
style>    
  
</head>
  <body>
    <h1>Your Header Title here.</h1>
    <p>This is a text. This paragrap is justify aligned. This is a text. This is a text.
    This is a text. This is a text. This is a text. This paragrap is justify aligned. 
    This is a text
.This is a text. This is a text. This is a text. This is a text. 
    This is a text
. This is a text. This paragrap is justify aligned. This is a text.
    This is a text. This paragrap is justify aligned. This is a text. This is a text.
    This is a text. This is a text. This is a text. This is a text. This is a text.
    This is a text. This is a text. This is a text. This is a text. This is a text. </p>
  </body>
</
html>
 




Post a reply
  Related Posts  to : set text align to justify
 vertical align of the image     -  
 Able to Copy Text from Uneditable Text Boxes(JTextfields)     -  
 Java- Copy text area into disabled text area     -  
 Get Text Field value by php     -  
 Flaming Text     -  
 Transparent Text     -  
 text like a curve     -  
 Aligning the text within the div tag     -  
 i tag for italic text     -  
 Make a Web Text Box in photoshop     -  

Topic Tags

HTML Paragraph