You are developing a web page that includes the following HTML.
<span id=”myTextSpan” class=”myStyle”>Hello, World!</Span>
You need to use inline CSS styling to format the text with Arial font.
Which code segment should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
why “d” it is not correct?
@Mil, because you need to use “INLINE” CSS styling.
D would be correct (and preferred) if internal styling was allowed here.
See this artile for details:
http://www.w3schools.com/html/html_css.asp