Lect 4-5 RUP Intro To HTML
Lect 4-5 RUP Intro To HTML
process
Development testing
◦ tested by the people developed the components
System testing
◦ finding component integration errors
Acceptance testing
◦ System is tested by the customer’s provided data
Artifacts:
◦ business case
activities
Markup Language:
◦ Content is “marked up” or tagged to tell the browser how to display it
•HTML standards are developed under the authority of the World Wide Web
Consortium (W3C), headed by Tim Lee
◦ http://www.w3c.org
.Body: indicate the start and end of main body of textual information
<BODY>
</BODY>
Text Styles:
◦ <B> …. </B> , <I> …. </I>, <U> …. </U>