Structure of different types of web pages: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 6: Line 6:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
<html>
<html>
 
  <!-- the head elements hold meta-information about a web page (like the title, author, CSS, usage rights) -->
   <head>
   <head>
     <title>Hello there</title>
     <title>Hello there</title>
   </head>
   </head>
<!-- the body hold the main content for example, header, main content and maybe a footer -->
   <body>
   <body>



Revision as of 08:41, 14 October 2019

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.