Javascript Tutorial Part 22

myitcareer.org-Your IT Career Partner For Life. Please Bookmark It.
Homework Help | Buy Book | Buy Phone | Top Web Hosts | Hire Web Designer
Home | Interview Questions And Answers | Plan Wedding | Online Tuition
Top Domain Registrars | Hire Freelancer | Hosting Charges | Hindi News

<optgroup> 4.0 Defines an option group <option> 3.0 3.0 3.2 Defines an option in the drop-down box <button> 4.0 4.0 Defines a push button <isindex> Deprecated. Use <input> instead Image Tags: Start Tag NN IE W3 Purpose <img> 3.0 3.0 3.2 Defines an image <map> 3.0 3.0 3.2 Defines an image map <area> 3.0 3.0 3.2 Defines an area inside an image map Using the HTML <font> Tag With HTML code like this, you can specify both the size and the type of the browser output : <p><font size="2" face="Verdana">
This is a paragraph.
</font></p>
<p><font size="3" face="Times">
This is another paragraph.
</p> Try it yourself The <font> tag should not be used The <font> tag is deprecated in the latest versions of HTML (HTML 4 and XHTML). The World Wide Web Consortium (W3C) has removed the <font> tag from its recommendations. If future
versions of HTML, style sheets (CSS) will be used to define the layout and display properties of HTML
elements. You can read more about this in the next chapters. Style Tags Start Tag NN IE W3 Purpose <style> 4.0 3.0 3.2 Defines a style in a document <link> 4.0 3.0 3.2 Defines the relationship between two linked documents <div> 3.0 3.0 3.2 Defines a division/section in a document <span> 3.0 4.0 Defines a section in a document <font> Deprecated. Use styles instead <basefont> Deprecated. Use styles instead <center> Deprecated. Use styles instead
Previous| Next