如何在网页上画线 [英] How to draw a line on a web page

查看:474
本文介绍了如何在网页上画线的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用VB在VS的网页上画一条线?

How do I draw a line on a web page in VS using VB?

推荐答案

嗨rokane,

Hi rokane,

如果你想要一个水平Lin es,你可以使用html标签(hr标签)来实现它。像这样:

If you want a Horizontal Lines, you could use html tag (hr tag) to achieve it. like this:

<!DOCTYPE html>
<html>
<body>
<h1>This is heading 1</h1>
<p>This is some text.</p>
<hr>
<h2>This is heading 2</h2>
<p>This is some other text.</p>
<hr>
<h2>This is heading 2</h2>
<p>This is some other text.</p>
</body>
</html>

如果我误解了你的问题,请随时告诉我,

If I misunderstand your issue, please feel free let me know,

此外,因为它是一个网络页面问题,我还建议您在asp.net论坛上发布您的问题以获得合适的支持。

In addition, Since it is a web page issue, I would also suggest that you could post your issue on asp.net forum for suitable support.

https://forums.asp.net/15.aspx/1?Getting+Started

祝你好运,

Cole Wu


这篇关于如何在网页上画线的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆