It is best to use a POGIL approach with the following. In POGIL students work in groups on activities and each member has an assigned role. For more information see https://cspogil.org/Home.
If you work in a group, have only one member of the group fill in the answers on this page. You will be able to share your answers with the group at the bottom of the page.
HTML stands for Hyper Text Markup Language. It is used to create web pages. HTML describes the elements of the webpage such as the title, paragraphs, images, and links. For more information on HTML see the tutorial at https://www.w3schools.com/html/.
The first tag, <!DOCTYPE html>, indicates that this is an HTML document. While it is best to include this tag, the page will typically display fine even if you donβt include it.
Most HTML elements have start tags and end tags. The page is started with the start tag <html> and ends with the end tag </html>. Indentation isnβt required, but makes it easier to read the HTML.
The HTML tag has two children tags: <head> and <body>. The head contains meta information about the page including the page title. The body contains the elements that are displayed in the page such as the headers and paragraphs.
If you worked in a group, you can copy the answers from this page to the other group members. Select the group members below and click the button to share the answers.
The Submit Group button will submit the answer for each each question on this page for each member of your group. It also logs you as the official group submitter.