Hey
Rathi
Unknown
We Love Web 8/10/2013

1.  Write the markup language code to display your name in the largest-size heading element.


Coding


<html>

<body>
<h1>SALASIAH BINTI RASHID</h1>
<h1>RATHI A/P SAHADEVAN</h1>
</body>
</html>



Output



2.  Write the markup language code for unordered list to display the days of the week.

Coding


<html>

<body>
<p><h1>The Days Of The Week</h1></p>
<ul><h2>
<li>ISNIN</li>
<li>SELASA</li>
<li>RABU</li>
<li>KHAMIS</li>
<li>JUMAAT</li>
<li>SABTU</li>
<li>AHAD</li></h2>
</ul>
</body>
</html>



Output





3.  Write the markup language code for an ordered list that uses uppercase letters to order the items. This ordered list will display the following : Spring, Summer, Fall and Winter.

Coding


<html>

<body>
<p><h1>Ordered List Uses Uppercase</h1></p>
<ol><h2>
<li>SPRING</li>
<li>SUMMER</li>
<li>FALL</li>
<li>WINTER</li></h2>
</ol>
</body>
</html>




Output


4.  Think of a favourite quote by someone you admire.  Write the XHTML code to display the person's name in a heading and the quote in a block quote.

Coding


<xhtml>

<body>
<h1>Albert Einstein</h1>
<p><h2><colour="green">A person who never made a mistake never tried anything new</h2></p>
</body>
</xhtml>

Output





Markup language code alone does not make a web page - design is very important.

Access the Web and find two web pages - one that is appealing to you and one that is unappealing to you.
Print screen each page.  Using your blog, answers the following questions for each of your examples.

1.  What is the URL of the website?


2. Is the page appealing or unappealing ? List three reasons for your answer.


  • Appealing

    List three reasons


    • Layout and orderly.
    •       Color suitable for website content
    •       Suitable icon for every content and describe briefly

  • Unappealing


    List three reasons
    • all information are in main web
    • not suitable background color
    •  look like  old webpage

3.  If the page is unappealing, what would you do to improve it?



  •       The webpage background color
  •       Make all the information briefly or make an icon to open in another page
  •        Make some animation to attract the website visitors


4.  Would you encourage others to visit this site ? Why or why not ?



I will encourage others to visit this site  because both website are very useful from the site of education and job.Maybe the second webpage unappealing but the content of webpage is very important to all.

0 Responses

Post a Comment