Structure of different types of web pages

From Computer Science Wiki
Revision as of 08:41, 14 October 2019 by Mr. MacKenty (talk | contribs)
Web Science[1]



<html>
   <!-- the head elements hold meta-information about a web page (like the title, author, CSS, usage rights) -->
   <head>
     <title>Hello there</title>
   </head>
<!-- the body hold the main content for example, header, main content and maybe a footer -->
   <body>

<p>Hello everyone!</p>

   </body>
</html>

Do you understand this?[edit]

Evaluate the structure of different types of web pages.

Standards[edit]

These standards are used from the IB Computer Science Subject Guide[2]

  • Evaluate the structure of different types of web pages.

References[edit]

  1. http://www.flaticon.com/
  2. IB Diploma Programme Computer science guide (first examinations 2014). Cardiff, Wales, United Kingdom: International Baccalaureate Organization. January 2012.