Questions tagged «html»

HTML代表超文本标记语言。您可能会问有关处理HTML文件的问题。但是,有关HTML标记的问题不在此处讨论。

3
数字html标题
我有一个HTML文件,其中包含以下结构: <h1 class="section">First title</h1> <div><h2 class="chapter">Chapter title</h2> Chapter text here. <div><h2 class="chapter">Chapter title</h2> Chapter text here. <div><h2 class="chapter">Chapter title</h2> Chapter text here. <h1 class="section">Second title</h1> <div><h2 class="chapter">Chapter title</h2> Chapter text here. <div><h2 class="chapter">Chapter title</h2> Chapter text here. <div><h2 class="chapter">Chapter title</h2> Chapter text here. 我想在章节标题之前添加一个数字,如下所示: <h1 class="section">First title</h1> <div><h2 class="chapter">1. Chapter …
linux  script  html 

1
修改(添加白条)以在Image Magick中批量处理jpg图像
我是这里的新手,并且是一个新手(将Windows 8.1与Image Magic结合使用),我有一个文件夹(C:\ users \ rob \ desktop \ pics),其中装有jpg图像(全部480x360)。我想在所有这些图像的底部放置一个白色条。我相信完成的图像必须稍大一些才能容纳此白色条。480x380应该可以做到。处理过的图像的目标文件夹是C:\ users \ rob \ desktop \ bar我已经安装了Image Magick并对其进行了测试(得到了魔术师的图像),代码对我来说是全新的。有人可以显示可以输入我想要的内容的cmd的代码(正是要输入的内容以及何时输入Enter等完整的代码伪代码)非常感谢任何能帮助Rob的人
html 

1
电子邮件中的<span class =“wmi-callto”> ... </ span> [已关闭]
什么是&lt;span class =“wmi-callto”&gt; ... &lt;/ span&gt;在电子邮件中? 我们使用我们的服务器创建了一个没有“wmi-callto”的电子邮件。但是我们的客户向我们发送了一封错误的电子邮件,其中包含&lt;span class =“wmi-callto”&gt; ... &lt;/ span&gt;,作为我们软件错误的证明。 我被指派调查此案。请帮忙。对客户说什么?

1
Google云端硬盘网站加载无格式
Google云端硬盘上的此页面(生物课程)由于某种原因加载了无格式(Introduction/index.html负载很好)。 我用W3C的验证器检查了我的HTML和CSS文件,检查了所有内容。我删除并重新制作了index.html和assets/stylesheets/index.css文件。我甚至更改了Google云端硬盘中根文件夹的位置和名称; 没有用。 外部字体和所有其他资产加载正常; 它只是assets/stylesheets/index.css文件。 另外,当我通过Chrome Dev Editor启动时,它会显示它应该: 我需要做些什么才能在Web上加载这个东西?
-1 html  css  google-drive 


1
使用CSS和IE7清除浮动?[关闭]
我一直在敲打我的脑袋一天试图获得浮动并清除在旧版本的Internet Explorer中正常工作。我已经阅读了许多关于使用.clear的教程:在技巧之后等等但是我无法得到任何实际工作! 我有这样的HTML: &lt;div id="section"&gt; &lt;h2&gt;Section Title&lt;/h2&gt; &lt;label for="name"&gt;Name&lt;/label&gt; &lt;input type="text" id="name" /&gt; &lt;label for="dob"&gt;Date of Birth&lt;/label&gt; &lt;input type="text" id="dob" /&gt; &lt;label for="email"&gt;Email&lt;/label&gt; &lt;input type="text" id="email" /&gt; &lt;/div&gt; 和CSS这样: #section {border:solid 2px #b7ddf2; background:#ebf4fb; margin-top: 20px;} #label{clear: left; float: left; width: 300px; margin-left: 20px; margin-bottom: 10px;} #input{float: left; margin-bottom: 10px;} …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.