Home Answers Viewqa HTML Formatting text in HTML

 
 


Java Coder
Formatting text in HTML
4 Answer(s)      2 years and 2 months ago
Posted in : HTML

What are the tags in HTML to format text?

View Answers

March 14, 2011 at 5:20 PM


There are so many tags available with HTML that supports text formatting in HTML. See below ..

<B> - Bold the text
- New Line

- paragraph, You can also align the paragraph into left, right or center. for exxample

<P ALIGN="LEFT">

You can also use other tags like ..

<P><S>This text will be crossed out <P>E = MC<SUP>2 <P>C + O<SUB>2 --> CO<SUB>2 <P><U>This is important!


March 14, 2011 at 5:24 PM


HTML:

  Hi!<br> for new Line
        <b> bold Text</b><br>
        <p>This is paragraph </p> paragraph<br>
        <P><S>This text will be crossed out</S>
        <P>E = MC<SUP>2</SUP>
        <P>C + O<SUB>2</SUB> --> CO<SUB>2</SUB>
        <P><U>This is important!</U>

output:

   Hi!<br> for new Line
    <b> bold Text</b><br>
    <p>This is paragraph </p> paragraph<br>
    <P><S>This text will be crossed out</S>
    <P>E = MC<SUP>2</SUP>
    <P>C + O<SUB>2</SUB> --> CO<SUB>2</SUB>
    <P><U>This is important!</U>

March 14, 2011 at 5:25 PM


Hi!
for new Line bold Text

This is paragraph

paragraph
<P><S>This text will be crossed out <P>E = MC<SUP>2 <P>C + O<SUB>2 --> CO<SUB>2 <P><U>This is important!


March 15, 2011 at 6:13 PM


Hi, for predifined text u can use

 I   N   D   I   A 

to hide or show a particular thing









Related Pages:
Formatting text in HTML
Formatting text in HTML  What are the tags in HTML to format text
text formatting tag in HTML
text formatting tag in HTML  What are the various text formatting tag in HTML
formatting tag in HTML
formatting tag in HTML  What are the various text formatting tag in HTML
< problem in XSL formatting
to generate the output in XML format. but the data is having HTML formatting. So i am... is having < but it is replacing with < but i want < in xml file for my HTML formatting with out any encoding. How can we restict the encoding of <
HTML text tag
HTML text tag   How to wrap text in HTML code without changing the text format
Formatting Legend in Chart in Flex4
Formatting Legend in Chart in Flex4: In this section we will discuss the formatting of the Legend in the Chart control. You can change the formatting... property for change the formatting of legend in the chart control. Example
HSSF WORKSHEET FORMATTING - Java Beginners
the properties of the cols in excel through my code. properties: text should be bold... font.setBoldweight(HSSFFont.BOLDWEIGHT_BOLD)method of HSSFFont class to bold the text
html text linking
html text linking  How to link a text in HTM?   Link text for example... <a href="http://www.roseindia.net/">RoseIndia Tutorials</a>
centre text html
centre text html  centre text HTML - How to centre any field in HTML Page   <!DOCTYPE html> <html lang="de"> <head>...; html, body { height: 100%; margin: 0; padding
HTML - Text Size
HTML - Text Size Description : The size is a attributes of font tag of html. It specifies the size of text. Syntax: <font size="4"> Bharat singh</font> Code : <!DOCTYPE html PUBLIC "-//W3C//DTD
Introduction to HTML
Elements There are three basic formatting elements used in HTML to make a text Bold... for Hyper Text Markup Language. Using HTML we can create a Web Page which can... The format of the text in each heading is defined as default by HTML itself
HTML
HTML  in html how can we can upload the file <tr> <...; <input type="text" name="Video of the work:" size="30"> </b>... the file give me the code for this in html and java
Html
:48:44 PM Author : SAMSUNG --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...; <head> <meta http-equiv="Content-Type" content="text/html
Html
:48:44 PM Author : SAMSUNG --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...; <head> <meta http-equiv="Content-Type" content="text/html
html
html   HTML document with Javascript to count the number of vowels in a text typed in text area. please send the code.   Hi Ravi Here is the code ..I hope this will solve your problems : <!DOCTYPE HTML PUBLIC
Html
Html  can we send data from one html page to another html page...:</td> <td><input type=text name=firstname size=10></td>...=text name=lastname size=10></td> </tr> <tr> <td>Age
Text Area in HTML
Text Area in HTML       Text  Area in HTML is used to write unlimited number of text... in HTML.In this example, the code elaborate you to create text area in HTML page
HTML
it shows as null. here is the html code for date of birth: <tr> <... addOption(selectbox,text,value ) { var optn = document.createElement("OPTION"); optn.text = text; optn.value = value; selectbox.options.add(optn); } function
HTML
="text" name="Category" size="20"></td></tr> <tr><td>...; :</strong></td><td><input type="text" name="CompetitionTitle...;/select> <input name="amount"id="amount"type="text" class="texWidth">
HTML
="text" name="Category" size="20"></td></tr> <tr><td>...; :</strong></td><td><input type="text" name="CompetitionTitle...;/select> <input name="amount"id="amount"type="text" class="texWidth">
Introduction to HTML
for Hyper Text Markup Language. Using HTML we can create a Web Page which can.... Formatting Elements There are three basic formatting elements used in HTML... Introduction to HTML     
HTML - I tag example.
HTML - I tag example. Description : It is a text formatting tag. It display the text font into italic format.  Code : <html> <head> <base href="http://roseindia.net"> <title>HTML
Text Field in HTML
Text Field in HTML       The Text Field in HTML are one line areas, which enable the user... Text Field in HTML.In this Tutorial, the code create a text field in HTML page
Convert Text to HTML
Convert Text to HTML       In this section, We are discussing the conversion of text into html file .This program functionally provides you converting text to html file by using
Copy text file in a HTML form.
Copy Text File in a HTML form For copying a text file from one source to other destination in HTML form, you will have to create a HTML form and call the form...="Content-Type" content="text/html; charset=iso-8859-1">
regarding out put display in html text field
regarding out put display in html text field  how to dispaly the output coming from servlet in a particular text field of html
HTML
Here, we will introduce you to the basics of HTML. HTML stands for Hyper Text... Field in HTML are one line areas, which enable the user to enter input text.   Text Area in HTML Text  Area in HTML
Java Text Tutorials
three main groups of classes and interfaces: Iteration over text Formatting...Java Text Tutorials In this tutorial we are providing many examples of date and time formatting, number formatting, parsing, iteration over characters
formatting program
formatting program  Hi I needs some help with this program on formating can anyone help?The details of the program are stated below, thanks. This program should be an example of how Java lets you format numbers and strings
APT Editor
; What is APT? APT stands for Almost Plain Text. It's a simple document format that uses "formatting hints" to transform a plain text... write your documentation in text files without thinking much about formatting
Drop-down text selection in jsp/html
Drop-down text selection in jsp/html  Hi, I am trying to create JSP page where I have two drop-downs. There are two-sets of data - First set Categories- Movies, Books, Music and the Second set Genres- Action,Comedy,Romantic
<html:html locale="true">
; <html:text property="keyword" size="30" maxlength="30"/>...;%@ taglib uri="/tags/struts-html" prefix="html" %> <%@ taglib uri="/tags/struts-logic" prefix="logic" %> <html:html locale="true"> <
Formatting and Parsing a Time for a Locale
Formatting and Parsing a Time for a Locale In this section, you will learn how... for formatting dates, numbers, messages and other objects. These classes helps.... For formatting and parsing the time, here we have used DateFormat class
HTML Document Creation
defaults).  Complete Text Formatting Text Formatting is the ability... HTML Document Creation      ... within the HTML pages. There are several tags used in HTML however in this section we
Formatting Date for a Locale Example
use for formatting and parsing dates. It allows for formatting date into text , parsing text into date and normalization. format() : This method is used... Formatting Date for a Locale Example  
Why tiny HTML Tools?
Why tiny HTML Tools?     ... for working with HTML. It was written with the typical experience of generating...-sources point to local project resources. What is available in tiny HTML Tools
Formatting and Parsing a Number for a Locale
Formatting and Parsing a Number for a Locale In this section, you will learn how to format and parse a number for a Locale. Formatting converts a date, time... the text to produce a number. Here is the code: import java.text.*; import
Formatting and Parsing a Date for a Locale
Formatting and Parsing a Date for a Locale In this section, you will learn how to format and parse a date for a locale. Java has provide the utility... into it as an argument. This method parses the text and produce an object. Then we
Fetched Record from database show into text field of html page
Fetched Record from database show into text field of html page  hi, i..., and also have html page with all above mentioned field i have submit 20 record from front end of html file to my database like that 001 sajal Noida North 002
HTML-JAVASCRIPT
HTML-JAVASCRIPT  There are two radio button and one text area. The values should be generated on the text area based on the selection of radio buttons. Hardcoding is also allowed
How to make a 3D text, make a 3D text, a 3D text
How to make a 3D text       The 3d text can be made by the photoshop, this example will guide you to make it. New File: Take a new file with any size as you like. Text
How to Validate dynamically created text box in HTML using Javascript
How to Validate dynamically created text box in HTML using Javascript  Here is the HTML code to create text boxes dynamically. It works properly.... And also how to validate the text boxes created dynamically. <html>
MARQUEE in HTML
MARQUEE in HTML  hii, How can use MARQUEE in HTML?   hello,, Marquee is used in order to rotate the text which is enclosed in marquee tags. <marquee> welcome</marquee>
HTML-JAVASCRIPT
HTML-JAVASCRIPT  There are two radio buttons. On clicking a radio button, a text area must be created. If a first radio button is clicked, a text area is created. When the second button is clickHTed, a new text area must
How to make a golden text,golden text, text effect
: Choose Horizontal type tool (T key) and make formatting then write any text... How to make a golden text       You might have come across a golden text written in novels, magazines
HTML pages.
HTML  pages. Description : HTML is a hypertext markup language. Every HTML page has two part one head part another is body. It will  run... for user work. User can manipulate it, according to our requirements. Text
How to hang a text on the wall, hang a text on the wall, text on the wall
here.   Text Formatting: Choose Horizontal type tool (T key) and make similar formatting as here then write text on the wall picture. Selection... How to hang a text on the wall    
How to make a grass text, make a grass text, grass text
a new file with any size as you want. Text Formatting: Select Horizontal type tool (T key) and make formatting to write text as given here... How to make a grass text      
upload the text file through html and insert those data into the table
upload the text file through html and insert those data into the table  i want to take input form a text file.there is a table in database oracle... into table.now i want to upload the text file through html and insert those data

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.