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.