I need to code the CSS to the image below relative to this HTML: a b x y one two three four
I need to code the CSS to the image below relative to this HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head></head><body>
<div>
<div>a</div>
<div>b</div>
<p>x</p> <p>y</p>
</div>
<div class="a">
<p class="b c">one <br/> two</p>
three <br/> four
</div>
<script type="text/javascript" src="/d2l/common/math/MathML.js?v=20.20.10.24949-220 "></script><script type="text/javascript">document.addEventListener('DOMContentLoaded', function() { D2LMathML.DesktopInit('https://s.brightspace.com/lib/mathjax/2.7.4/MathJax.js?config=MML_HTMLorMML','https://s.brightspace.com/lib/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML','130'); });</script></body></html>
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images