免费试用

中文化、本土化、云端化的在线跨平台软件开发工具,支持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@-vs2022-zen-me-chuang-jian-shou-ji-app-15188.html">vs2022怎么创建手机app</a> <div class=summary>Visual Studio 2022是一款功能强大的集成开发环境,可以用于创建各种类型的应用程序,包括移动应用程序。在本文中,我们将介绍如何使用Visual Studio 2022创建手机应用程序。首先,我们需要安装Visual Studio 2022。可</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@-android-de-kai-fa-fang-fa-14950.html">android的开发方法</a> <div class=summary>Android开发是一种基于Java语言的移动应用程序开发过程。它是由Google公司推出的,用于创建在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/23750235196.jpg"/> <div class=content> <a class=title href="info@-vue-ke-yi-zuo-app-ma-14922.html">vue可以做app吗</a> <div class=summary>Vue是一种流行的JavaScript框架,用于构建交互式Web应用程序。但是,Vue也可以用于构建移动应用程序。本文将介绍Vue如何用于构建移动应用程序,并解释Vue移动应用程序的原理。Vue移动应用程序是基于Vue框架的移动应用程序。Vue框架提供了一</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-xie-mian-14809.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@-shou-ji-yuan-sheng-app-14756.html">手机原生app</a> <div class=summary>手机原生应用程序(Native App)是指在特定移动设备(如手机、平板电脑等)的操作系统上运行的应用程序,其代码是使用特定的编程语言(如Java、Swift、Objective-C等)编写的。这些应用程序可以直接在设备上安装并运行,与设备的硬件和操作系统</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@-kai-fa-app-de-qian-ji-zhun-bei-14743.html">开发app的前期准备</a> <div class=summary>在开发一款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-zen-me-kai-fa-shou-ji-app-14720.html">vue怎么开发手机app</a> <div class=summary>Vue 是一个流行的 JavaScript 框架,它可以用于构建 Web 应用程序。但是,Vue 也可以用于构建跨平台的移动应用程序。本文将详细介绍如何使用 Vue 开发移动应用程序。Vue 开发移动应用程序的原理Vue 可以与 Cordova 或 Cap</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@-da-jian-app-dai-ma-14486.html">搭建app代码</a> <div class=summary>搭建一个app需要考虑到多个方面,包括前端设计、后端开发、服务器部署等等。下面将从这几个方面介绍搭建app的原理和详细步骤。一、前端设计1.确定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@-h5-da-kai-app-14417.html">h5打开app</a> <div class=summary>HTML5是一种用于创建Web应用程序的标准,它可以在各种设备和操作系统上运行。在移动设备上,HTML5可以与原生应用程序交互,以提供更好的用户体验。其中一个关键的功能是h5打开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/09/35628175461.jpg"/> <div class=content> <a class=title href="info@-ba-wen-jian-da-bao-cheng-app-de-ruan-jian-13721.html">把文件打包成app的软件</a> <div class=summary>在软件开发中,将多个文件打包成一个可执行的应用程序(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@-kai-fa-app-zhi-neng-yong-vue-ma-12498.html">开发app只能用vue吗</a> <div class=summary>开发app并不一定只能使用Vue,开发app的技术栈有很多种,比如React、Angular、Flutter等等。但是Vue在前端开发中的应用非常广泛,尤其是在移动端开发中。下面将从Vue的特点、优势以及在移动端开发中的应用等方面进行介绍。Vue是一款轻量</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@-shou-ji-feng-zhuang-app-12289.html">手机封装app</a> <div class=summary>随着移动互联网的发展,越来越多的企业和个人开始将自己的服务或产品封装成手机应用程序(App),以便更好地为用户提供服务和增加用户粘性。手机封装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-379.html">flutter开发框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-767.html">打包app软件</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1104.html">app嵌套h5页面</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1643.html">vue进行app的开发</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1705.html">vue开发h5app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1908.html">app封装平台哪个好</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2198.html">快速安卓app开发软件</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2217.html">vue项目生成app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2405.html">vue app打包</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2418.html">短时间内创建app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2527.html">html制作app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2873.html">app开发速成</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3067.html">sdk框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3074.html">快速构建app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3085.html">手机网页制作app软件</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3092.html">app开发能用h5</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3973.html">h5产品和app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-4133.html">fut web app 22</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>