Mailto is a tag in HTML4.01. Of course, it can also be used in html5. it serves as a hyperlink to facilitate developers to send emails by calling the local system. Its basic syntax is as follows:
send emailFor example, you can click this link to send an email to me.
Of course, you may not know that form is also possible, like this:
The basic syntax of mailto is simple. Its parameter list is as follows:
As you know, mailto is a very practical html Tag in web design and production. Many friends who have personal webpages like to write their own email addresses in the conspicuous position of the website, in this way, once a web browser clicks a super connection consisting of mailto, It can automatically open the default email client software in the current compute
The mailto tag in HTML is a very practical and user-friendly label, and in most cases people use it.In this way, when we click on the [email protected] link, the browser will automatically select the local default mail software for us and put the mailto tag [email protected] email address in the mail software's sending address, Less to the annoyance of sending an
Recently, small size elder brother a little busy Ah, therefore, also did not want to update the content! Want to visit my blog "Yin People" do not spit groove I ah,,,,,However, today, small-size elder brother used to me a relatively unfamiliar HTML attribute, is the mailto attribute, said to be a property bar, is not exactly correct. Because it is worth the prefix to use as an href attribute.Its approximate
eg
This is the text section.
1. In the first case:
Body has margin,html not padding:
You can see that no matter how big the body of the margin, the body and the HTML side of the paste.
2.html has padding;
When the
This article brings the content is about HTML5 new structure: HTML main structure and non-main structure of the introduction, there is a certain reference value, the need for friends can refer to, I hope to help you.
1 new body structure elements
1.1 Article elements
Represents a separate, complete, externally referenced content in a document, page, or application. (such as an article in a blog or in the n
The body tag must be familiar to everyone. Do you know the main attributes of this tag? For more information, see bgcolor = "text color" background = "background image"
Text = "text color"
Hyperlink text color
To highlight hyperlinks, hyperlink text is usually different from other texts in color, and a horizontal line is added at the bottom of the hyperlink text.
The hyperlink text of HTML text ha
Why to set the height of HTML and body?In some more formal sites often see the height of the HTML and body will be set. is for the right display of the back div height.Div 100% is from its upper-level div of the wide-high inheritance, it is very important to set the div100% display, you must set its upper div width or
Problem:
How do I get to the offset distance between any HTML element and the BODY element in the page?
The two attributes of offsettop and Offsetleft, IE, opera and Firefox, differ in their interpretation:
ie5.0+, opera8.0+: offsettop and offsetleft are relative parent elements
Firefox1.06:offsettop and offsetleft are all relative to the BODY element.
So:
(1)
1. When the body background color is set to red, the HTML is set to a picturebody { background-color:red;} HTML { %; Background:linear-gradient (Rgba (19610200.2), Rgba (155 the 182 0.2 ) , url (".. /imgs/register.jpg"%;}2. When the HTML background color is set to red,
PS: Instantiate message Class MailMessage has a property isbodyhtml indicates whether the message body is in HTML format. I want to use the Model binding/rendering feature of Razor view to generate HTML Body Content for the e-mail I send from the ASP.Is there a way to render a view to a string instead of returning it
Document directory
Knowledge Base
Related Questions
Reprinted: http://www.w3help.org/zh-cn/causes/RX9009Standard Reference
According to the description in the HTML4.01 standard, the FRAME element and IFRAME element have a special attribute "scrolling", which specifies the scrolling information for the FRAME window. The value may be:
Auto: the default value, indicating that the client provides a rolling device for the frame window when necessary;
Yes: indicates that the client always pro
Standard and non-standard mode
After standard mode, definitions and parsing will be more rigorous, and all definitions must start with top-level tag HTML.
It can be understood that the traditional standard pattern defines the use of the body, which must be defined on HTML in standard mode.
The significance of the height 100%
It is the wrong theory to define the c
We all know that for a page, the most basic structure is
For such a structure, no one will feel unfamiliar, but often sometimes it is the more familiar things are easy to let people forget their existence. You may be thinking, what is the structure of these tags to talk about, each page needs their AH. Yes, I have always thought so, but recently found that in fact, in many cases, these obscure we do not care about the label can help us in the process of beautifying the page to bring a lot of
body,html /* Set the window div to browser size * /{ margin:0; padding:0; height:100%; }The following codeDOCTYPE HTML>HTMLLang= "en">Head>style>#side{float: Left;width:30%;Height:300px;Background-color:#99FF99; }#main{Margin-left:30%;width:70%;Height:300px;Background-color:#99FFFF; } style>Head>
TransductionMet *{background: #00f;}Body {background: #999;}The idea at the time was the priority of these two roles? (wildcard character is higher than body).The former wildcard purge (add) style (which is now generally not popular in this way because of the increased client burden, the browser rendering slows down), the latter to the Body Purge (add) style.Put
Problem:How can I get the offset distance between any Html element and the body element on the page?The offsetTop and offsetLeft attributes have different interpretations for IE, Opera, and Firefox:IE5.0 +, Opera8.0 +: offsetTop, and offsetLeft are relative parent elements.Firefox1.06: Both offsetTop and offsetLeft are relative to the body element.Therefore:(1) U
HTML Common Tags-Yun ZhengjieCopyright Notice: Original works, declined reprint! Otherwise, the legal liability will be investigated.One .The value range of n is 1~6, small to large, used to represent the title.1 2 @author: Yinzhengjie3 blog:http://www.cnblogs.com/yinzhengjie/tag/%e5%89%8d%e7%ab%af%e9%82%a3%e4%ba%9b%e4%ba%8b/4 Email:[email protected]5 -6 DOCTYPE HTML>7 HTMLLang= "en">8 Head>9 MetaCharS
DOCTYPE HTML>HTML> Head> MetaCharSet= "UTF-8"> style> * {margin:0;padding:0;Border:0; }HTML{ /*width and height of 100% is relative to the customer area of a full screen*/Height:100%; }Body{Height:100%; }#first{Height:100%; } style> Head>
question No. 0008: An HTML file to find the text inside.Idea: I understand the text here as the main content of the Web page, then how to crawl this main content? My first idea is to use BeautifulSoup to parse the Web page, but also think that if you want to extract the text, this also involves more complex algorithms, and for different Web pages may not be very good effect. Later I found Python-goose (Github) This artifact, which is based on NLTK and
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.