<?xml version="1.0" encoding="utf-8"?>
<!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" xml:lang="en">

<head>
<meta name="keywords" content="thinkquest,web,toolkit,design,development,internet,websites,site,html,xhtml,css" />
<meta name="description" content="A web building guide for ThinkQuesters" />
<meta name="revised" content="ttk, 08/04/07" />

<title>TQ Toolkit - HTML/XHTML - Conclusion</title>

<link rel="shortcut icon" href="images/favicon.ico" /></head>
<link rel="stylesheet" href="styles/copy.css" media="print" />

<body><!-- tql_banner_head --><script type="text/javascript" src="/banner/banner.js"></script></script><script>tql_drawTop();</script>
<a id="top" style="display:block"></a>
<h1 class="title">Conclusion</h1>
<hr />
<a class="external" href="#contentarea" onclick="ajaxpage('toolkit.html','content');ajaxpage('navigator002.html','Answer12');">Toolkit</a> &gt; <a class="external" href="#contentarea" onclick="ajaxpage('htmlhome.html','content');ajaxpage('navigator009.html','Answer12');">HTML/XHTML</a> &gt; Conclusion <br />

<h2 class="subtitle">Conclusion</h2>
<a class="showhide" id="Answer22" onclick="showHide(22);showHide(23);">Show</a>
<div id="Answer23">
<a class="showhide" onclick="showHide(22);showHide(23);">Hide</a>
<p class="contenttext">
Knowing HTML/XHTML well definitely gives you an edge in website development. After checking with the checklist below, you can move on to the design and CSS sections.
<br /> <br />
For HTML,
<br /> <br />
<input type="checkbox" />Know how to start your own website
<br /> <br />
<input type="checkbox" />Know about tags and their uses
<br /> <br />
<input type="checkbox" />Know about empty elements and nesting of elements
<br /> <br />
<input type="checkbox" />Know the use of attributes in elements
<br /> <br />
<input type="checkbox" />Have some knowledge on DTD (explore deeper item)
<br /> <br />
For XHTML,
<br /> <br />
<input type="checkbox" />Know what XHTML is
<br /> <br />
<input type="checkbox" />Know the importance of XHTML for your website
<br /> <br />
<input type="checkbox" />Know how to convert your HTML document into XHTML
<br /> <br />
<input type="checkbox" />Able to validate your website
<br /> <br />
<img src="images/quiz.png" class="largeIcon" alt="Quiz" />
<a href="#contenttext" class="external" onclick="ajaxpage('htmlquiz.html','content');">Take a short quiz on HTML/XHTML</a>
</p>
</div>

<a href="#top"><span class="hidden" style="display:none;cursor:pointer;color:#FF6633;">TOP</span><img src="images/top.jpg" class="topbut" alt="Top" /></a>
<!-- tql_banner_foot --><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-174705-4']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); </script></body>
</html>