actual answers.
Content Management Systems (CMS) ANS -bundled and stand alone application to create, deploy,
manage, and store content on web pages
Wordpress ANS -free and open source tool and a CMS based on PHP and MySQL
relative hyperlink ANS -link to web pages within your site
absolute hyperlink ANS -link to other sites
named fragment ANS -(fragment identifier) HTML element assigned to an id attribute
CSS Sprites ANS -using CSS to configure small graphics combined in the sprite as background images for
various web page elements
responsive web design ANS -enhancing a web page for different viewing contexts
media query ANS -made of media type and a logical expression that determines the capability of the
device that the browser is running on (screen resolution or orientation)
flexible images ANS -fluid image that will not break the page layout as the browser viewport is resized
Flexbox ANS -elements contained within container can be configured either horizontally or vertically in
a flexible manner with flexible sizing
target attribute ANS -opens link in a new window/ tab
relative hyperlinks within folders ANS -<a href="rooms/canyon.html">Canyon</a>
, ARIA ANS -role="main"
Mobile Design Best Practices ANS -1. small screen size
2.low bandwich
3. font, color, media issues
4. awkward controls, limited processor and memory
5. functionality
Responsive Web Design with Flexible images ANS -remove height and width, max-width=100%,
height=auto
Content Delivery Network (CDN) ANS -save space
Bootstrap ANS -Web development framework that provides styles for buttons, fonts, forms, labels,
icons, carousels
table element ANS -block display that contains tabular information <table>
cell ANS -intersection of a specific row and column
table header ANS -<th>
table data ANS -<td>
Table html coding ANS -<table>
<tr>
<th>
<tr>