大学生个人网页模板 简单网页制作作业成品 极简风格个人介绍HTML(个人博客 4页) 您所在的位置:网站首页 html个人简历网页表单制作 大学生个人网页模板 简单网页制作作业成品 极简风格个人介绍HTML(个人博客 4页)

大学生个人网页模板 简单网页制作作业成品 极简风格个人介绍HTML(个人博客 4页)

2023-03-28 05:18| 来源: 网络整理| 查看: 265

> ⛵ 源码获取 文末联系

Web前端开发技术 描述 网页设计题材,DIV+CSS 布局制作,HTML+CSS网页设计期末课程大作业 | 个人博客网站 | 个人主页介绍 | 个人简介 | 个人博客设计制作 | 等网站的设计与制作 | 大学生个人HTML网页设计作品| HTML期末大学生网页设计作业,Web大学生网页 HTML:结构 CSS:样式 在操作方面上运用了html5和css3, 采用了div+css结构、表单、超链接、浮动、绝对定位、相对定位、字体样式、引用视频等基础知识 JavaScript:做与用户的交互行为

@TOC

前端学习路线

(1)html文件:其中index.html是首页、其他html为二级页面; (2)css文件:css全部页面样式,文字滚动, 图片放大等; (3)js文件:js实现动态轮播特效, 表单提交, 点击事件等等(网页中运用到js代码)

网页基本结构

(1)首页:进入网页中看到的第一个页面(LOGO、公司名称、导航、banner、新闻、相关信息、底部信息、banner一般是5个   (2)二级页面:从首页点击进入之后的页面叫做二级页面 (3)三级页面:从二级页面点击进入的页面

网页html:网页是构成网站的基本元素,是承载各种网站应用的平台。通俗地说,网站就是由网页组成的 首页网站:首页是一个网站的入口网页,故往往会被编辑得易于了解该网站多数作为首页的文件名是index加上扩展名 导航菜单:是指位于页面顶部或者侧边区域的,也称之为导航栏,它起着链接站点或者软件内的各个页面的作用. 网页页脚:是网页中每个页面的底部的区域。常用于显示附加信息。如作者、备案号等。

网页演示

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

HTML结构代码 个人博客 * { margin: 0; padding: 0; } .menus.menus1 h1 { vertical-align: sub; float: left; margin-top: 30px; font-size: 54px; text-transform: none; font-family: "华文行楷"; font-weight: lighter; color: #000; } .banenr { height: 80px; width: auto; background-color: #eb4537; } .banenr .banner-bg h3 { font-size: 36px; font-weight: lighter; float: left; margin-top: 20px; color: #f1f1f1; margin-left: -30px; } .banner-bg { margin: auto; width: 1100px; height: 80px; padding-left: 0px; } a { color: #000; text-decoration: none; } li { list-style: none; } .clear { clear: both; } .menus { width: 1100px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; height: 100px; } .menus ul { width: 700px; position: relative; float: right; margin-top: 20px; font-style: italic; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ff5a5a; } .menus li { float: left; width: 100px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-size: 24px; } .menus li:nth-child(2) { color: #fff; } .menus .bg { width: 100px; height: 40px; position:absolute; left: 0; top: 0; z-index: -1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; background-image: url(picture/ban.png); /*动画随鼠标滑动*/ } .tab { width: 750px; height: 500px; border: 1px solid #000; margin-top: 20px; font-size: 40px; line-height: 500px; text-align: center; color: #888; font-weight: bold; display: none; } .show { display: block; } #footer { text-align: center; vertical-align: middle; height: 150px; padding-top: 50px; color: #FFF; background-color: #333; } body { margin: 0px; background-color: #f1f1f1; } .slider { background-color: #C99; height: 620px; width: 1100px; margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px; border-radius: 12px; padding-bottom: 0px; } body { width:auto; margin: 0px; padding: 0px; } .slider1 { height: 600px; width: 1080px; margin-top: 10px; margin-right: 10px; margin-left: 10px; overflow: hidden; border-radius: 12px; } .welcome-text { height: 200px; width: 1100px; margin-top: 12px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-color: #f1f1f1; font-size: 48px; text-align: center; vertical-align: middle; padding-top: 40px; } .scroll-td-text { height: 40px; width: 280px; text-align: center; vertical-align: middle; padding-top: 10px; font-size: 24px; } .introduce { height: 40px; width: 1100px; margin-right: auto; margin-left: auto; font-size: 24px; padding-top: 8px; border-bottom-width: 2px; border-left-width: 10px; border-bottom-style: solid; border-left-style: solid; border-bottom-color: #F00; border-left-color: #9F3; } .introduce-content { height: 500px; width: 1100px; margin-right: auto; margin-left: auto; background-color: #F0EBDB; margin-bottom: 5px; border-radius: 15px; } #img-introduce { background-color: #CC0; float: left; height: 480px; width: 620px; margin: 10px; } #text-introduce { margin: 10px; height: 480px; width: 440px; float: left; } .text-introducce { height: 100px; width: 440px; margin-bottom: 20px; margin-top: 10px; } .scroll { height: 380px; width: 1000px; margin-right: auto; background-color: #FFF; position: relative; overflow: hidden; margin-top: 20px; margin-bottom: auto; margin-left: auto; } .ms-ex { padding: 10px; height: 440px; width: 1100px; border: 1px solid #999; margin-right: auto; margin-left: auto; margin-top: 14px; margin-bottom: 14px; } .text-box { height: 40px; width: 150px; margin-top: 20px; margin-bottom: 10px; margin-left: 10px; float: left; font-size: 30px; text-align: center; vertical-align: middle; padding-top: 10px; } .ms-exhibition p { height: 36px; margin-top: 0px; } .ms-exhibition { margin-right: auto; font-size: 36px; padding-top: 0px; text-align: center; height: 36px; width: 1000px; margin-left: auto; margin-bottom: 0px; margin-top: 0px; background-color: #f1f1f1; } #text-box1 { background-color: #FF6; border-radius: 12px; } #text-box3 { background-color: #F03; border-radius: 12px; } #text4 #text-box4 { background-color: #6F6; border-radius: 12px; } .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; } #text-box2 { background-color: #09F; border-radius: 12px; } .text-box-right { float: left; height: 80px; width: 250px; margin-top: 16px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px; font-size: 18px; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; margin-top: 10px; } .scroll-in { height: 300px; width: 1080px; margin-top: 40px; margin-right: auto; margin-left: auto; } .scroll-td { height: 280px; width: 280px; margin-left: 0px; } h3 { font-size: 24px; line-height: 30px; font-family: "微软雅黑"; text-indent: 48px; } h1 { line-height: 24px; font-size: 44px; } 个人博客 首页 游戏扩列 爱好 番剧 一个在中国上学的学生 var swiper = new Swiper('.swiper-container', { slidesPerView: 1, spaceBetween: 30, loop: true, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); 欢迎您来到;; ;;; 我的个人空间 ; 欢迎你,在此偶遇的陌生人,希望你我的灵魂能够发生有趣的碰撞。 个人简介 ·个人信息· 年龄:20 ·吃!· 最爱的食物:炸酱面 最爱的饮料:椰果百香果汁 ·留言· 这里是我的个人博客,很高兴你能访问,在这里我会将我自己展现给你,希望你能通过我的自我介绍了解我,不仅是外在看起来的那样,更多的是我的爱好与兴趣,希望能与你有所交集。希望能通过这种方式,遇到志同道合的朋友,在一起聊聊兴趣,在一起娱乐。 照片墙 近期 疫情锻炼 懵 高考完剃毛 毕业聚餐 阴间万圣节特效 躺平 军训期 个人版权 学的反而越迷茫

有这种感觉很正常,因为你还没有真正去公司里面待过,也不清楚自己到底要学多少东西才能胜任公司里面给你分配的活。我从你的表述来看,你的基础应该还是很扎实的。跟着网上那种全套的视频教程学肯定没有问题。

当你以后真正进入公司,发现工作的难度和量大约只有你学习时期的大约20%,你可能就会发出一声叹息:原来工作也不过如此嘛。

这是很正常的,因为大部分公司是招你进去去干活的,写业务的,不是让你一个新人去研发公司架构的。都是现成的东西,你要做的就是在别人的教导下,手把手的指挥下去添砖加瓦。到时候你恐怕要惊呼:就这?

所以,放松心态吧,好好享受大学时光 —————————————————

学习更多

关注我 | 点赞博文 | 每天带你涨知识

在这里插入图片描述



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

      专题文章
        CopyRight 2018-2019 实验室设备网 版权所有