Home > Web Front-end > HTML Tutorial >
Typesetting problem_html/css_WEB-ITnose

Typesetting problem_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:52:46
Original
1071 people have browsed it



${requestScope.book.book_name}


作者:${requestScope.book.author}

译者:${requestScope.book.translator}

类型:${requestScope.book.style}

出版社:${requestScope.book.publishing}

出版年:${requestScope.book.publish_time}

页数:${requestScope.book.page_number}



评分:${requestScope.book.score}

(${requestScope.total}人评价)

一分:${requestScope.score1}

两分:${requestScope.score2}

三分:${requestScope.score3}

四分:${requestScope.score4}

五分:${requestScope.score5}


如何让book和scord并列在一起呢?
谢谢!!!!!!!!


回复讨论(解决方案)

我已经解决了  写的代码book前面多了个m就 才发现。。。。。。
div#book {float:left;}
div#score {float:right;}

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template