Good Practice
Web Developer Website
Electronics and Computer Science
Question
Question 1
You should now be coding in XHTML as some web browsers will only support this type of coding. Which two of the following is good XHMTL?
<u>this text is underlined
<body>this is where the main content of the page goes<body>
<p>the text for a paragraph goes here
<b>bold text</b>
<p>this is where the text for a paragraph goes</p>
<i>italic text<i>
Controls