• 网页设计成品DW静态网页Html5响应式css3——电影网站bootstrap制作(4页)


    HTML实例网页代码, 本实例适合于初学HTML的同学。该实例里面有设置了css的样式设置,有div的样式格局,这个实例比较全面,有助于同学的学习,本文将介绍如何通过从头开始设计个人网站并将其转换为代码的过程来实践设计。

    一、网页介绍

    1 网页简介:此作品为学生个人主页网页设计题材,HTML+CSS 布局制作,web前端期末大作业,大学生网页设计作业源码,这是一个不错的网页制作,画面精明,代码为简单学生水平, 非常适合初学者学习使用。

    2.网页编辑:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。

    3.知识应用:技术方面主要应用了网页知识中的: Div+CSS、鼠标滑过特效、Table、导航栏效果、Banner、表单、二级三级页面等,视频、 音频元素 、Flash,同时设计了Logo(源文件)所需的知识点。


    一、网页效果

    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述

    二、代码展示

    1.HTML代码

    代码如下(示例):以下仅展示部分代码供参考~

    
    <section class="w3l-main-slider position-relative" id="home">
    		<div class="companies20-content">
    			<div class="owl-one owl-carousel owl-theme">
    				<div class="item">
    					<li>
    						<div class="slider-info banner-view bg bg2">
    							<div class="banner-info">
    								<h3>最新电影预告片h3>
    								<p>疼痛本身对主要的脂肪化精英很重要。<span class="over-para"> 
    									这种仇恨必然来自快乐。span>p>
    								<a href="#small-dialog1" class="popup-with-zoom-anim play-view1">
    									<span class="video-play-icon">
    										<span class="fa fa-play">span>
    									span>
    									<h6>观看预告h6>
    								a>
    								
    								<div id="small-dialog1" class="zoom-anim-dialog mfp-hide">
    									<iframe  allow="autoplay; fullscreen"
    										allowfullscreen="">iframe>
    								div>
    							div>
    						div>
    					li>
    				div>
    				<div class="item">
    					<li>
    						<div class="slider-info  banner-view banner-top1 bg bg2">
    							<div class="banner-info">
    								<h3>最新在线电影h3>
    								<p>疼痛本身对主要的脂肪化精英很重要。<span class="over-para"> 
    									这种仇恨必然来自快乐。span>p>
    								<a href="#small-dialog2" class="popup-with-zoom-anim play-view1">
    									<span class="video-play-icon">
    										<span class="fa fa-play">span>
    									span>
    									<h6>观看预告h6>
    								a>
    								
    								<div id="small-dialog2" class="zoom-anim-dialog mfp-hide">
    									<iframe allow="autoplay; fullscreen"
    										allowfullscreen="">iframe>
    								div>
    							div>
    						div>
    					li>
    				div>
    				<div class="item">
    					<li>
    						<div class="slider-info banner-view banner-top2 bg bg2">
    							<div class="banner-info">
    								<h3>最新在线电影h3>
    								<p>疼痛本身对主要的脂肪化精英很重要。<span class="over-para"> 
    									这种仇恨必然来自快乐。span>p>
    								<a href="#small-dialog3" class="popup-with-zoom-anim play-view1">
    									<span class="video-play-icon">
    										<span class="fa fa-play">span>
    									span>
    									<h6>观看预告h6>
    								a>
    								
    								<div id="small-dialog3" class="zoom-anim-dialog mfp-hide">
    									<iframe  allow="autoplay; fullscreen"
    										allowfullscreen="">iframe>
    								div>
    							div>
    						div>
    					li>
    				div>
    				<div class="item">
    					<li>
    						<div class="slider-info banner-view banner-top3 bg bg2">
    							<div class="banner-info">
    								<h3>最新在线电影h3>
    								<p>疼痛本身对主要的脂肪化精英很重要。<span class="over-para"> 
    									这种仇恨必然来自快乐。span>p>
    								<a href="#small-dialog4" class="popup-with-zoom-anim play-view1">
    									<span class="video-play-icon">
    										<span class="fa fa-play">span>
    									span>
    									<h6>观看预告h6>
    								a>
    								
    								<div id="small-dialog4" class="zoom-anim-dialog mfp-hide">
    									<iframe allow="autoplay; fullscreen"
    										allowfullscreen="">iframe>
    								div>
    							div>
    						div>
    					li>
    				div>
    			div>
    		div>
    	section>
    	
    	
    	
    	<section class="w3l-grids">
    		<div class="grids-main py-5">
    			<div class="container py-lg-3">
    				<div class="headerhny-title">
    					<div class="w3l-title-grids">
    						<div class="headerhny-left">
    							<h3 class="hny-title">热门电影h3>
    						div>
    						<div class="headerhny-right text-lg-right">
    							<h4><a class="show-title" href="genre.html">显示所有a>h4>
    						div>
    					div>
    				div>
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112

    2.CSS代码

    
    html {
      font-family: sans-serif;
      line-height: 1.15;
      -webkit-text-size-adjust: 100%;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    
    article,
    aside,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
      display: block;
    }
    
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff;
    }
    
    [tabindex="-1"]:focus:not(:focus-visible) {
      outline: 0 !important;
    }
    
    hr {
      box-sizing: content-box;
      height: 0;
      overflow: visible;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-top: 0;
      margin-bottom: 0.5rem;
    }
    
    p {
      margin-top: 0;
      margin-bottom: 1rem;
    }
    
    abbr[title],
    abbr[data-original-title] {
      text-decoration: underline;
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted;
      cursor: help;
      border-bottom: 0;
      -webkit-text-decoration-skip-ink: none;
      text-decoration-skip-ink: none;
    }
    
    address {
      margin-bottom: 1rem;
      font-style: normal;
      line-height: inherit;
    }
    
    ol,
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76

    三、个人总结

    一套合格的网页应该包含(具体可根据个人要求而定)

    1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分;
    2. 所有页面相互超链接,可到三级页面,有5-10个页面组成;
    3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术;
    4. 菜单美观、醒目,二级菜单可正常弹出与跳转;
    5. 要有JS特效,如定时切换和手动切换图片新闻;
    6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用;
    7. 页面清爽、美观、大方,不雷同。
    8. 网站前端程序不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

    四、精彩推荐

    1.看到这里了就 【点赞收藏博文】 三连支持下吧,你的支持是我创作的动力, 【观注作者 |获取更多源码| 优质文章】

    2.关注我带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

    3.以上内容技术相关问题可以相互学习交流

    在这里插入图片描述

  • 相关阅读:
    关于二进制无法精确表示小数
    卷积神经网络
    Day12--渲染二级和三级分类列表
    宝塔面板日志和缓存占用磁盘空间很大,如何清理?
    浅谈 Raft 分布式一致性协议|图解 Raft
    leetcode-198.打家劫舍
    05-01 jdk,tomcat,mariadb数据库和profile多环境
    nginx 安装编译并指定安装目录
    Unity-Tilemap 瓦片地图
    Spring框架之IOC入门
  • 原文地址:https://blog.csdn.net/qq_38513433/article/details/128012509