Suraj Kumar Mishra
Asked 8 months ago
Viewed 103 times
How can a website be made responsive using HTML?
How does HTML, combined with CSS, ensure that webpages automatically adjust layout, size, and visibility to fit different devices like mobiles, tablets, and desktops?
Your Answer
Shiva Mishra
Asked 7 months ago
Viewed 191 times
What is an HTML paragraph?
This question asks about a paragraph in HTML, how it is represented using the
tag, and its role in structuring and separating text on a web page
Shiva Mishra
Asked 7 months ago
Viewed 127 times
What is an HTML table?
Explain the structure of an HTML table. How do <table>, <tr>, <th>, and <td> tags work together to create a table?
Shiva Mishra
Asked 8 months ago
Viewed 123 times
Which tag is used to write a paragraph?
Checks your knowledge of the
<p> tag used to create text paragraphs on a webpage.
Suraj Kumar Mishra
Asked 8 months ago
Viewed 240 times
How does the <meta> tag help in HTML?
How do meta tags provide information like character set, viewport, description, or keywords, and why are they important for browsers and SEO?
Suraj Kumar Mishra
Asked 8 months ago
Viewed 192 times
What is the difference between block and inline elements?
Why do some HTML elements take the full width while others only occupy space needed for their content, and how does this affect webpage layout?