分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 运营维护

第一章 Bootstrasp起步

发布时间:2023-09-06 02:25责任编辑:白小东关键词:暂无标签

模板如下:

<!DOCTYPE html><html lang="en"> ?<head> ???<meta charset="utf-8"> ???<meta http-equiv="X-UA-Compatible" content="IE=edge"> ???<meta name="viewport" content="width=device-width, initial-scale=1"> ???<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> ???<title>Bootstrap 101 Template</title> ???<!-- Bootstrap --> ???<link href="css/bootstrap.min.css" rel="stylesheet"> ???<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> ???<!-- WARNING: Respond.js doesn‘t work if you view the page via file:// --> ???<!--[if lt IE 9]> ?????<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> ?????<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> ???<![endif]--> ?</head> ?<body> ???<h1>Hello, world!</h1> ???<!-- jQuery (necessary for Bootstrap‘s JavaScript plugins) --> ???<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> ???<!-- Include all compiled plugins (below), or include individual files as needed --> ???<script src="js/bootstrap.min.js"></script> ?</body></html>

第一章 Bootstrasp起步

原文地址:https://www.cnblogs.com/xiaomulei/p/10091029.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved