gpt4 book ai didi

asp.net - 为什么 DIV 在此代码中的 ASP 标记内无效?

转载 作者:行者123 更新时间:2023-11-28 04:42:30 25 4
gpt4 key购买 nike

下面是我的 Web 内容表单的代码。 ASP 标签内的 DIV 显示绿色下划线,并且 DIV 标签中写入的文本在内容页面上不可见。

<%@ Page Title="" Language="C#" MasterPageFile="~/Presentation_Layer/Pages/home.Master" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="live1._default" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<asp:Label ID="lblWelcomeMessage" runat="server" ForeColor="Black">
<div id="divProfile">
This is a test.
</div>
</asp:Label>
</asp:Content>

最佳答案

<asp:Label runat="server"/>呈现为 span浏览器上的标签。

您不能将 block 级元素嵌套在 inline 中元素。 labelspaninline元素,DIV是 block 级别。

关于asp.net - 为什么 DIV 在此代码中的 ASP 标记内无效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4171526/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com