Unit 6: Website Development -
Assignment 2 & 3 (Learning Aim B &
C) (All Criterias Met)
HTML - <<<ANSWER>>>Stands for "Hypertext Markup Language."
HTML is a markup language used to create webpages.
HTML Element - <<<ANSWER>>>Website content that is marked by a
start tag and often closed with an end tag
HTML Tag - <<<ANSWER>>>Special set of characters that tells the
computer where the start and end of an HTML element is and what type
it is. Example: <p> </p>
Website Content - <<<ANSWER>>>The raw text, images, and other
elements included in a web page
Website Structure - <<<ANSWER>>>The purpose of different pieces of
content in a web page, used to help the computer determine how that
content should be displayed
<!DOCTYPE html> - <<<ANSWER>>>First line in an HTML 5
document
<html> - <<<ANSWER>>>This tag indicates the BEGINNING of your
code written in HTML.
Assignment 2 & 3 (Learning Aim B &
C) (All Criterias Met)
HTML - <<<ANSWER>>>Stands for "Hypertext Markup Language."
HTML is a markup language used to create webpages.
HTML Element - <<<ANSWER>>>Website content that is marked by a
start tag and often closed with an end tag
HTML Tag - <<<ANSWER>>>Special set of characters that tells the
computer where the start and end of an HTML element is and what type
it is. Example: <p> </p>
Website Content - <<<ANSWER>>>The raw text, images, and other
elements included in a web page
Website Structure - <<<ANSWER>>>The purpose of different pieces of
content in a web page, used to help the computer determine how that
content should be displayed
<!DOCTYPE html> - <<<ANSWER>>>First line in an HTML 5
document
<html> - <<<ANSWER>>>This tag indicates the BEGINNING of your
code written in HTML.