books.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
        <link rel="stylesheet" href="css/style1.css"  type="text/css" title="Style 1"/>
        <link rel="alternate stylesheet" href="css/style2.css"  type="text/css" title="Style 2"/>
        <link rel="alternate stylesheet" href="css/style3.css"  type="text/css" title="Style 3"/>
        <title>www.lac.com</title>
    </head>

<body>
<div class="wrapper">
    <div class="top">
            <a class="logo" href="index.html">
                aicun<span>.lu</span>
            </a>
            <div class="logoRight">
                <h1>Welcome to <Strong>Aicun.Lu</Strong> Entertainment</h1>
            </div>
        </div>
        <div class="nav" >
            <div>
                <a href="index.html" class="alink">Home</a>
                <a href="books.html" class="active">Books</a>
                <a href="musics.html" class="alink">Musics</a>
                <a href="movies.html" class="alink">Movies</a>
            </div>
        </div>
    
            <div class="fixbar">
            <table>
        <tr>
          <th>Book Name</th>
          <th>Author Name</th>
          <th>Edition</th>
          <th>Publish Year</th>
          <th>Price</th>
          <th>comment</th>
        </tr>
        <tr>
          <td>Wolf Totem</td>
          <td>Rong Jiang</td>
          <td>Third</td>
          <td>2001</td>
          <td>$50</td>
          <td>AAAAAAAAAA</td>
        </tr>
        <tr>
          <td>The Last Star</td>
          <td>Rick Yancey</td>
          <td>Second</td>
          <td>2016</td>
          <td>$11</td>
          <td>AAAAAAAAAA</td>
        </tr>
        <tr>
          <td>The Crown</td>
          <td>Kiera Cass</td>
          <td>First</td>
          <td>2016</td>
          <td>$12</td>
          <td>AAAAAAAAAA</td>
        </tr>
        <tr>
          <td>World of Warcraft</td>
          <td>Chelsea Monroe-Cassel</td>
          <td>Second</td>
          <td>2016</td>
          <td>$21</td>
          <td>AAAAAAAAAA</td>
        </tr>
        <tr>
          <td>Harry Potter</td>
          <td>J.K Rowling</td>
          <td>Third</td>
          <td>2003</td>
          <td>$22</td>
          <td>AAAAAAAAAA</td>
        </tr>
      </table>
    </div>
    <div class="bottom">
        <h3>enjoy your adventure here!</h3>
    </div>
</div>
</body>
</html>

时间: 2024-10-09 07:11:16

books.html的相关文章

714 - Copying Books——[贪心、二分查找]

Before the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so called scribers. The scriber had been given a book and after several months he finished its copy. One of the most fa

django 运行python manage.py sqlall books 时报错 app has migration

出现这个问题的原因是版本之前的不兼容,我用的django版本是1.8.6 而 这条python manage.py sqlall books 是基于django1.0版本的. 在django1.8.6版本中生成一个表的语句是    $ python manage.py makemigrations books $ python manage.py sqlmigrate books 0001 django book2 是一本不错的教程,但是就是版本太老了,可以通过看book2对django有一个比

Red style books store OpenCart 主题模板 ABC-0117

Red style books store OpenCart 主题模板 ABC-0117 RED STYLE BOOKS STORE OPENCART 主题模板 ABC-0117 Designed with luxurious colorsSuitable for shop selling: Books , templates, Card, picture, Art, Photography..Designed by CSS, HTMLSupports multiple languages, m

Reorder the Books HDU 5500

Reorder the Books Accepts: 127 Submissions: 237 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) 问题描述 dxy家收藏了一套书,这套书叫<SDOI故事集>,<SDOI故事集>有n(n\leq 19)n(n≤19)本,每本书有一个编号,从11号到nn号. dxy把这些书按编号从小到大,从上往下摞成一摞.dxy对这套书极其

【NOIP提高组2015D2T1】uva 714 copying books【二分答案】——yhx

Before the invention of book-printing, it was very hard to make a copy of a book. All the contents hadto be re-written by hand by so called scribers. The scriber had been given a book and after severalmonths he finished its copy. One of the most famo

LintCode-Copy Books

Given an array A of integer with size of n( means n books and number of pages of each book) and k people to copy the book. You must distribute the continuous id books to one people to copy. (You can give book A[1],A[2] to one people, but you cannot g

BOOKS STORE OPENCART 自适应主题模板 ABC-0093

BOOKS STORE OPENCART 自适应主题模板 ABC-0093 模板特性 兼容浏览器 FireFox 1.5-3.5.6+, IE8+, Safari 3.2 +, Opera, Google Chrome OpenCart版本 1.5.6, 1.5.6.1, 1.5.6.2, 1.5.6.3, 1.5.6.4, 2.0.0.0 包含文件 PHP Files, CSS Files, JS Files

uva 714 Copying Books (二分)

uva 714 Copying Books Before the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so called scribers. The scriber had been given a book and after several months he finished its co

[LintCode] Copy Books 复印书籍

Given an array A of integer with size of n( means n books and number of pages of each book) and k people to copy the book. You must distribute the continuous id books to one people to copy. (You can give book A[1],A[2] to one people, but you cannot g