Lubbock Coding Academy Blog #4

matt coston
1 min readFeb 14, 2019

--

  1. Describe one thing you learned in class today. Answer: I was not actually in class today, but I did learn further about media queries on my own time.
  2. What’s the difference between inline and inline-block? Answer: inline does not create a new line and is the standard setting for a span. Inline-Block can have margins and paddings so you can specify a height and width.
  3. How would you approach fixing browser-specific styling issues? Answer: I would use a code validator like the one at validator.w3.org. If the code looks ok with a validator and still is not performing correctly I would begin to research the specific browser and version that is not acting appropriately. Some browsers, in the end, will need to not be supported any longer. Very old browsers like Netscape Navigator version 1 would not be supported in modern web development.

--

--

matt coston
matt coston

Written by matt coston

0 Followers

Hey there! I'm an IT manager by day, and I dabble in all things web development by night.

No responses yet