Active Server Pages — разлика између измена

Садржај обрисан Садржај додат
Нема описа измене
Нема описа измене
Ред 12:
<body>
<%
responseResponse.writeWrite(@"<h2>You can use HTML tags to format the text!</h2>")
%>
 
<%
responseResponse.writeWrite(@"<p style='""color:#0000ff'"">This text is styled with the style attribute!</p>")
%>
</body>