Important Vocabulary
HTML: an abbreviation for HyperText Markup Language.
Tag: Instructions that define a web pages structure and various content containers. Every tag is contained inside <>. Example <html>
DocType Defenition: <!doctype html> this line has to be at the top of every web page that you design. It tells web Browser that this is a web page and that it is English
Root Element: the tags that make up the Web page. There are two primary types; the Head and the Body.
Head: This is the area of the Web page that stores the crucial utility tags that allow your web page to operate. this are of the web page is never seen by the audience
Body: This is the area of the web page that your audience sees.
Meta tags: provide information about the Web page. They are located in the Head
Elements: is an area on your page that contains object like; images, lists, paragraphs, video etc.
Tag: Instructions that define a web pages structure and various content containers. Every tag is contained inside <>. Example <html>
DocType Defenition: <!doctype html> this line has to be at the top of every web page that you design. It tells web Browser that this is a web page and that it is English
Root Element: the tags that make up the Web page. There are two primary types; the Head and the Body.
Head: This is the area of the Web page that stores the crucial utility tags that allow your web page to operate. this are of the web page is never seen by the audience
Body: This is the area of the web page that your audience sees.
Meta tags: provide information about the Web page. They are located in the Head
Elements: is an area on your page that contains object like; images, lists, paragraphs, video etc.
Test #2
Now that you have watched the next set of videos this is your opportunity to use your new found information. It is your responsibility to make the web page pictured below.... Good Luck!
Things to do to your German Klub web page
Turn this group of students on your web page into a table:
The table should have a table header that says this - "Officers"
Information in the table is below:
Präsidentin Kanika Yadav
Vizepräsidentin Anna Bobok
Finanzdirektorin Justin Halpern
Sekretärin Lexi Anderson
Zeremonienmeisterin Kathryn Walters
ColSpan should be set to 2
CellPadding should be set to 10
The table should have a table header that says this - "Officers"
Information in the table is below:
Präsidentin Kanika Yadav
Vizepräsidentin Anna Bobok
Finanzdirektorin Justin Halpern
Sekretärin Lexi Anderson
Zeremonienmeisterin Kathryn Walters
ColSpan should be set to 2
CellPadding should be set to 10