HTML Flashcards
Other common_______Elements are P and form, and new in HTML5 are header, footer, section and more.
Block level
HTML examples
Text, content, images
HTML syntax, spelling and grammar rules, for header. Most important.
<h1></h1>
HTML syntax, spelling and grammar rules, for paragraph?
<p></p>
HTML syntax, spelling and grammar rules, for order list?
<li>
</li>
HTML syntax, spelling and grammar rules, for Un-ordered list
<ul></ul>
HTTPS
Hypertext transfer protocol secure. (Encrypted)
In HTML the_____Is everything the user sees.
Body
In HTML the_____Is Stuff browser needs not see.
Head
ISP
Internet service provider
(Internet)
Setting display to_____Will render the page as though the element does not exist.
None
Setting display to_____We’ll hide the element, but the element will still take up the space it would if it was fully visible.
Visibility: Hidden;
The_____Is everything that goes inside an HTML document.
Root element
Using_____Instead of width in this situation will improve the browsers handling of small windows. This is important when making a site usable on mobile.
Max-width
Web developers working on_____Are called front and developers
Client side