• HTML+CSS图文排版


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
        <title>无标题文档</title>
        <link rel="shortcut icon" href="img/icoTest.ico">
    </head>
    <style type="text/css">
        .content{
            width: 200px;
            height: 300px;
            border: 1px solid #ccc;
        }
        .content img{
            float: left;
            width: 100px;
            height: 100px;
        }
        .content p{
            text-indent: 32px;
        }
    </style>
    <body>
        <div class="content">
            <img src="heart.png">
            <p>这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。 这是段落中的一些文本。</p>
        </div>
    </body>
    <html>
  • 相关阅读:
    找到搜索的北了
    zoj2741Offside
    hdu: 1426 ( Sudoku Killer )
    悲剧的矩阵乘法
    UVa729 The Hamming Distance Problem
    hdu 1584 蜘蛛牌
    zoj2972Hurdles of 110m
    hdu 1372 ( Knight Moves ) BFS
    UVa193Graph Coloring
    zjut1624序列问题
  • 原文地址:https://www.cnblogs.com/supe/p/6378053.html
Copyright © 2020-2023  润新知