我在网页上显示长的文本,我使用段落标签来分隔我的句子。然而,当我的第一组文本显示一半的句子显示在下一行时。
<p>This is some random text that I am typing on the screen for an example. </p>
<p>My second line for this example </p>
以下是屏幕上显示的内容:
This is some random text that I am
typing on the screen for
an example.
My second line fo
将长句作为HTML5作为h2有效吗
例如:
<hgroup>
<h1>
Food & Drink Products
</h1>
<h2>
There are 5000 food products near you in 100 categories from brands like FoodX, DrinkY, and FoodStuffsZ.
</h2>
</hgroup>
或者p标签更合适?
我之所以问这个问题,是因为这个文本的重要性是一个h2,但是它读起来像一个段落,我找不到这
有长的div标签的:
<div>
<style>
...
</style>
// lots of tags
</div>
是否有一种快速方法将其转换为字符串作为函数的输入:
function htmlToElement(html) {
var template = document.createElement('template');
html = html.trim(); // Never return a text node of whitespace as the
我正在使用black==20.8b1。
我有一个很长的字符串,比如:
return f"{self.name}, a {adjective.to_name()} {kin_string}{self._type.to_name()} who works for the {target.get_relationship_target_string()}."
我运行:
$ black -l 80 . -t py38
All done! ✨ ✨
2 files left unchanged.
为什么字符串没有换行?我认为black现在支持字符串包装(基于github中的问题)。
我试着测试画布标签,我从下面的代码开始:
<html>
<canvas id="example" width="200" height="200">
This text is displayed if your browser does not support HTML5 Canvas.
</canvas>
</html>
在IE8中我得到了这样的信息:
This text is displayed if your browser does not support HTML5 Canv