HTML Skeleton & Syntax Flashcards
Where do you put non-visible content about the HTML document?
In between the opening and closing tags of the head element
Where do you put visible content about the HTML document?
In between the opening and closing tags of the body element
Where do the < head > and < body > tags go in a valid HTML document?
In between the opening and closing tags of the html element
What is the purpose of a < !DOCTYPE > declaration?
To let the browser know what kind of version and type of HTML is used for the web document in order for the browser to run the web page correctly
What is the purpose of HTML attributes?
To give extra information about the contents of the element. It is made of 2 parts: a name and a value.
Additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.
What is an HTML entity?
Is a piece of text (“string”) that begins with an ampersand ( & ) and ends with a semicolon
Specials codes to show symbols that are used to display characters that are reserved by HTML code
What does HTML stand for and what is it?
The HyperText Markup Language = is the standard markup language for documents designed to be displayed in a web browser.
What are some examples of an HTML entity?
Starts with & and ends with ;
Can be used by entity name or entity number.
< less than & lt; & #60; > greater than & gt; & #62; & ampersand & amp; & #38; ¢ cent & cent; & #162; © copyright & copy; & #169; ® registered trademark & reg;