Blogger Information
Blog 23
fans 0
comment 1
visits 14213
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
在线相册-2018-04-09
彪小A的博客
Original
499 people have browsed it
<!DOCTYPE html>
<html lang="en">
<head>
    <link rel="stylesheet" href="CSS/style.css" type="text/css">
    <script type="text/javascript" src="js/jquery-3.3.1.js"></script>
    <script type="text/javascript" src="js/demo.js"></script>
    <meta charset="UTF-8">
    <title>在线相册</title>
</head>
<body>
    <div class="wrap">
        <div class="header">
            <h2>相册浏览器</h2>
            <p>
                <label for="imag_url">请输入图片地址</label>
                <input type="text" id="imag_url" placeholder="图片地址" value="images/hsq.jpg">
            </p>
            <p>
                图片类型
                <input type="radio" name="border" id="rect" value="0" checked="checked">矩形
                <input type="radio" name="border" id="radius" value="10%">圆角
                <input type="radio" name="border" id="circle" value="100%">圆形
            </p>
            <p>是否添加阴影
                <select name="shaowdown" id="">
                    <option value="0" selected="selected">添加</option>
                    <option value="1">不添加</option>
                </select>
            </p>
            <div class="button">
                <button id="aa" class="add">添加图片</button>
            </div>
        </div>
        <div class="main">
            <ul>

            </ul>
        </div>
    </div>
</body>
</html>


Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post