File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff 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- <!-- Switch text direction --><br/><p><bdo dir="rtl">This text will go right to left.</bdo></p>
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 -->
You can’t perform that action at this time.
0 commit comments