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
Web developers working on client side are called?
Front end developers
Web developers working on_____are called back and developers.
Server side
Web developers working on the server side are called_______.
Backend developers
_______Separation of concern is style.
CSS
_____Web developers Run code for both client and server ends.
Full stack
Full stack web developers run code for_____?.
Both client and server ends.
_____Separation of concerns includes content / structure.
HTML
HTML separation of concerns includes_____.
Content / structure
_____Is used for a specific place in the list.
ie. Recipe
Order list
_____Is used when order does not matter
Un-ordered list
What is the language called that is used in HTML?
Syntax
DOM
Document object model