HTML is shorthand for Hypertext Markup Language, which is the most basic web language.
HTML is a language defined by tags, and the code is made up of tags.
HTML code is not case sensitive.
The HTML code starts with
The first part is to add some auxiliary or attribute information to the HTML page, the content of which will be loaded first.
The body part is where the page data is actually stored.
HTML is shorthand for Hypertext
XML Extensible Markup Language1. Concept:XML was originally intended to replace HTML, tag names can be defined directly, cannot be used to start with a numeric case-sensitive, use a configuration file to encapsulate dataBecause XML is well-formed, it is widely used, such as data-exchange data configuration for persistent storage datathe difference between XML and HTML :1) The HTML tag is fixed and cannot be extended. XML tags are not fixed and extensi
Identity interfaces are interfaces that do not have any methods and properties. It merely indicates that its class belongs to a particular type, which other code can test to allow to do something. The only purpose of using a markup interface is to make the type query available with instanceof, for example:
if (obj instanceof cloneable) {...}
Some containers, such as the EJB container, the servlet container, or the RUN-TIME environment-dependent
as "element name >" and the tail label is in the form "
2. Analysis of the structure form and composition of WML program
After understanding the above knowledge, we are analyzing an instance program below. The procedure is as follows:
! DOCTYPE WML public "-//wapforum//dtd WML 1.1//en" "Http://www.wapfourm.org/DTD/wml_1.1.xml"
!--Write your Card implementation here.-->
Welcome to ....
The Nokia Wireless Application Protocol
...
Toolkit
After the program is running, it will display 3
before you talk about structured markup for a Web page, look at a few pictures first. Html structure of the table The so-called structure, as shown in the first image above, is to divide our table into three types: table header, body, footer. Thus, when we modify the part of the body of the table, it will not affect the other two parts, thus decoupling the coupling, convenient for our application.Structured formatSummary: By dividing the table into t
Ideas:html structure and mapping relationships, based on the input html text, look for its structure, if no structure is found to match, output" can "TNBSP; Identify " If there is only one, the output is based on the requirements of the mapping relationship and output format, and if there are multiple, the first input structure is used. 1 HTML input read 2, the judging structure is not the input HTML text 3 output results according to the requirements of the mapping and out
The example in this article describes the way PHP converts HTML to a WAP markup language for WML. Share to everyone for your reference. The implementation method is as follows:
I hope this article will help you with your PHP programming.
XML This article mainly introduces the relevant knowledge of WML, how to develop WAP application.
WML is an xml-based markup language, and her official descriptions and specifications are maintained by the WAP forum. The document type definition for WML is an XML file type, Http://www.wapforum.org/DTD/wml_1.1.xml.
Like the HTML language, WML is to display data, and the purpose of XML is to describe the data, we define a series of tags and organize i
Parsing HTML language
HTML Tag List
Mark type translation or meaning action notesFile tagsTypesetting markFont marksThe effect of Manifest markupThe The Table tagsThe Form tagsGraphical indicators0 graphical markers for inserting graphics and setting graphic propertiesLink tagFrame markerImage mapMultimediaOther tagsStyleSheet
Note:
Indicates that the tag is a containment mark, that is, you need to turn off markup such as 0 indicates that the tag is a
Jmail.smtpmail
Body:string
(v3.0)
Letter body, body, using appendtext append content
such as: Jmail.body = "Hello World"
Charset:string
(v3.0)
Character set, default to "Us-ascii"
such as: Jmail.charset = "Us-ascii"
Contenttransferencoding:string
(
Form) is used to collect information from user site visitors, and then submit the information to the server for processing. The form can contain various controls that allow users to interact, such as text boxes, list boxes, check boxes, and
This flag is used to create text fields for multiple lines. You can enter more text in it. Basic syntax & lt; textareaname & quot; name & quot; rowsvaluecolsvaluevalue & quot; value & quot; & gt; & lt; textarea & gt; the syntax explains the meanings
(connected to the article)
8, Attachment Object
Property (or method)
Describe
New (filename,contenttype,data):P Ointer
Create an attachment that can be added to the Attachments collection. If you specify the value of data, JMail creates a custom
Jmail.smtpmail
Body:string
(v3.0)
Letter body, body, using appendtext append content
such as: Jmail.body = "Hello World"
Charset:string
(v3.0)
Character set, default to "Us-ascii"
such as: Jmail.charset = "Us-ascii"
Contenttransferencoding:string
(v3
? questions raisedis mainly in the VC + + 2015 often hints of inexplicable compilation errors.To analyze why the constructor in Java is a simple question:1. The object types in C + + are not only passed by reference, but may also be copied for
(connected to the article)
BodyText (): String
Returns the entire text body. Response.Write (Message.bodytext)
Charset (): String
Sets the character set used by the message. The default is US-ASCII, and support Chinese is set to GB2312.
confirmation
Set JMail = Server.CreateObject ("Jmail.smtpmail")
' This is I local SMTP server
jmail.serveraddress = "Mail.yourdomain.com:25"
' This is me ....
Jmail.sender = "Myemail@mydomain.net"
Jmail.subject = "Here's your go ..."
' Get the
confirmation
Set JMail = Server.CreateObject ("Jmail.smtpmail")
' This is I local SMTP server
jmail.serveraddress = "Mail.yourdomain.com:25"
' This is me ....
Jmail.sender = "Myemail@mydomain.net"
Jmail.subject = "Here's your go ..."
' Get the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.