Skip to content

Commit 33856dd

Browse files
committed
aded case sensitive
1 parent b91123d commit 33856dd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

css.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,14 @@ <h2>3. preprocessor</h2>
148148
</div>
149149

150150

151-
<!-- <div id="bdo">
152-
<h2>4. bdo</h2>
153-
<p><strong>Question:</strong> How can u change direction of html text?</p>
154-
<p><strong>Answer:</strong> use bdo (bidirectional ovverride) element of html.</p>
151+
<div id="bdo">
152+
<h2>4. case sensitive</h2>
153+
<p><strong>Question:</strong> Does css properties are case sensitive?</p>
154+
<p><strong>Answer:</strong> no.</p>
155155
<pre><code>
156-
&lt;!-- Switch text direction --&gt;<br/>&lt;p&gt;&lt;bdo dir=&quot;rtl&quot;&gt;This text will go right to left.&lt;/bdo&gt;&lt;/p&gt;
156+
//add an example here
157157
</code></pre>
158-
<strong>result:</strong>
159-
<p><bdo dir="rtl">This text will go right to left.</bdo></p>
160-
<p><strong>extra:</strong> rtl: right to left. and alternatively you can use, ltr: left to right.</p>
161-
</div> -->
158+
</div>
162159
<!-- <div id="mark">
163160
<h2>5. mark</h2>
164161
<p><strong>Question:</strong> How can u highlight text in html?</p>
@@ -290,6 +287,7 @@ <h2>References</h2>
290287
<li><a href=""></a></li>
291288
<li><a href=""></a></li>
292289
</ul>
290+
293291
</div>
294292

295293
<!-- div>h2+p+pre>code -->

0 commit comments

Comments
 (0)