免费试用

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

html网页开发

HTML(Hypertext Markup Language)是一种用于创建网页的标记语言。它是由Web的发明者Tim Berners-Lee和他的团队发明的,最初目的是为了描述文档之间的链接。HTML包含着大量的标记和元素,可以用来定义文档的结构、内容和样式,使得网页有了丰富的视觉效果和交互性。

HTML的基本结构

HTML的基本结构由以下几部分组成:

页面标题

页面内容

- :声明HTML版本

- :定义HTML文档

- :文档的头部,包含文档的元数据,如文档标题、样式表和脚本等

- :定义文档的标题</p><p>- <body>:文档的主体部分,包含页面的内容和结构。</p><p>HTML的标记和元素</p><p>HTML的标记和元素是用来描述文档结构、内容和样式的。其中,标记是用尖括号包围的关键字,元素是由开始标记、结束标记和内容组成的一个整体。例如:</p><p><p>这是一个段落</p></p><p>其中,<p>是开始标记,</p>是结束标记,中间的“这是一个段落”是内容。这个元素表示一个段落。</p><p>HTML的常用标记和元素包括:</p><p>- <h1>~<h6>:定义标题</p><p>- <p>:定义段落</p><p>- <a>:定义链接</p><p>- <img>:插入图片</p><p>- <table>:定义表格</p><p>- <form>:定义表单</p><p>- <input>:定义表单中的输入框</p><p>- <select>:定义下拉列表</p><p>- <textarea>:定义文本域</p><p>- <button>:定义按钮</p><p>- <div>:定义文档中的区块</p><p>- <span>:定义文档中的行内元素</p><p>- <ul>和<li>:定义无序列表</p><p>- <ol>和<li>:定义有序列表</p><p>HTML的样式和布局</p><p>HTML中也可以定义样式和布局,使得页面更加美观和易于浏览。样式可以通过CSS(Cascading Style Sheets)来定义,布局可以通过HTML中的标记和元素来实现。</p><p>CSS可以通过内部样式表、外部样式表和行内样式来定义。例如:</p><p><head></p><p> <style></p><p> body {</p><p> background-color: #f2f2f2;</p><p> font-family: Arial, sans-serif;</p><p> }</p><p> h1 {</p><p> color: blue;</p><p> font-size: 24px;</p><p> }</p><p> </style></p><p></head></p><p>其中,<style>标记用来定义样式,body和h1是选择器,用来选择需要应用样式的元素。background-color、font-family、color和font-size是属性,用来定义元素的样式。</p><p>HTML中的布局可以通过以下标记和元素来实现:</p><p>- <div>和<span>:用于划分页面的区块和行内元素</p><p>- <table>:用于定义表格布局</p><p>- <form>:用于定义表单布局</p><p>- <header>、<nav>、<section>、<article>和<footer>:用于定义页面的头部、导航、主体、文章和页脚等部分。</p><p>HTML的调试和优化</p><p>在开发过程中,经常会遇到各种问题,需要对HTML进行调试和优化。常用的调试工具包括浏览器的开发者工具、Firebug和Web Inspector等。优化方面,可以通过以下几个方面来提高页面的性能:</p><p>- 减少HTTP请求:合并脚本和样式表,减少图片数量等</p><p>- 压缩资源:使用压缩后的脚本和样式表</p><p>- 使用缓存:设置正确的缓存头,让浏览器缓存页面</p><p>- 优化图片:使用适当的图片格式和大小</p><p>- 使用CDN:使用内容分发网络来加速页面的加载。</p><p>HTML的未来</p><p>HTML的发展已经经历了多个版本,目前最新的版本是HTML5。HTML5引入了很多新的标记和元素,如<video>、<audio>、<canvas>和<svg>等,使得Web应用程序更加丰富和交互性。未来,HTML还将继续发展,以适应不断变化的Web应用程序的需求。</p></div> <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/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-exe-lu-se-da-bao-gong-ju-51494.html">exe绿色打包工具</a> <div class=summary>在互联网领域,软件的便携特性对于许多用户来说非常有用,这就引入了绿色软件(或便携软件)的概念。绿色软件不需要安装,可以直接运行,通常只包含一个EXE可执行文件和配套的DLL、配置文件。这种软件可以被轻松地放在U盘上携带,或者在局域网上共享。在本篇文章中,我</div> <div class=date>2023-04-27</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/13/03780844309.jpg"/> <div class=content> <a class=title href="info@-exe-an-zhuang-wen-jian-ru-he-zhi-zuo-50981.html">exe安装文件如何制作</a> <div class=summary>创建exe安装文件通常需要使用专门的安装软件(安装创建工具),如Inno Setup,NSIS(Nullsoft Scriptable Install System),InstallShield等。这些工具可以帮助你轻松创建安装程序,自定义安装过程,设置安</div> <div class=date>2023-04-27</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-dev-c-sheng-cheng-exe-wen-jian-50380.html">dev c++生成exe文件</a> <div class=summary>Dev C++生成EXE文件原理与详细介绍Dev C++ 是一款免费的集成开发环境(Integrated Development Environment,简称 IDE),支持 C 和 C++ 编程。使用 Dev C++,你可以创建、编辑、编译和运行 C/C</div> <div class=date>2023-04-27</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-ya-zhi-flash-da-bao-gong-ju-33101.html">雅致flash打包工具</a> <div class=summary>雅致flash打包工具是一款专业的软件打包工具,主要用于将多个Flash文件打包成一个独立的EXE文件或SCR文件,方便用户进行传播和使用。本文将详细介绍雅致flash打包工具的原理和使用方法。一、原理雅致flash打包工具的原理是将多个Flash文件打包</div> <div class=date>2023-04-14</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-zhi-zuo-wang-xie-de-ruan-jian-31213.html">制作网页的软件</a> <div class=summary>网页制作软件是一种能够帮助用户制作网页的工具,它可以让用户在不需要编写代码的情况下,通过拖拽、插入、编辑等操作,快速制作出美观、实用的网页。下面将对网页制作软件的原理和一些常见的网页制作软件进行详细介绍。一、网页制作软件的原理网页制作软件的原理是通过所见即</div> <div class=date>2023-04-14</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/13/08907607438.jpg"/> <div class=content> <a class=title href="info@-windowsbootstrap-da-bao-30784.html">windowsbootstrap打包</a> <div class=summary>Windows Bootstrap是一个开源的软件包管理工具,它可以帮助开发人员将应用程序打包成一个可执行文件,并将所需的依赖项打包在一起。在打包过程中,Windows Bootstrap会自动识别并打包所需的依赖项,以确保应用程序可以在任何计算机上运行。</div> <div class=date>2023-04-14</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-rpm-bao-shi-shen-me-30435.html">rpm包是什么</a> <div class=summary>RPM(Red Hat Package Manager)是一种软件包管理器,用于在Linux系统中安装、升级、删除软件包。RPM软件包是一种预编译的二进制文件,其中包含了可执行文件、库文件、配置文件和其他必要的文件。在Linux系统中,RPM包是一种非常常</div> <div class=date>2023-04-14</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-iis-cheng-xu-da-bao-29999.html">iis程序打包</a> <div class=summary>IIS(Internet Information Services)是微软公司提供的一款Web服务器软件,广泛应用于Windows操作系统上。在开发Web应用程序时,我们需要将程序打包成一个可执行文件,以便于部署到服务器上。本文将介绍IIS程序打包的原理和</div> <div class=date>2023-04-14</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-html-kai-fa-exe-ruan-jian-29875.html">html开发exe软件</a> <div class=summary>HTML是一种标记语言,被广泛应用于网页开发中。它的优势在于易于学习和使用,同时也具有良好的跨平台性。然而,很多人可能不知道HTML还可以用来开发exe软件。本文将介绍HTML开发exe软件的原理和详细步骤。一、原理HTML开发exe软件的原理是通过Ele</div> <div class=date>2023-04-14</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/13/03780844309.jpg"/> <div class=content> <a class=title href="info@-htmlexe-da-bao-29819.html">htmlexe打包</a> <div class=summary>HTMLExe是一款将HTML文件打包成自运行的Windows应用程序的软件工具。它可以将HTML文件、图片、音频、视频等多媒体文件打包成一个单独的可执行文件,方便用户在没有网络连接的情况下查看网页内容。HTMLExe的原理是通过将HTML文件和相关资源文</div> <div class=date>2023-04-14</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-exe-zhuai-app-29592.html">exe转app</a> <div class=summary>EXE文件是Windows系统下的可执行文件,而APP文件则是macOS系统下的应用程序。由于两个系统的不同,因此需要将EXE文件转换为APP文件,以在macOS系统下运行。下面是关于EXE转APP的原理和详细介绍。一、原理EXE转APP的原理是将EXE文</div> <div class=date>2023-04-14</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/11/26039211865.jpg"/> <div class=content> <a class=title href="info@-exe-da-bao-wei-window-fu-wu-29421.html">exe打包为window服务</a> <div class=summary>将exe程序打包为Windows服务,可以让该程序在后台运行,而无需用户手动启动。这种方式在很多场合都非常实用,比如在服务器上运行一些自动化任务等。下面将介绍这种打包方式的原理和详细步骤。一、原理在Windows操作系统中,服务是一种在后台运行的程序,它可</div> <div class=date>2023-04-14</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/info/shi-yong-tiao-kuan-258.html">使用条款 ›</a></li> <li><a href="https://www.yimenapp.com/aboutus.html">隐私条款 ›</a></li> <li><a href="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="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/sapp.html" target="_blank">小程序打包</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="/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> <a class="fflist-link" href="windows.html" target="_blank">Windows软件开发</a> <a class="fflist-link" href="macos.html" target="_blank">Macos软件开发</a> <a class="fflist-link" href="linux.html" target="_blank">Linux软件开发</a> <a class="fflist-link" href="deb.html" target="_blank">Deb软件开发</a> <a class="fflist-link" href="diannaoduan.html" target="_blank">电脑端软件开发</a> <a class="fflist-link" href="pc.html" target="_blank">PC软件开发</a> <a class="fflist-link" href="zhuomianduan.html" target="_blank">桌面端软件开发</a> <a class="fflist-link" href="rpm.html" target="_blank">Rpm软件开发</a> <a class="fflist-link" href="debian.html" target="_blank">Debian软件开发</a> <a class="fflist-link" href="uos.html" target="_blank">统信UOS软件开发</a> <a class="fflist-link" href="deepin.html" target="_blank">Deepin软件开发</a> <a class="fflist-link" href="kylin.html" target="_blank">麒麟Kylin软件开发</a> <a class="fflist-link" href="ubuntu.html" target="_blank">Ubuntu软件开发</a> <a class="fflist-link" href="redhat.html" target="_blank">Red Hat软件开发</a> <a class="fflist-link" href="https://www.yimenapp.com/special.html" 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/category/zixun/" target="_blank">行业技术</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/androidinfo/" target="_blank">安卓开发</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/iosinfo/" target="_blank">IOS开发</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/www/" target="_blank">互联网</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/windows/" target="_blank">Windows</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/macos/" target="_blank">Macos</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/kaifangpingtai/" target="_blank">开放平台</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="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.com</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号-4</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?3da5a313e099b629a89e99f0ef41896c"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?acb5b28fbdbef6aadca2373f2329a647"; 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=https://cdn.staticfile.net/highlight.js/11.9.0/styles/vs2015.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=https://cdn.staticfile.net/highlight.js/11.9.0/highlight.min.js></script> <script>hljs.highlightAll()</script></body> </html>