Java web-html Common tags and symbols

Source: Internet
Author: User
Tags comment tag java web

1.Html annotations, Pre,&lt,&gt,marquee,img, hyperlinks , tags

<HTML>    <Head>        <title>Other tags that are commonly used</title>    </Head>    <Body>        <!--a DL tag is a comment tag that is used to display a list of data, which is not displayed in the page and is used only to label the code -        <!--  -        <!--the information in the pre tag is displayed as a complete code -        <Pre>for (int i=0;i==10;i++) {printf (%d,i); }        </Pre>        <!--&lt; represents less than symbol,&gt; represents greater than symbol -I&lt;Ten I&gt;15<BR/>        <!--&nbsp; to display spaces in the page -Master&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I'm coming<Br/>        &copy;<!--copy of the symbol - &amp;<!--& Symbols using &amp; to display -         <DL>            <DT>QC News</DT>            <DD>Articles about the xxxxx</DD>            <DD>Articles about the DDDDD</DD>        </DL>        <!--all tags have their own attributes in addition to the content, and the properties are all written in the start tag -        <ahref= "01.html"Target= "Content"title= "This is my hyperlink tag">This is a hyperlink</a>        <Marqueedirection= "Up"ScrollAmount= "3"onmouseover= "This.stop ()"onmouseout= "This.start ()">            <ul>                <Li>First</Li>                <Li>Second</Li>            </ul>        </Marquee>        <imgsrc= "1.jpg"width= "+"Height= "+"alt= "38 Labour"title= "Funny Picture"/>
 <!--alt, ttle to get a quick picture of the search engine--
<Marquee> <ahref= "02.html"><imgsrc= "2.jpg"/></a> </Marquee> </Body></HTML>

Java web-html Common tags and symbols

Related Article

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.