Structure of different types of web pages: Difference between revisions

From Computer Science Wiki
No edit summary
Line 4: Line 4:




== Real world, practical advice ==
<syntaxhighlight lang="html">
<html>
 
  <head>
    <title>Hello there</title>
  </head>
  <body>
 
<p>Hello everyone!</p>
 
  </body>
</html>
 
 
</syntaxhighlight>


== Do you understand this? ==
== Do you understand this? ==

Revision as of 08:40, 14 October 2019

Web Science[1]



<html>

   <head>
     <title>Hello there</title>
   </head>
   <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.