Harbor View Realty’s site has ® written into a listing description, intending to show the registered trademark symbol, but part of the following word gets swallowed into the entity and the symbol doesn’t render correctly. What’s the likely cause?
Author: Anonymous
Dragon Gate Martial Arts keeps its HTML in the order Logo, N…
Dragon Gate Martial Arts keeps its HTML in the order Logo, Nav, Search for desktop, but wants Search to appear visually before Nav once the layout switches to mobile. Which approach achieves that without touching the underlying HTML order?
Ledger Line Bookkeeping is building an analytics dashboard w…
Ledger Line Bookkeeping is building an analytics dashboard with widgets that need to line up in both rows and columns at once, matching a template-like layout. Which tool fits this kind of layout best?
A code reviewer flags a pull request that adds display:inlin…
A code reviewer flags a pull request that adds display:inline-block to a brand-new horizontal nav bar being built today. Is that flag consistent with the deck’s guidance?
A form marks required fields only by coloring their labels r…
A form marks required fields only by coloring their labels red, with no other visual indicator like an asterisk or text.
Ink & Iron Tattoo Studio uses `order` to visually move the “…
Ink & Iron Tattoo Studio uses `order` to visually move the “Book Now” button ahead of the “About” link on mobile, but never reorders them in the actual HTML. What should the team expect for keyboard and screen-reader users?
A developer removes an explicit clear declaration from an el…
A developer removes an explicit clear declaration from an element entirely, leaving no clear property set at all. What clear behavior does the element fall back to?
A small nonprofit’s site has a simple vertical sidebar nav —…
A small nonprofit’s site has a simple vertical sidebar nav — one column of links, no sub-columns. per the deck’s Flexbox-versus-Grid guidance, which tool fits, and why?
A developer wants to recreate this exact hero section style…
A developer wants to recreate this exact hero section style — one non-repeating image that fills its container and stays centered — using the shorthand `background` property instead of four separate lines.
A footer sits directly after a floated image in the HTML, an…
A footer sits directly after a floated image in the HTML, and a developer wants to guarantee the footer always starts below the image, regardless of whether the image is floated left or right. Which clear value guarantees that?