Advertisement
nigu

Esercitazione1HTML

Mar 5th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Prima pagina html</title>
  5.         <meta charset="utf-8">
  6.        
  7.     </head>
  8.     <body>
  9.         <h1><a id="segnalibro"></a>Preface</h1>
  10.             <p>
  11.             The last few years have seen a dramatic upsurge in research in end user programming.
  12.             Much of this renewed interest is due to the popularity of the Web.
  13.             The Web browser is rapidly replacing the personal computerโ€™s desktop as the platform for many computer                activities, and users can now find information, make purchases, and communicate with each other             through a Web browser.
  14.             </p>
  15.             <p>
  16.             As <strong> Chapter 1 </strong> explains, the Web browser has turned out to be an ideal platform for                end user programming. Researchers and students at a variety of institutions have been exploring how             Web browsers can be changed or augmented to better support everyday usersโ€™ tasks. Some of these systems
  17.             have even been released for public use. Unfortunately, there was no common community linking
  18.             researchers in this area together. As a result, there was relatively little collaboration between               different groups and papers describing work in this area were published in a variety of different               academic venues. Not only was this hurting the productivity of the field, but it was preventing the             potential beneficiaries, such as Web users and developers, from accessing these technologies. As                researchers working this area ourselves, the four of us felt that it was time to foster a community             for researchers in end user programming on the Web.
  19.             </p>
  20.             <h2>"End-User Programming on the Webโ€ workshop at ACM SIGCHI</h2>
  21.             <p>We began by <b>organizing</b> a workshop at the SIGCHI conference (ACM Conference on Human
  22. Factors in Computing Systems) in April 2009. The goals of this workshop were three-fold: (1) to bring
  23. together researchers from a variety of institutions and establish a sense of community, (2) to discuss
  24. common problems and share lessons from our work, and (3) to plan the publication of an edited book
  25. on this topic. The goal of the book was to make it easy for researchers to read about the latest
  26. approaches and innovations in the field and to make this interesting topic more readily available
  27. to a larger audience.</p>
  28.             <h2>Capitolo 2</h2>
  29.             <p>We began by <em>organizing a workshop </em>at the SIGCHI conference (ACM Conference on Human
  30. Factors in Computing Systems) in April 2009. The goals of this workshop were <i>three-fold</i>: (1) to bring
  31. together researchers from a variety of institutions and establish a sense of community, (2) to discuss
  32. common problems and share lessons from our work, and (3) to plan the publication of an edited book
  33. on this topic. The goal of the book was to make it easy for researchers to read about the latest
  34. approaches and innovations in the field and to make this interesting topic more readily available
  35. to a larger audience.</p>
  36.             <a href="http://www.google.com" title="Google" target="_blank">Link a google</a>
  37.             <a href="#segnalibro">Link interno</a>
  38.  
  39.     </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement