Learn HTML before using Selenium (3)-Properties

Source: Internet
Author: User

<!--HTML tags can have properties, attributes provide more information about the elements, and properties always appear as name/value pairs, such as name= "value". Attributes are always specified in the start tag of an HTML element.  -<!DOCTYPE HTML><HTMLLang= "en"><Head>    <MetaCharSet= "UTF-8">    <title>Title</title></Head><Bodybgcolor= "Yellow"><H2>See: Change the color of the background.</H2><!--the attribute instance 1:html link is defined by the <a> tag. The address of the link is specified in the href attribute: -<ahref= "http://www.cnblogs.com/ranxf/">This is a link</a><!--Attribute Example 2:  -<H1Align= "Center">This is Heading 1</H1><P>The above headings are centered on the page. The above headings are centered on the page. The above headings are centered on the page.</P><!--Attribute Example 2: <body> defines the body of the HTML document. <body bgcolor= "Yellow" > has additional information about the background color.  -<!--attribute Example 3: <table> defines an HTML table. <table border= "1" > has additional information about the table border.  -</Body></HTML>

Learn HTML before using Selenium (3)-Properties

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.