Visual Basic应用程序中的HTML [英] HTML in Visual Basic Application

查看:105
本文介绍了Visual Basic应用程序中的HTML的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在尝试将以下HTML代码用于我想要在程序中使用的小部件.

Hello, I am trying to use the following HTML code for a widget I want in my program.

< div id ="Container" style ="padding-bottom:56.25%; ;显示:块;宽度:100% < iframe id ="UstreamIframe";宽度="100%"高度="100%" src =" http://www.ustream.tv/embed/1524" frameborder ="0" style =";;顶:0;左:0</iframe> </div>

<div id="Container" style="padding-bottom:56.25%; ; display:block; width: 100%"> <iframe id="UstreamIframe" width="100%" height="100%" src="http://www.ustream.tv/embed/1524" frameborder="0" style="; top:0; left: 0"></iframe> </div>

它一直在向我抛出错误.有没有一种方法可以使HTML代码在浏览器中正常运行而不会出现错误?

It keeps throwing off errors at me. Is there a way to get the HTML code to work in a browser without getting errors?

推荐答案

它会不断抛出错误对我.有没有一种方法可以使HTML代码在浏览器中正常运行而不会出现错误?

是的,有一种方法.但是首先,您必须知道您在使用HTML做些什么.

Yeah, there is a way. But first, you have to know what you are doing with HTML.

https://forums.asp.net/130.aspx/1?HTML + CSS +和+ JavaScript


这篇关于Visual Basic应用程序中的HTML的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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