HTML and CSS Reference
In-Depth Information
<body>
<div class="content">
<h1>CircleSoft Design</h1>
<div><strong>CircleSoft Designs will </strong>
<ul>
<li>work with you to create a Web presence that fits your
company</li>
<li>listen to you and answer your questions</li>
<li>utilize the most appropriate technology for your sites:
JavaScript, Java, PHP, databases, ASP, DHTML, XML, Flash and
more</li>
</ul>
<p><a href="podcast.mp3" title="CircleSoft Client
Testimonial">Listen to what our clients say</a>
</p>
</div>
</div>
</body>
</html>
2. Fill in the Missing Code. This Web page should display a Java applet named
slideshow.class that is 200 pixels wide and 175 pixels high. Some XHTML attrib-
utes, indicated by " _ " are missing. Fill in the missing code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Fill in the Missing Code</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>Trillium Media Design</h1>
<p>Visual Tour of Our Services </p><br />
<applet code= "_" height= "_" width= "_" >
<param name="image1" value="service1.jpg" />
<param name="image2" value="service2.jpg" />
<param name="image3" value="service3.jpg" />
</applet>
</body>
</html>
Search WWH ::




Custom Search