Web Paper
Web Paper
a) <ul>
b) <ol>
c) <li>
d) <dl>
2) Which CSS property is used to set the space between lines of text?
a) line-height
b) text-spacing
c) letter-spacing
d) word-spacing
a) relative
b) absolute
c) fixed
d) static
4) Which HTML tag is used to include an external JavaScript file?
a) <script src="file.js"></script>
b) <js src="file.js"></js>
c) <script file="file.js"></script>
b) To include JavaScript
c) To create links
a) <nav>
b) <section>
c) <header>
d) <footer>
7) Which of the following is the correct syntax for a media query in CSS?
d) To style documents
9) What is the role of an application server in web application development?
c) Server-side scripting
d) SSL encryption
a) display: block;
b) float: left;
c) display: flex;
d) position: absolute;
b) To create a link
c) To insert an image
a) <td>
b) <th>
c) <tr>
d) <table>
b) <comment>
c) /* comment */
d) // comment
a) An anchor or hyperlink
b) An image
c) A paragraph
d) A form
c) To include a video
a) src
b) href
c) link
d) url
Q:2) (a) What are the main differences between HTTP and HTML?
(b) What are the primary functions of web servers and application servers in web application
deployment? How do they interact with each other?
Q:4) Write HTML and CSS Code to design this Template Below.
Q:5) Write HTML and CSS Code to Design this Template Below.