Part V: HTML Projects in Java
Part V: HTML Projects Print Code-39 In Java Using Barcode creator for Java Control to generate, create Code 39 Full ASCII image in Java applications. Even if you don t give people the URL of your site, they re still likely to find it through search engines Googling (searching the Web, particularly via Googlecom) prospective employees and dates is more common than not Do you really want your parents and siblings, or your co-workers, to read all the details about what you did last weekend Barcode Creation In Java Using Barcode creation for Java Control to generate, create bar code image in Java applications. Component elements
Read Bar Code In Java Using Barcode recognizer for Java Control to read, scan read, scan image in Java applications. At its simplest, a home page consists of nothing but a single HTML text file If you re a great designer, that s sufficient Chances are, though, that you ll want to add an image or two to give the site some visual interest The two examples of home pages in this chapter each use three files: the home page and two small graphics Code-39 Creation In C# Using Barcode creator for Visual Studio .NET Control to generate, create Code39 image in .NET framework applications. Page Markup
Paint Code 3/9 In .NET Framework Using Barcode generator for VS .NET Control to generate, create ANSI/AIM Code 39 image in .NET framework applications. After you have a template for a Web page (see the Using HTML 4 For Dummies page templates sidebar), just fill in the blanks Include your content in new headings (<h2> tags in the following examples) and new paragraphs (with their corresponding <p> tags) Make Code39 In Visual Basic .NET Using Barcode printer for .NET Control to generate, create Code 39 Full ASCII image in Visual Studio .NET applications. Your home page
Generating Code 128 Code Set B In Java Using Barcode encoder for Java Control to generate, create Code-128 image in Java applications. Listing 16-1 is the HTML code for a typical home page Figure 16-1 shows how it looks when displayed in a browser Bar Code Drawer In Java Using Barcode generator for Java Control to generate, create bar code image in Java applications. Listing 16-1: EAN13 Generator In Java Using Barcode encoder for Java Control to generate, create EAN 13 image in Java applications. A Home Page
Generating Bar Code In Java Using Barcode encoder for Java Control to generate, create barcode image in Java applications. <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 10 Transitional//EN http://wwww3org/TR/xhtml1/DTD/xhtml1-transitionaldtd > <html xmlns= http://wwww3org/1999/xhtml > <head> <title>My Home Page</title> <meta http-equiv= Content-Type content= text/html; charset=ISO-8859-1 /> </head> <body> <h1><img src= crosskickgif alt= crosskickgif width= 125 height= 125 align= middle hspace= 20 />Welcome to my home page!</h1> <h2>About me:</h2> <p>My name is Sean I m a high school student, and I m interested in USS-128 Drawer In Java Using Barcode drawer for Java Control to generate, create UCC.EAN - 128 image in Java applications. 16: The About Me Page
Painting USPS OneCode Solution Barcode In Java Using Barcode generator for Java Control to generate, create OneCode image in Java applications. math, science, and sports</p> <h2>Sites I like:</h2> <p>My parents have a weblog: <a href= http://wwwbackupbraincom > Backup Brain</a></p> <p>My cat has a Web site: <a href= http://wwwpixelmu >Pixelmu</a></p> <h2>Send me email: <a href= mailto:sean@examplecom > img src= emailgif alt= emailgif width= 60 height= 60 align= middle border= 0 /></a></h2> </body> </html> Reading Code 128 In .NET Framework Using Barcode recognizer for .NET Control to read, scan read, scan image in VS .NET applications. This page is about as simple as it gets: There s no style information, no JavaScript, only two images, and not a lot of text But it s enough to give you an idea of what kind of person put up the site and what he s like Generating Bar Code In Visual Studio .NET Using Barcode printer for Visual Studio .NET Control to generate, create bar code image in .NET framework applications. Figure 16-1: A simple home page
Code 39 Extended Creation In .NET Using Barcode maker for VS .NET Control to generate, create Code 39 image in Visual Studio .NET applications. This page contains two small graphics: Recognizing Data Matrix In Visual Studio .NET Using Barcode recognizer for Visual Studio .NET Control to read, scan read, scan image in Visual Studio .NET applications. crosskickgif is a simple image that adds a splash of color while hint- Draw USS-128 In Visual Basic .NET Using Barcode generation for .NET framework Control to generate, create EAN / UCC - 13 image in .NET applications. ing about the page owner s favorite sport
Barcode Drawer In .NET Using Barcode creation for ASP.NET Control to generate, create bar code image in ASP.NET applications. emailgif is a button that visitors can click When a visitor clicks it, GS1 - 13 Generator In Visual Basic .NET Using Barcode drawer for VS .NET Control to generate, create EAN / UCC - 13 image in .NET framework applications. her e-mail client will pop up in a window with a preaddressed e-mail It isn t hard to go from a super-simple site to a site that s considerably more attractive without getting horribly complex Listing 16-2 and Figure 16-2 show a site with a lot more style and only a little more complexity Bar Code Drawer In Visual Basic .NET Using Barcode generator for Visual Studio .NET Control to generate, create bar code image in VS .NET applications. Part V: HTML Projects
Listing 16-2: Another Home Page
<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 10 Transitional//EN http://wwww3org/TR/xhtml1/DTD/xhtml1-transitionaldtd > <html xmlns= http://wwww3org/1999/xhtml > <head> <title>My Home Page</title> <meta http-equiv= Content-Type content= text/html; charset=ISO-8859-1 /> <style type= text/css > body {color: #000; background-color: #9C6;} h1 {font: 48px monotype corsiva , fantasy;} h2 {margin-top: 20px; font: 20px trebuchet ms , verdana, arial, helvetica, geneva, sans-serif;} p {margin-left: 20px; font: 14px/16px verdana, geneva, arial, helvetica, sans-serif} </style> </head> <body> <h1><img src= dancergif alt= dancergif width= 125 height= 122 align= middle hspace= 20 />Welcome to my home page!</h1> <h2>About me:</h2> <p>My name is Susan I m a high school student, and I m interested in math, science, and sports</p> <h2>Sites I like:</h2> <p>There s a good site about Web design at <a href= http://wwwwise-womenorg >Wise-Womenorg</a></p> <p>My cat has a Web site: <a href= http://wwwpixelmu >Pixelmu</a></p> <h2>Send me email: <a href= mailto:susan@examplecom > <img src= email2gif alt= email2gif width= 60 height= 60 align= middle border= 0 /></a></h2> </body> </html> Text and tags within the <body> element are about the same as inside the first example, but the result is different because of the style rules in the <head> The style rules set a background color for the page and specify the fonts to be used Although the two pages have almost identical content, the latter page gives a much stronger impression of the person s individuality
|
|
|
|
| ALL RIGHTS RESERVED. Business Refinery (c) 2006 - 2010. | Terms of Use | Privacy Policy |