Topic 1
Topic 1
Web Servers:
A Web Server is software that accepts HTTP requests from web
clients and returns an appropriate resource in the HTTP response .
What is HTML?
Father of HTML: Tim Berners-Lee
<br>-Line Break
Q1.HTML stands for –
D-None of these
Q2. Which of the following tag is used for inserting
the largest heading in HTML?
A-<h3>
B-<h1>
C-<h5>
D-<h6>
3) The correct sequence of HTML tags for
starting a webpage is –
A-<br>
B-<a>
C-<pre>
D-<b>
5) Which character is used to represent the
closing of a tag in HTML?
A-\
B-!
C-/
D-.