CSS Text Decoration Thickness Property Tutorial on February 23, 2026 CSS Text Decoration Thickness Property Tutorial
Top 10HTML MCQ With Answers on February 04, 2025 Get link Facebook X Pinterest Email Other Apps Top 10 HTML MCQ With Answers 1] correct html tag to display an image? a) <image> b) <img> c) <picture> d) <src>Answer : b) <img>2] <img> tag attribute a) src b) title c) href d) a Answer a) src 3] Syntax for a HTML comment? a) //comment b) /* comment */ c) <!-- comment --> d) { comment }Answer c) <!-- comment-->4] Correct HTML tah for creating a table? a) <tr> b) <td> c) <th> d) <table>Answer d) <table>5] what tag use define a row html table? a) <tr> b) <td> c) <th> d) <row>Answer a) <tr>6) what tag use define cell inside table row a) <tr> b) <row> c) <td> d) <table>Answer c) <td>7] force extra spaces in a paragraph? a) nbsp; b) <br> c) <space> d) text-spaceAnswer a) 8] add a line break inside a paragraph? a) <p> b) <paragraph> c) <text> d) <para>Answer a) <p>9) align text inside a <p> tag? a) text-align in css b) align="center" in html c) Both a & b d) <p align="middle">Answer c) both a and b10) how do you change the text color inside a <p> tag using css? a) color b) text-color c) style-color d) font-colorAnswer a)colorRelated Post :- program to print left pascal star pattern in phparmstrong number program in phpphp assignment operators Comments
Comments
Post a Comment