HTML font tag.
Posted on: March 24, 2011 at 12:00 AM
HTML font tag.

HTML font tag.

Description :

It is a HTML tag, which is used for changing the view of your text. Which will display on view page.

Syntax :

<font attributes="">Hyper Text Markup Language </font>

Code :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML is a markup language</title>
</head>
<body>
<h1>Example of HTML font.</h1>
<p>Please visit on this link</p>
<p>HTML is a markup language.
<br/><font color="green" size="4"> It is used for designing not for development.</font>
<br/>
<font style="color:purple"> HTML stands for Hypertext Markup Language.</font> </p>
</body>
</html>

Output:


More Tutorials on roseindia.net for the topic HTML font tag..
HTML font tag.
HTML font tag. Description : It is a HTML tag, which is used for changing the view of your text. Which will display on view page. Syntax : <font...;/head> <body> <h1>Example of HTML font.</h1> <p>
 
HTML - bold tag.
HTML - bold tag. Description : The bold tag is also a font tag. Which...; <h1>Example of HTML image tag.</h1> <span style="font... within bold tag will be display as bold. Code : <!DOCTYPE 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> <...>HTML -- I tag Example. </h1> <p> Roseindia Technology Pvt
 
Html tag inside out implicit object
Html tag inside out implicit object   ... a html tag inside a out object. out object is used to display the content on the browser. To make this program run use out object inside which define some html
 
meta tag in HTML
meta tag in HTML  Explain meta tag in HTML
 
anchor tag in HTML
anchor tag in HTML  Explain anchor tag in HTML
 
formatting tag in HTML
formatting tag in HTML  What are the various text formatting tag in HTML
 
HTML text tag
HTML text tag   How to wrap text in HTML code without changing the text format
 
html
html   write a html program to print "HELLO WORD"in red coaler font size 12 and italic stile   Here is a html code that display the message "Hello World" in red font with size 12 and in italics. <html> <
 
text formatting tag in HTML
text formatting tag in HTML  What are the various text formatting tag in HTML
 
HTML marquee tag
HTML marquee tag  What is Marquee Tag in HTML?  Marquee Tag in html rolls the text horizontally or vertically based on the parameters. A simple syntax to use marquee is as follows: <marquee>Hello World<
 
HTML - base tag example.
HTML - base tag example. Description : The base tag is a HTML tag...;title>HTML is a markup language</title> </head> <body> <h1>HTML -- base tag. </h1> &nbsp;<a href="
 
HTML
HTML  What is a tag? How can we use MARQUEE in HTML
 
HTML - Image tag.
HTML - Image tag. Description : HTML supports two type tags. 1-Singular tag... and end tag. The img tags is used for embedding image in HTML page...;h1>Example of HTML image tag.</h1> <img src="RI
 
HTML - Q (quotation) tag.
HTML - Q (quotation) tag. Description : It generates a quotation over the text. Code : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...;/head> <body> <h1>HTML -- q&nbsp; tag.</h1> <
 
HTML - menu tag example
HTML - menu tag example Description : The <menu> is a tag of HTML...>HTML -- menu tag.</h1> <p>Creates a menu list... html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "
 
HTML tags, Definition of basefont tag in HTML5.
HTML tags, Definition of basefont <basefont > tag in HTML5. HTML5 does not support basefont tag. But it is supported by HTML4.01. The basefont tag in HTML4.01 is used to specify default font of entire text in a document
 
struts html tag - Struts
struts html tag  Hi, the company I work for use an "id" tag on their tag like this: How can I do this with struts? I tried and they don't work
 
HTML -- form tag.
HTML -- form tag. Description : HTML provides a form tag. It takes user... within form tag. Code : <!DOCTYPE html PUBLIC "-//W3C//DTD... language</title> </head> <body> <h1>HTML form tag
 
HTML - textarea tag example.
HTML - textarea tag example. Description : It is a input tag. You can enter...; <head> <title>HTML is a markup language</title> </head> <body> <h1>HTML -- textarea tag Example. </h1>
 
HTML audio tag
HTML audio tag  Hi, I have written a simple html page to play audio file, I m using audio tag as shown below: Your browser does not support the audio tag. when I open the page using Chrome, it works fine(plays audio
 
html
or the End Tag is defined as </> . The whole HTML document is enclosed...html  For what is used HTML?   Using HTML we can create a Web Page which can be viewed through a Web Browser over Internet. HTML describes
 
working of a div tag in html
working of a div tag in html   !DOCTYPE html PUBLIC "-//W3C//DTD....dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
 
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
 
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
 
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
 
img tag of HTML
img tag of HTML  How to pass a variable as a source(src) in img tag? I'm using <% %> to call variables of servlet on a JSP page. And want to pass one of the variables called as a src for img tag. How can This be done
 
html
html   HTML document with Javascript to count the number of vowels... HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD>...; <FORM> <h2><font color=red>Type any thing to count number
 
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">... HTML.</h1> <p><font size="3"> HTML is a markup
 
Applet Tag Parameters,Applet Tag in HTML
to applets are: First, add the PARAM tag (with values) to the HTML source file... <APPLET> Tag Parameters: The <PARAM> Tag... the applet's operation. APPLET parameters stored in the PARAM tag actually have little
 
HTML5 dfn tag, Definition of  <dfn> tag in html
HTML5 dfn tag, Definition of  <dfn> tag in html In this tutorial we will inform you about the use and implementation of the <dfn> tag... the word in the italic font style as a definition word in the document. This tag
 
HTML - Strikethrough code.
HTML - Strikethrough code. Description : The strike is a html tag. When you writes the text within this tag, then a line will be display over this text...;Example of HTML strike tag.</h1> <p>HTML is a markup language
 
HTML line break tag
HTML line break tag. The HTML Line break tag <br> is used to add a line... web page. Its very easy you just have to write <br> tag in your html page... <br> tag. This tag is used to add a line break in HTML page
 
Address tag in HTML5, Definition of address tag in html5.
the information usually in italic font style. the address tag may have... There is no specific attributes in address tag ,only the common html attributes can be used...Address tag in HTML5, Definition of <address> tag in html5
 
Img Tag:
Img Tag<html:img>:       html:img Tag : Renders an HTML <img> element with the image... Example Illustrating the use of the Rewrite<html:img> tag
 
HTML tags in JSP
the html tag inside the JSP code.  In this example we have used the html tag inside the println() method of the out implicit object which is used...; <html> <head> <title>Use of html tag in jsp code</title>
 
Textarea Tag:
Textarea Tag<html:textarea>: Information on Textarea Tag       html:textarea Tag -is use to create ...:textarea> tag. Here you will learn to use the Struts Html<html
 
Tomahawk div tag
Tomahawk div tag          This tag is used to places an html div around its children. So instead of using html div tag we can use JSF tomahawk's own div
 
Tag Inside Table in HTML
Tag Inside Table in HTML     ... in HTML.In this code we define a HTML page and show you to create a tag inside a Table in HTML. The following tags used in code to create tag inside table in HTML
 
HTML 5 th Tag, Definition of <th> tag in html5
HTML 5 th Tag, Definition of <th> tag in html5 In this discussion, We will introduce about the use of <th> tag in html5. This <th> tag... in bold font style in the html table. Declaration Syntax: The declaration
 
HTML
of the <form> tag.   Check Box in HTML Checkbox.... For this we start with a<html> tag, which explain the html document type. Inside the html tag we have a title tag name aligning Images.  
 
Checkbox Tag :
Checkbox Tag <html:checkbox>:       html: checkbox Tag -  is used to create a  Checkbox Input Field. This tag creates an HTML <input> element of type checkbox
 
Radio Tag :
Radio Tag <html:radio>:       html:radio Tag - This Tag renders an HTML <input> element of type radio... of the Radio<html:radio> tag. Here you will learn to use the Struts Html
 
Tomahawk inputText tag
Tomahawk inputText tag          This tag is used to create the input text box in the page. The user can enter any text in this box. This is same as html
 
Tomahawk selectOneRadio tag
Tomahawk selectOneRadio tag          This tag is used to create radio buttons on the page. It renders html input tag with type
 
Rewrite Tag:
; html:rewrite Tag - This tag renders a request URI  based on exactly the same... Example Illustrating the use of the Rewrite<html:rewrite> tag. Here you will learn to use the Struts Html<html:rewrite> tag
 
HTML5 code tag, Definition of <code>tag in html5
will introduce you about the use and implementation of the <code> tag in html document. This tag is used for representing the programming code in to the html document in the font of computer code text. The text within the <code> tag
 
Tomahawk column tag
Tomahawk column tag          This tag is used for the columns of the table. It can be used in dataTable tag instead of using h:column
 
Button Size HTML
HTML Button Size can be changed according to programmer use. HTML button submits HTML page. In the following example we will learn how to change the size of a HTML button. First we create a HTML page. Then we display a HTML Button
 
Ads

Related Tags for HTML font tag.:


Ads

 
Advertisement null

Ads