Preview

Web Programming Manual

Good Essays
Open Document
Open Document
1427 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Web Programming Manual
1. Develop and demonstrate a XHTML document that illustrates the use external style sheet, ordered list, table, borders, padding, color, and the tag.

p,table,li, // mystyle.css
{
font-family: "lucida calligraphy", arial, 'sans serif'; margin-left: 10pt;
}

p { word-spacing: 5px; }

body { background-color:rgb(200,255,205); }

p,li,td { font-size: 75%;}

td { padding: 0.5cm; }

th { text-align:center; font-size: 85%; } h1, h2, h3, hr {color:#483d8b;}

table
{
border-style: outset; background-color: rgb(100,255,105);
}

li {list-style-type: lower-roman;}

span
{
color:blue; background-color:pink; font-size: 29pt; font-style: italic; font-weight: bold;
}

Lab program1

This header is 36 pt This header is blue This paragraph has a left margin of 50 pixels

Name Email

Dr. HNS hns@gmail.com

Dr. MKV mkv@rediffmail.com

Dr. GTR gtr@rnsit.in

Dr. MVS mvs@hotmail.com

TSB Singh Prakash S manojKumar

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.

2. Develop and demonstrate a XHTML file that includes Javascript script for the following problems:
a) Input: A number n obtained using prompt Output: The first n Fibonacci numbers

var fib1=0,fib2=1,fib=0; var num = prompt("Enter a number : \n", "");

if(num!=null && num>0)
{
document.write("" + num + " Fibonocci are "); if(num==1) document.write(" "+ fib1 + ""); else document.write("" + fib1 + " " + fib2 + "");

for(i=3;i

function disp(str)
{
var alphaExp = /^[a-zA-Z]+$/; if(!str.value.match(alphaExp)) { alert("Input should be only alphabets"); return false; } sml=31; text = str.value.toLowerCase(); var ia =

You May Also Find These Documents Helpful

  • Satisfactory Essays

    a. The time in hours, minutes, and seconds is to be passed to a function named totsec().…

    • 720 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Using the links below and Internet research, list the usage for each of the HTML tags in the table below.…

    • 242 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    It237 Week 2 Checkpoint

    • 414 Words
    • 2 Pages

    Throughout this paper I will be describing external, embedded, and inline types of cascading style sheets. Also, I will be providing a pro and a con for each type of cascading style sheet.…

    • 414 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    Christy Chen works at SpringLeaf Designs, a Seattle-based company that makes jewelry and accessories out of recycled materials. Christy has created a workbook to analyze costs and profits by product line. She has also compiled sales forecasts for the next five years. She has asked you to complete the data entry and analysis and to format the worksheets so they have a consistent and professional look.…

    • 1197 Words
    • 4 Pages
    Powerful Essays
  • Satisfactory Essays

    unit3lab1

    • 7639 Words
    • 49 Pages

    Write a one-page paper explaining how to use those tags. Include a short example of an HTML page that properly uses the three tags.…

    • 7639 Words
    • 49 Pages
    Satisfactory Essays
  • Satisfactory Essays

    E0462040 BSBADM506B 01

    • 409 Words
    • 3 Pages

    Follow logical sequence and format that reflects relative importance. Use a capital for the first letter only and do not underline or use a full stop.…

    • 409 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    • Use the tag to create four sections in at least one of the pages. Refer to Figure 5-3 on p. 215 of New Perspectives on Blended HTML, XHTML, and CSS for ideas. Add content to each section.…

    • 1146 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    Web Text Project

    • 405 Words
    • 2 Pages

    An exciting new era of prosperity is emerging as a result of the acquisition of the business by Luisa and James Keys in 2005. Keys Real Estate lists real-estate opportunities for customers looking to rent or buy properties, also offering holiday rentals.…

    • 405 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Chapter12 Gines

    • 409 Words
    • 2 Pages

    2. Create an interactive design of output during prototyping that includes users and a variety of differently configured systems when testing the appearance of Web documents.…

    • 409 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Web standards include recommendations for HTML, XHTML, Cascading style sheets, Dom, and the standardized version of…

    • 425 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Ap English Sample Text

    • 431 Words
    • 2 Pages

    This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text.)…

    • 431 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    When the user clicks Add Customer, an entry window should appear. If the customer.txt file does not exist, the program tells the customer in the Message Area at the bottom.…

    • 530 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Web Programming

    • 480 Words
    • 2 Pages

    Good evening Mr. Charles. Earlier today you asked me to research some possible web conferencing programs that may help the company weekly status meetings. Since you assigned me to this task, I have found some programs that may work. I believe the best program that might fit the company needs would be due to cost is Skype a free web conferencing program.…

    • 480 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Pharmaceutical manufacturers a multi billion industry who are solely depend on research and development of drugs which is a very risky as one out of ten thousand becomes actually approved for sale. Parallel research is done in various pharmaceutical companies once a clinical path is being discovered and this requires intensive competitor monitoring procedure. Therefore drug companies are combating each other to develop multibillion dollar drugs each year to survive.…

    • 1259 Words
    • 6 Pages
    Good Essays
  • Powerful Essays

    Vb Sof 540

    • 11992 Words
    • 48 Pages

    An HTML document is similar to a word-processing document in that it specifies how a particular text element will appear.…

    • 11992 Words
    • 48 Pages
    Powerful Essays