Getting started with Web programming classics-HTML, XHTML, and CSS (Chapter 2 exercise)

Source: Internet
Author: User

Page 68

1. Create a link to menu page and add a link to the wrox site.

<?xml version="1.0" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Result:

2. Use the following statement to place the <A> element around the link

<p>To find out why advertising on our site works, visit the testimonials page.</p>

Answer:

The link should be placed in a place that attracts attention and can indicate the content of the link file.

 <p>To find out why advertising on our site works, visit the <a href="http://www.........">testimonials<\a> page.</p>

3. What are the following HTML statements/

<p>You can read the full article <a>here</a></p>

Answer:

The link is not in the correct position. It should be placed on the full article with better intentions.

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.