Expression web video tutorial section 6 Insert menu brother Tian's Asp.net tutorialTheme
Hello everyone, next time
HTML: these are HTML controls.
For more information, see the HTML manual.
Next, let's give a simple example. Next, let's talk about how slow we open the machine. below is
ASP. NET control [Note: Your computer must have a Microsoft. NET Framework 2.0 Reusable Component package in order to be in Microsoft? Expression? Use the ASP. Net Control in the web. You can download the. NET Framework from the Microsoft download center.
] Because I am a basic tutorial, I will not explain it much. If you want to know
For more information, see the basic books related to ASP. NET 2.0. Let's take a look at the appearance of these controls.
They all have runat = "server", which are server-side controls.
If you want to read this part, you can check the video tutorial of Brother Tian.
I will provide
Hyperlink is the most important part of a webpage. You can set your own website.
Internal webpages can also be set to external others' webpages or email addresses.
You can also set the target framework to be opened.
I have already introduced the addition and application of the course before bookmarks. I will not explain it again.
I have also said about the image.
Files can be added to other files
The interactive button is displayed. It is actually a flip button.
You can also use other methods.
A symbol is the insertion of some symbols.
I will not explain it.
Thank you for your attention.
Published website www.sr521.com http://hi.baidu.com/sr521 88!
<Span> defines a region in a row, that is, a row can be divided into several regions by <span> to achieve a specific effect. <Span> it does not have any attributes.
<Span> and <div>
<Span> the CSS definition belongs to an element in the row, and <div> is a block-level element. We may commonly consider it as a large container, of course, a large container can be placed in a small container. <span> it is a small container.
Example: see the results.
<HTML> <body>
<SCRIPT>
Function setspan (ID)
{If (ID = 1) {A. innertext = "set text "};
If (ID = 2) {A. innerhtml = "<font color = Red size = 7> SettingsCode</Font> "};}
</SCRIPT>
<Span id = A> </span>
<A href =Javascript: Setspan (1)> set the text of a span </a> </BR>
<A href =Javascript: Setspan (2)> code for setting span </a> </BR>
</Body>