Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/39.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 使用自动大小在文本后生成点_Html_Css - Fatal编程技术网

Html 使用自动大小在文本后生成点

Html 使用自动大小在文本后生成点,html,css,Html,Css,需要在文本后自动创建一个点 比如说 hellow world ................ 5 hellow ...................... 6 Lorem Ipsum is simply dummy text of the printing ........ 7 <div style="width:150px"> hellow world </div> <div style="float:right">6</div>

需要在文本后自动创建一个点

比如说

hellow world ................ 5

hellow ...................... 6

Lorem Ipsum is simply dummy 
text of the printing ........ 7


<div style="width:150px"> hellow world </div> <div style="float:right">6</div>

<div style="width:150px"> hellow </div> <div style="float:right">6</div>

<div style="width:150px"> Lorem Ipsum is simply dummy text of the printing </div> <div style="float:right">6</div>

我只能找到这篇文章:

应该让你走上正确的轨道:-


还有一个新的CSS3技术:但我找不到任何浏览器支持参考。

或其他一些人。有人删除了所有对它的评论,甚至是我的评论。