Font size
Worksheets1. Fundaments of Web Design Final Exam Review
Total questions: 70
Worksheet time: 39mins
a) <doctypehtml>
b) <!DOCTYPE html>
c) <DOCTYPE html!>
d) <doctypehtml!>
b) <h1>
c) <h6>
a)<bold>
b) <b>
c) <i>
d) <u>
a) <img src="img.jpg">
b) <img href="img.jpg">
c) <image src="img.jpg">
d) <img link="img.jpg">
a) <p>
b) <par>
c) <h1>
d) <br>
a) <ol>
b) <ul>
c) <list>
d) <li>
a) <row>
b) <table>
c) <tr>
d) <td>
a) <ol>
b) <li>
c) <number>
d) <list>
<a href="#">Name</a>
<a="#">Name</a>
<a>Name</a>
<a src="#">Name</a>
a) <hr>
b)<br>
c) <break>
d) <p>
What is the use of <hr>
tag in HTML?
a) <iframe>
b) <img>
c) <video>
d) <body>
a) <head>
b) <link>
c) style=
d) <style>
a) <link rel=”stylesheet” href=”style.css” />
b) <link rel=”stylesheet” src=”style.css” />
c) <style rel=”stylesheet” src=”style.css” />
d) <style rel=”stylesheet” link=”style.css” />
b) inside an HTML element ex. <div style="color:red;">
c) inside the <style> section of an HTML page
What will be the output of following CSS code snippet? h1 {color. "green";)
a) <p sytle="color:red">Hello</p>
b) <p style="color:red;">Hello</p>
C) <p color=red>Hello</a>
d) <pstyle="color-red;">hello</p>
