初识HTML+CSS及baidu首页模仿show

哎哎哎哎自学好难好累哦来个大活人带带我啊。

20190701-20190702
认识它们两天了,我感觉做网页就像化眼妆,学问也不小哦。
html文件基本结构,编辑器会自动生成滴。



    
    Title




 
标签
  1. 根标签。
  2. 用于定义文档的头部,它是所有头部元素的容器。头部元素有、<script>、 <style>、<link>、 <meta></code>等标签。</li> <li>在<code><body></body></code>之间的内容是网页的主要内容,如<code><h1>、<p>、<a>、</code>。</li> </ol> <pre><code><q>短文本<blockquote>长文本 <span>设置单独样式,.为class类,#为id,*为全局。 <hr>水平横线。 <address> <code><pre> <ul>列表<ol>排行榜 <div id="***">命名 <table summary=“***”>表格 <style type="text/css">加框线 <caption>表标题</caption> 表单标签: <form method="post" action="save.php"> <label for="username">用户名:</label> <input type="text" name="username" id="username" value="" /> <label for="pass">密码:</label> <input type="password" name="pass" id="pass" value="" /> <input type="submit" value="确定" name="submit" /> <input type="reset" value="重置" name="reset" /> </form> <textarea rows="行数" cols="列数">文本框输入文本</textarea>~ <input type="radio/checkbox" value="值" name="名称" checked="checked"/>~ <select multiple="multiple"> /*多选*/ <option value="you">you</option> <option value="me">me</option> </select>~ </code></pre> <p>狗狗祟祟,耐心到此结束,日后有雅兴时再补充。。上我百度首页代码先:</p> <pre><code><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>百度一下 你就知道

    新闻 hao123 地图 视频 贴吧 学术 登录 设置

    [外链图片转存失败(img-DiMM8rgv-1562148227234)(https://mp.csdn.net/mdeditor/my%20QR.jpg)]

    扫一扫添加

    性感丑开 在线陪聊

    把百度设为主页      关于百度      About Baidu      百度推广     

    css:

    .bold{font-weight: bold;}
    
    .more{background: #36f;
    color: white;}
    
    .logo{text-align: center;
    margin-top: 100px;}
    
    .QR{text-align: center;
    margin-top: 330px;
    }
    
    .small{text-align: center;
        color: gray;
        font-size: 5px;
    }
    
    span{text-decoration: underline;}~
    

    你们可以运行一下,但之间我上传了自己的本地文件,闹着玩的,输出结果如下:
    初识HTML+CSS及baidu首页模仿show_第1张图片
    over,以上是我在csdn的第一篇博客,请指教!请包容!

    emmm本幽灵又回来了,小哥哥说了笔记自己看的,要坚持做总结。其实我今天开始入门js了,看了一天看到dom真的好懵呀,慕课的课程给了好大篇幅给定义,还不如实操一下。静下心来做了各种button,不好玩,动态,window.open/close。这些都是基础啦,定义而后循环选择这些语句想必有编程基础的大佬们一看就懂,瞬间后悔自己之前没有好好学习。js就是让你制作的网页活跃起来!

    然后今天换另一种方式做笔记了,就是将我的编程加上注释!有趣的成果我会分享出来的,写文章是为了表现我能坚持多久!

你可能感兴趣的:(html+css+js,html,百度首页,前端,网页制作,css)