bài tập html css và javascrip

Tài liệu FPT-Aptech: 1 HDJ - Bài tập HTML - CSS docx

Tài liệu FPT-Aptech: 1 HDJ - Bài tập HTML - CSS docx

... FPT-Aptech Phạm Ngọc Hùng 20 /11 /2008 Bài tập HDJ Page 2 of 2 1. 3 Tạo trang thời khóa biểu Tạo trang web lưu thời khóa biểu các ... là tháng 11 thì lập thời khóa biểu cho tháng 11 ). Sử dụng bảng (TABLE) ñể tạo bảng thời khóa biểu. 1. 4 Tạo trang giải trí - âm nhạc Xây dựng trang giải trí âm nhạc, trong ñó gồm: Bài viết ... một ca khúc nào ñó. Chèn Video-Clip về một...
Ngày tải lên : 22/12/2013, 17:15
  • 2
  • 1.9K
  • 10
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 1 pot

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 1 pot

... con- tained herein. TM This book uses RepKover™, a durable and flexible lay-flat binding. ISBN: 97 8 -1 -4 4 9-3 832 6-8 [M] 12 84478806 Download from www.eBookTM.com Building Android Apps with HTML, CSS, ... . . . . . . . . . . . 13 Don’t Have a Website? 13 First Steps 14 Prepare a Separate Android Stylesheet 17 Control the Page Scaling 19 Adding the Android CSS...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 413
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 3 docx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 3 docx

... </body> </html> Example 1-7 shows the contents of screen .css. You should save this file in the same location as the HTML file: Example 1-7 . A simple stylesheet body { font-size: 12px; font-weight: bold; font-family: ... the CSS “gray.” Example 1-5 . Some common CSS declarations body { color: red; background-color: #808080; font-size: 12px; font-style: italic; f...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 338
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 4 ppsx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 4 ppsx

... display: block; font-size: 17px; font-weight: bold; margin-bottom: -1 px; padding: 12px 10px; text-decoration: none; } Pretty simple so far, right? With this little bit of CSS, we have already ... your Android users an enhanced experience (Figure 2 -4 ). To really impress them, let’s start building the android. css stylesheet. First Steps | 19 Download from www.eBookTM.com F...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 333
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 5 pptx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 5 pptx

... li:first-child a { -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; } #header ul li:last-child a { -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: ... In CSS, the rgb function is an alternative to the familiar hex notation typically used to specify colors (e.g., #FFFFFF). rgb( 255 , 255 , 255 ) and rgb(100%, 100%, 100%) ... new CSS...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 268
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 6 pptx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 6 pptx

... li:first-child a { -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; } ul li:last-child a { -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; } ul ... 0; } #header { background-color: #ccc; background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999)); border-color: #66 6; border-style: solid; border-w...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 320
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 7 pptx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 7 pptx

... max-width, white-space, overflow, and text-overflow. Finally, we’ll apply a graphic with border-width and -webkit-border-image. Unlike the earlier border image example, this image has a dif- ferent ... Figure 3-5 and Example 3 -7 ). This might be my favorite little-known CSS trick. Example 3 -7 . Adding an ellipsis to text that is too long for its container #header h1 { color: #222; f...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 296
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 9 potx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 9 potx

... 'default' default, black- translucent, black iPhone only; has no effect on Android. Defines the appearance of the 20-pixel status bar at the top of the window in an app launched in full-screen mode. submitSelector ... native-style UI for a five-panel application complete with three different page transition animations. See Example 4-7 for a complete listing of the final HTML. No...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 295
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 10 potx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 10 potx

... www.eBookTM.com <link type="text /css& quot; rel="stylesheet" media="screen" href="themes/jqt/theme .css& quot;> <script type="text /javascript& quot; src="jqtouch/jquery.js"></script> ... window, as shown in Figure 5-3 . The interface even allows you to send arbitrary SQL queries to the database by clicking on the database...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 236
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 11 docx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 11 docx

... of CSS to style things up nicely (Figure 5-5 ). Figure 5-5 . The entries are showing up now, but they still need to be fancied up with some CSS Save the following CSS into a file named kilo .css ... 0 5px; -webkit-border-image: url(themes/jqt/img/button.png) 0 5 0 5; } Now, link to kilo .css by adding the following line to the head section of index.html: <link type="text...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 412
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 12 docx

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 12 docx

... your web app, the browser downloads and stores all the files it needs to display the page (HTML, CSS, JavaScript, images, etc.). The next time the user navigates to your web app, the browser will ... named manifest.php and add the following code: <?php header('Content-Type: text/cache-manifest'); echo "CACHE MANIFEST\n"; $dir = new RecursiveDirectoryIterator("...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 301
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 13 doc

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 13 doc

... is android- sdk_r06-mac_86.zip for Mac OS X (Intel) (Figure 7-1 ). The 06 in the SDK filename refers to the version of the Android SDK and may be different at the time you read this. Figure 7-1 . ... %USERPROFILE%\Desktop \Android\ tools 5. Enter the following command to launch the Android SDK and AVD Manager. On the Mac or on Linux, the command is: . /android On Windows, the comman...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 211
  • 0
Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 14 pdf

Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 14 pdf

... 1 or " ;android- 3" Name: Android 1.5 Type: Platform API level: 3 Revision: 4 Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P id: 2 or " ;android- 4" Name: Android 1.6 ... contains the HTML, CSS, and JavaScript files for your web app. My files are in a folder named www on my desktop (Figure 7-8 ), so I’ll enter: ~/Desktop/www Figure 7-8 . My HTML,...
Ngày tải lên : 04/07/2014, 21:20
  • 10
  • 278
  • 0
bài tập html css và javascrip

bài tập html css và javascrip

... Thiết kế HTML và định dạng CSS 1.1 Bài tập số 1:  Thiết kế trang web có nội dung như hình minh họa 1.2 Bài tập số 2:  Mô tả: đặt tên trang web: bai_tap so_1 .html STT ... trang web: bai_tap so_10 .html. Thiết kế FORM và xử lý JAVASCRIPT 1.12 Bài tập số 11: 1.11 Bài tập số 10  Mô tả: đặt tên trang web: bai_tap so_9 .html. STT Yêu...
Ngày tải lên : 24/10/2014, 16:30
  • 7
  • 401
  • 5
bài tập html css và javascrip

bài tập html css và javascrip

... so_8 .html. STT Yêu cầu Ghi chú 1 Trang web  Tiêu đề: Bài tập số 8 2 Định dạng  Thiết kế tập tin style6 .css để định dạng cho menu trên 1.10 Bài tập số 9  Phát triển bài tập ...  Thiết kế tập tin style4 .css để định dạng cho trang web 1.8 Bài tập số 7:  Phát triển bài tập 6, thêm menu con cho các thành phần  Mô tả: đặt tên trang web:...
Ngày tải lên : 24/10/2014, 16:30
  • 11
  • 329
  • 0