免费试用

中文化、本土化、云端化的在线跨平台软件开发工具,支持APP、电脑端、小程序、IOS免签等等

html脚本代码网页制作

HTML(HyperText Markup Language)是一种用于创建网页的标记语言,它由一系列标签组成,用于描述网页上的各种元素。HTML代码是网页制作的基础,是网页内容的呈现方式。在本文中,我们将详细介绍HTML脚本代码的原理和制作方法。

一、HTML的基本结构

HTML代码由标签、属性和值组成。标签是用来标识网页元素的,属性是用来描述标签的特性,值是属性的具体取值。HTML的基本结构如下:

```

网页标题

网页内容

```

其中,``是文档类型声明,表示这个文档是HTML5类型的。``标签是HTML文档的根元素,包含了整个HTML文档的内容。``标签用于定义文档头部信息,包括标题、样式表、脚本等。``标签用于定义网页标题。`<body>`标签是HTML文档的主体部分,包含了网页的实际内容。</p><p>二、HTML的常用标签</p><p>1. 文本标签</p><p>`<h1>`~`<h6>`标签用于定义标题,数字越小表示标题级别越高。`<p>`标签用于定义段落,`<br>`标签用于换行,`<hr>`标签用于插入水平线。</p><p>2. 链接标签</p><p>`<a>`标签用于定义超链接,常用属性包括`href`(指向链接目标的URL)、`target`(指定链接目标的打开方式)和`title`(鼠标悬停时显示的提示信息)。</p><p>3. 图像标签</p><p>`<img>`标签用于插入图像,常用属性包括`src`(指向图片文件的URL)、`alt`(图像无法显示时显示的替代文本)和`width`、`height`(指定图像的宽度和高度)。</p><p>4. 表格标签</p><p>`<table>`标签用于定义表格,`<tr>`标签用于定义表格行,`<td>`标签用于定义表格单元格。常用属性包括`border`(表格边框宽度)、`cellpadding`(单元格内边距)、`cellspacing`(单元格之间的间距)等。</p><p>5. 表单标签</p><p>`<form>`标签用于定义表单,`<input>`标签用于定义表单控件。常用的表单控件包括文本框、密码框、单选框、复选框、下拉列表等。</p><p>三、HTML的样式和脚本</p><p>HTML可以通过CSS(Cascading Style Sheets)和JavaScript来添加样式和动态效果。CSS用于定义网页的外观样式,可以通过`<style>`标签或外部样式表来引用。JavaScript用于定义网页的交互行为,可以通过`<script>`标签或外部脚本文件来引用。</p><p>四、HTML的制作方法</p><p>1. 编辑器</p><p>可以使用各种文本编辑器来编写HTML代码,如Notepad、Sublime Text、Visual Studio Code等。这些编辑器通常提供语法高亮、自动补全、错误提示等功能,可以大大提高编写效率。</p><p>2. 在线工具</p><p>也可以使用在线HTML编辑器来制作网页,如W3Schools、CodePen、JSFiddle等。这些工具通常提供预览功能,可以实时查看网页效果。</p><p>3. 模板</p><p>还可以使用现成的HTML模板来制作网页,如Bootstrap、Foundation等。这些模板提供了一些常用的样式和组件,可以快速制作出美观的网页效果。</p><p>总之,HTML是网页制作的基础,掌握HTML脚本代码的原理和制作方法,可以帮助我们更好地创建网页内容,实现更多的交互效果和功能。</p></div> <script type="text/javascript" src="//123.yimenapp.com/production/pkj/sc/source/s/common/t-gh.js"></script> <hr style="margin: 20px 0;height: 0;border: none; border-bottom: 1px dashed #ddd;"/> <div class="tag-banner"><a href="https://ruanzhu.yimenapp.com/"><img src="//cdn.myapp.ltd/ag/3/xinruanzhu.gif" style="vertical-align: top;display: inline-block;width: auto;max-width:100%;"></a></div> <div style="font-size:130%;padding-top:20px;">相关知识:</div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-h5-zen-me-diao-yong-yuan-sheng-app-gong-neng-15240.html">h5怎么调用原生app功能</a> <div class=summary>HTML5是一种基于Web的技术,可以用于在移动设备上开发应用程序。虽然HTML5具有许多优势,但是它仍然无法完全取代原生应用程序。因此,许多开发人员都希望能够在HTML5应用程序中调用原生应用程序的功能。本文将介绍如何在HTML5应用程序中调用原生应用程</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-tuo-ye-shi--webapp--kai-fa-15123.html">拖拽式 webapp 开发</a> <div class=summary>拖拽式 webapp 开发是一种基于可视化界面的开发方式,它能够帮助开发者快速地搭建出符合需求的 web 应用。本文将从原理和详细介绍两个方面来讲解拖拽式 webapp 开发。一、原理拖拽式 webapp 开发的原理主要是基于前端的可视化界面编辑器,通过界</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-web-duan-h5-14996.html">web端h5</a> <div class=summary>H5是HTML5的简称,是HTML的第五个版本,也是当前最新的版本。HTML5不仅是一种新的标准,也是一种新的技术。它不仅提供了更多的语法和功能,而且还为Web应用程序提供了更多的可能性。在Web开发中,H5的应用越来越广泛,成为了Web开发的必备技能之一</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-web-da-bao-app-gong-ju-14392.html">web打包app工具</a> <div class=summary>Web打包App工具,是指将Web应用程序打包成移动应用程序的工具。这种工具可以将Web应用程序转换为原生应用程序,以便在移动设备上运行。Web打包App工具的原理是使用WebView控件将Web应用程序嵌入到原生应用程序中,并且添加一些原生应用程序的功能</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-kuai-su-kai-fa-kuang-jia--admin-13718.html">快速开发框架 admin</a> <div class=summary>Admin是一个基于Python的快速开发框架,它可以帮助开发人员快速构建管理后台。该框架采用了Django作为基础框架,并通过自定义的插件和模板进行扩展。Admin框架具有以下特点:1. 快速开发:Admin框架提供了一套完整的后台管理系统,包括用户管理</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-vue2--yi-dong-duan-kuang-jia-12693.html">vue2 移动端框架</a> <div class=summary>Vue.js是一款轻量级的JavaScript框架,它是一款渐进式的框架,可以用于构建单页面应用程序(SPA)和复杂的Web应用程序。Vue.js是一个MVVM(Model-View-ViewModel)框架,它的核心库只关注视图层,因此它非常适合构建移动</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-wang-zhan-bian-app-ruan-jian-12279.html">网站变app软件</a> <div class=summary>随着智能手机的普及,越来越多的网站都开始考虑将自己的网站变成APP软件,以便更好地满足用户需求。那么,网站如何变成APP软件呢?下面就为大家介绍一下网站变APP软件的原理和详细步骤。一、网站变APP软件的原理网站变APP软件的原理其实很简单,就是将网站的内</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-zuo-app-de-jie-mian-12096.html">做app的界面</a> <div class=summary>做APP的界面设计是APP开发的一个重要环节,它不仅仅是一个视觉效果,更是用户与应用程序交互的重要方式。一个好的APP界面设计可以提高用户的使用体验,增加用户的黏性,从而提高APP的用户留存率。下面我们来详细介绍一下做APP的界面设计原理和步骤。一、界面设</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/01811935293.jpg"/> <div class=content> <a class=title href="info@-vue-zhong-de-app-zu-jian-12017.html">vue中的app组件</a> <div class=summary>Vue中的app组件是Vue.js框架的根组件,它是所有其他组件的父组件。app组件负责渲染整个应用程序,包括路由、状态管理和其他组件。在Vue.js中,一个应用程序只有一个根组件,它被称为app组件。app组件的作用是将整个应用程序的代码组织在一起,它包</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-vue-xie-ios-app-11794.html">vue写ios app</a> <div class=summary>Vue.js 是一个流行的前端框架,它可以帮助开发者构建复杂的 web 应用程序。但是,Vue.js 也可以用来开发移动应用程序,尤其是 iOS 应用程序。在本文中,我们将介绍如何使用 Vue.js 来编写 iOS 应用程序。在开始之前,我们需要了解一下开</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-app-kai-fa-kuai-su-11598.html">app开发快速</a> <div class=summary>随着移动互联网的普及,越来越多的企业和个人开始关注app开发。那么,如何快速开发一款app呢?本文将从原理和详细介绍两个方面进行阐述。一、 原理app开发的原理主要包括以下几个方面:1. 技术选型选择合适的技术栈是开发一款app的重要前提。目前,市面上主流</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-h5-wang-zhan-zhuai-app-11296.html">h5网站转app</a> <div class=summary>在移动互联网时代,APP已经成为人们生活中不可或缺的一部分,而对于一些小型的网站来说,想要开发自己的APP可能会面临着成本高、技术难度大等问题。因此,将网站转换成APP的需求也就应运而生。本文将详细介绍h5网站转APP的原理和方法。一、h5网站转APP的原</div> <div class=date>2023-04-06</div> </div> </div> </div> </div> <div class="topMs" style="height:auto;background:#fff;"></div> <div class="footer"> <div class="width_normal"> <ul class="foot_ul"> <li class="foot_title">一门APP</li> <li><a href="https://www.yimenapp.com/aboutus.html">关于我们 ›</a></li> <li><a href="https://www.yimenapp.com/https://www.yimenapp.com/https://www.yimenapp.com/aboutus.html">隐私条款 ›</a></li> <li><a href="https://www.yimenapp.com/https://www.yimenapp.com/https://www.yimenapp.com/aboutus.html">企业文化 ›</a></li> <li><a href="https://www.yimenapp.com/aboutus.html">企业历程 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">主要产品</li> <li><a href="https://www.yimenapp.com/more.html">一门APP ›</a></li> <li><a href="https://www.yimenapp.com/exe.html">一门应用 ›</a></li> <li><a href="https://www.yimenapp.com/shop.cshtml">一门云商城 ›</a></li> <li><a href="https://www.yimenapp.com/jiaocheng.html">使用教程 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">增值服务</li> <li><a href="https://www.yimenapp.com/iosup.html">苹果上架 ›</a></li> <li><a href="https://www.yimenapp.com/androidup.html">安卓上架 ›</a></li> <li><a href="https://www.yimenapp.com/softpage.html">软著申请 ›</a></li> <li><a href="https://bbs.yimenapp.com/forum-151-1.html">应用内测 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">开放平台</li> <li><a href="/module">组件模块 ›</a></li> <li><a href="doc/demo.cshtml">APP Demo ›</a></li> <li><a href="/desktop/doc/#/api/variable">PC Demo ›</a></li> <li><a href="https://bbs.yimenapp.com">开发者社区 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">语言版本</li> <li><a href="/" onclick='document.cookie="_ymlang=zh"'>简体中文 ›</a></li> <li><a href="/" onclick='document.cookie="_ymlang=zh-tw"'>繁体中文 ›</a></li> <li><a href="/" onclick='document.cookie="_ymlang=en"'>英文 ›</a></li> </ul> <ul class="foot_ul contactUs"> <li class="foot_title"><a href="aboutus.html">联系我们</a></li> <li>企业电话: 4001658508</li> <li>企业QQ: 4001658508</li> <li>座机: 028-65787095</li> <li>邮箱: dev@yimenapp.com</li> <li>地址: 四川省成都市高新区剑南大道1537号3栋4楼</li> </ul> <style> .footer {background: #F9F9FA;height: auto;width: 100%;clear: both;} .link_list1 {width: 100%;clear: both;border-top: 1px solid #fff;margin-top: 9px;} .fflist {position: relative;height: auto;} .fflist-title {position: absolute;left: 0;text-align: left;line-height: 25px;font-size: 13px;color: #6a7582;letter-spacing: .43px;padding-right: 20px;font-weight: 700;} .fflist-wrap {zoom: 1;padding-left: 70px;width: 100%;box-sizing: border-box;} .fflist-link{display: inline-block;width: 10%;text-align: left;line-height: 25px;font-size: 12px;color: #6a7582;letter-spacing: .43px;text-decoration: none;} </style> <div class="link_list1"> <div class="fflist"> <span class="fflist-title">一门产品</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://www.yimenapp.com/more.html" target="_blank">APP打包</a> <a class="fflist-link" href="https://www.yimenapp.com/exe.html" target="_blank">EXE打包</a> <a class="fflist-link" href="https://www.yimenapp.com/shop.html" target="_blank">云商城</a> <a class="fflist-link" href="https://www.yimenapp.com/discuz.html" target="_blank">Discuz app</a> <a class="fflist-link" href="https://www.yimenapp.com/wordpress.html" target="_blank">Wordpress app</a> <a class="fflist-link" href="https://www.yimenapp.com/webclip.html" target="_blank">Webclip</a> <a class="fflist-link" href="https://www.yimenapp.com/softpage.html" target="_blank">APP软著申请</a> <a class="fflist-link" href="https://www.yimenapp.com/iosup.html" target="_blank">APP上架</a> <a class="fflist-link" href="https://www.yimenapp.com/ssl.html" target="_blank">SSL加密</a> <a class="fflist-link" href="https://www.yimenapp.com/iosmianqian.html" target="_blank">IOS免签版</a> <a class="fflist-link" href="https://www.yimenapp.com/vueapp.html" target="_blank">vue做APP</a> <a class="fflist-link" href="https://www.yimenapp.com/appfenfa.html" target="_blank">APP分发</a> <a class="fflist-link" href="https://www.yimenapp.com/ioscer.html" target="_blank">IOS证书制作工具</a> </div> </div> <div class="fflist"> <span class="fflist-title">一门文档</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/hangye/" target="_blank">行业资讯</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/diannaoruanjian/" target="_blank">电脑软件</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/xiaochengxu/" target="_blank">小程序</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/ssl/" target="_blank">SSL教程</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/appruanzhu/" target="_blank">APP软著</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/appfengzhuang/" target="_blank">APP封装</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/appshangjia/" target="_blank">APP上架</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/jssdk/" target="_blank">JS-SDK</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/appcs/" target="_blank">测试分发</a> </div> </div> <div class="fflist"> <span class="fflist-title">三方平台</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/hwopen/" target="_blank">华为开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/oppokfpt/" target="_blank">OPPO开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/vivokfpt/" target="_blank">VIVO开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/xiaomikfpt/" target="_blank">小米开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/meizukfpt/" target="_blank">魅族开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/weixinopen/" target="_blank">微信开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/zfbopen/" target="_blank">支付宝开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/baiduopen/" target="_blank">百度开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/qqopen/" target="_blank">腾讯开放平台</a> </div> </div> <div class="fflist"> <span class="fflist-title">推荐模块</span> <div class="fflist-wrap"> <a class="fflist-link" href="/module/yuan-sheng-biao-ti-lan-1.html" target="_blank">原生标题栏</a> <a class="fflist-link" href="/module/sao-yi-sao-8.html" target="_blank">扫一扫</a> <a class="fflist-link" href="/module/an-gao-qi-dong-bing-32.html" target="_blank">广告启动屏</a> <a class="fflist-link" href="/module/wei-xin-fen-xiang-33.html" target="_blank">微信分享</a> <a class="fflist-link" href="/module/ce-bian-lan-52.html" target="_blank">侧边栏</a> <a class="fflist-link" href="/module/AppsFlyer--tong-ji-152.html" target="_blank">AppsFlyer统计</a> <a class="fflist-link" href="/module/zhi-fu-bao-zhi-fu-37.html" target="_blank">支付宝支付</a> <a class="fflist-link" href="/module/X5-nei-he-20.html" target="_blank">X5内核</a> <a class="fflist-link" href="/module/chuan-shan-jia-an-gao-90.html" target="_blank">穿山甲广告</a> <a class="fflist-link" href="/module/liu-lan-qi-UA-13.html" target="_blank">浏览器UA</a> <a class="fflist-link" href="/module/iOS-nei-gou-30.html" target="_blank">IOS内购</a> <a class="fflist-link" href="/module/tuo-luo-yi-59.html" target="_blank">陀螺仪</a> <a class="fflist-link" href="/module/ji-shi-tong-xun-64.html" target="_blank">融云IM</a> <a class="fflist-link" href="/module/IDFA--an-gao-biao-shi-fu-75.html" target="_blank">IDFA广告标识</a> <a class="fflist-link" href="/module/IMEIOAID--biao-shi-74.html" target="_blank">IMEI/OAID</a> <a class="fflist-link" href="/module/ge-tui-tui-song-39.html" target="_blank">个推推送</a> <a class="fflist-link" href="/module/gao-de-ding-wei-130.html" target="_blank">高德定位</a> <a class="fflist-link" href="/module/wei-xin-deng-lu-11.html" target="_blank">微信登录</a> </div> </div> </div> <div style="text-align:center;padding-top:2em;line-height:2.2em"><a href="/fengzhuang-52.html">html封装app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-150.html">h5封装成app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-422.html">获取webapp路径</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-753.html">mui打包app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-959.html">h5转apk</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1100.html">html转化为apk</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1690.html">搭建app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1750.html">h5混合开发app框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1918.html">h5 安卓app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2013.html">一个app开发类似pinterest</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2155.html">vue能打包成app吗</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2204.html">转app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2441.html">androidx mvp 快速开发框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2729.html">快速开发手机app vue</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3241.html">自己怎么开发一个软件app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3332.html">vue 获取 vue_app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3459.html">vue做app开发</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3487.html">软件开发培训班</a></div> <div style="clear:both;"></div> <div class="link_list"> <span>友情链接:</span> <a href="https://www.yimenapp.com">APP开发</a> <a href="https://bbs.yimenapp.com">APP开发社区</a> <a href="http://www.anzhuoe.cn">安卓上架</a> <a href="https://www.yimenapp.net">APP打包</a> <a href="http://app.applebyme.cn">APP生成</a> <a href="http://www.yimenapp.cn">APP封装</a> <a href="http://www.uapp.club">webclip</a><a href="http://www.yizhanapp.com">驿站APP</a> <a href="http://discuz.yizhanapp.com">discuz做APP</a> <a href="http://www.applebyme.cn/">苹果APP上架</a> <a href="https://www.yimenapp.com/wordpress.html">wordpress app</a><a href="https://www.yimenssl.com/">低价ssl</a> <div style="clear:both;"></div> </div> </div> </div> <div class="bottom"> <div class="width_normal"> <span>©2015-2021 成都七扇门科技有限公司 yimenapp.cn</span> <span><img src="//cdn.myapp.ltd/ag/35/img/foot_1.png"/> <a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=51019002001185">川公网安备 51019002001185号</a></span> <span><a href="https://beian.miit.gov.cn/">蜀ICP备17005078号</a></span> <span><a href="https://v.yunaq.com/certificate?domain=www.yimenapp.com&from=label&code=90030"><img src="//cdn.myapp.ltd/ag/35/img/foot_2.png" class="bot_img"/></a></span> <div style="clear:both;"></div> </div> </div> <!-- WPA start --> <script id="qd2852153749712b2d3cc16651c050fa3081fba21c66" src="https://wp.qiye.qq.com/qidian/2852153749/712b2d3cc16651c050fa3081fba21c66" charset="utf-8" async defer></script> <!-- WPA end --> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?a329e18a856a045eca3ffcfe3899ab7a"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> /*推广联盟*/ (function () { var m = /un=(\d+)/.exec(location.href.toLowerCase()); if (!m) return; var d = new Date(); d.setTime(d.getTime() + 12 * 3600 * 1000); document.cookie = "un=" + m[1] + ";path=/;expires=" + d.toGMTString(); })(); </script> <link rel=stylesheet href=assets/highlight-11.9.0/styles/vs.min.css /> <style>code[lang]::before{content:attr(lang);display:block;text-align:right;margin-bottom:8px;font-weight:bold;text-transform:capitalize}</style> <script src=assets/highlight-11.9.0/highlight.min.js></script> <script>hljs.highlightAll()</script></body> </html>