免费试用

中文化、本土化、云端化的在线跨平台软件开发工具,支持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/03987305497.jpg"/> <div class=content> <a class=title href="info@-pu-tong-ren-zen-me-zhi-zuo-app-15330.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@-zi-zhi-app--zai-xian-15108.html">自制app 在线</a> <div class=summary>随着移动设备的普及,越来越多的人开始使用手机或平板电脑来完成日常工作和娱乐活动。因此,自制app成为了一种越来越流行的趋势。本文将介绍自制app的原理和详细步骤。自制app的原理自制app的原理是基于软件开发的技术和工具,例如编程语言、集成开发环境(IDE</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@-shi-yong-html-kai-fa-app-15022.html">使用html开发app</a> <div class=summary>HTML是一种标记语言,主要用于创建Web页面,但是在移动应用程序开发中,也可以使用HTML作为应用程序的用户界面。使用HTML开发移动应用程序的主要原理是使用HTML、CSS和JavaScript创建页面,然后将它们集成到一个原生应用程序中,以便用户可以</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-zai-xian-feng-zhuang-14623.html">APP在线封装</a> <div class=summary>APP在线封装是指将已有的APP应用程序通过在线工具进行重新封装,生成新的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@-mac--chuang-jian-app-14232.html">mac 创建app</a> <div class=summary>在 macOS 上创建应用程序可以让你的程序像其他应用程序一样运行,而不是在终端中运行。本文将介绍如何创建一个 macOS 应用程序。### 创建应用程序首先,你需要创建一个新的 Xcode 项目。打开 Xcode,选择 "Create a new Xco</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/09/35628175461.jpg"/> <div class=content> <a class=title href="info@-ban-yuan-sheng-app-kuang-jia-14200.html">半原生app框架</a> <div class=summary>半原生app框架是一种结合了原生app和web app的框架,它可以在保证原生app性能的前提下,使用web技术来进行开发。半原生app框架的实现方式有很多种,其中比较常见的是混合开发和React Native开发。混合开发是指将web app嵌入到原生a</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@-ios-app--hao-kan-de-kuang-jia-13762.html">ios app 好看的框架</a> <div class=summary>在iOS开发中,框架是不可或缺的一部分。框架是一种提供了特定功能的代码库,它们可以帮助我们更快速、更高效地构建应用程序。在这篇文章中,我们将介绍一些iOS开发中的好看的框架。1. UIKit框架UIKit框架是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@-jian-chan-an-zhuo-app-12709.html">简单安卓app</a> <div class=summary>Android是一款非常流行的移动操作系统,它的应用程序也非常丰富。如果您想要开发一款自己的Android应用程序,那么您需要了解Android应用程序的基础知识。在本文中,我们将介绍一款简单的Android应用程序,以便您了解Android应用程序的工作</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@-h5-duan-app-12062.html">h5端app</a> <div class=summary>H5端APP是一种基于HTML5技术开发的移动应用程序,它可以跨平台运行,无需下载安装,用户只需在手机浏览器中输入网址即可访问。H5端APP可以实现APP的基本功能,如离线缓存、推送通知、地理定位等,同时还可以提供更好的用户体验和更高的交互性。H5端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@-cong-ling-kai-shi-kai-fa-app-11753.html">从零开始开发app</a> <div class=summary>开发一款App需要掌握多个技能,包括编程语言、开发工具、设计等方面。本文将从原理和详细介绍两个方面来介绍从零开始开发App的过程。一、原理App是指基于移动操作系统的应用程序,可以在智能手机、平板电脑等移动设备上运行。移动操作系统主要有Android和iO</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@-yi-dong-duan-kai-fa-kuang-jia-you-na-xie-11419.html">移动端开发框架有哪些</a> <div class=summary>移动端开发框架是指一套用于快速开发移动应用程序的工具集。它们提供了许多预先编写好的代码库和模板,使得开发人员可以更快地构建应用程序,同时还可以减少开发过程中的错误和重复性工作。下面将介绍几种常用的移动端开发框架。1. React NativeReact N</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-kai-fa-de-app-neng-shang-jia-me-11376.html">vue开发的app能上架么</a> <div class=summary>Vue是一款流行的JavaScript框架,它提供了一种轻量级、易于学习和使用的方式来构建Web应用程序。Vue还可以用于开发移动应用程序,其中包括基于iOS和Android平台的原生应用程序。在本篇文章中,我们将探讨Vue开发的移动应用程序的上架问题。V</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-342.html">一键生成大片app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-853.html">apk转化html</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-981.html">网页打包安卓</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1171.html">apk转html</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1449.html">把网站做成app一样</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1755.html">h5和原生混合开发的好处</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2034.html">vue 混合app开发框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2384.html">pycharm打包成app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2455.html">web app 客户端</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2511.html">webapp结构</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2523.html">app应用市场搭建</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2590.html">原声移动 app 开发框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2910.html">安卓软件开发框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3514.html">电脑app怎么制作</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3735.html">app 开发软件</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3738.html">discuz 安卓 app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3882.html">app分发网址</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-4055.html">app怎么搭建</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>