1) <a  _____="https://www.programmingisfun.com">This is a link</a>. What is the blank? a) link b) href c) go d) open 2) Use the correct HTML tag to add a heading with the text "London". a) <h1>London</h1> b) <p>London</p> c) <cout>London</ d) <img src>London</img> 3) Use the correct HTML tag to add a paragraph with the text "Hello World!" a) <h1>Hello World</h1> b) <p>Hello World</p> c) <cout>Hello World</ d) <img src>Hello World</img> 4) Add a line break in the middle of the paragraph: a) <p>My Bonnie lies,over the ocean.</p> b) <p>My Bonnie lies<break>over the ocean.</p> c) <h1>My Bonnie lies<nextline>over the ocean.</h1> d) <p>My Bonnie lies<br>over the ocean.</p> 5) Use the correct HTML attribute, and CSS, to set the color of the paragraph to "blue". a) <p style ="color:blue;">This is a paragraph.</p> b) <p img="color:blue;">This is a paragraph.</p> c) <p font-size="color:blue;">This is a paragraph.</p> d) <p text-align="color:blue;">This is a paragraph.</p> 6) Add comment tags around the paragraph a) <!<p>This is a paragraph.</p>> b) <!--<h1>This is a paragraph.</h1>--> c) <!--<p>This is a paragraph.</p>--> d) <!-<p>This is a paragraph.</p>-> 7) Add a table row with two table headers. The two table headers should have the value "Name" and "Age". a) <table><tr><th>Name</th><th>Age</th></tr> b) <table><td><th>Name</td><th>Age</th></tr> c) <table><tr><td>Name</td><td>Age</td></tr> d) <table><td><td>Name</td><td>Age</td></td> 8) In the form below, add radio button, with the name "fav_language". a) <form><input type="radio" name="fav_language" value="html"> HTML</form> b) <form><input type="select" name="fav_language" value="html"> HTML</form> c) <form><input type="name" name="fav_language" value="html"> HTML</form> d) <form><input type="check" name="fav_language" value="html"> HTML</form> 9) Specify that the form is submitted using the "POST" method. a) <form action="/action_page.php" method="get"> b) <form action="/action_page.php" method="post"> c) <form action="/action_page.php" method=""> d) <form action="/action_page.php" POST="method"> 10) Set the input field to be read only (meaning that the value cannot be changed). a) <input type="text"> b) <input type="text" disabled> c) <input type="text" readonly> d) <input type="text" placeholder="readonly">

Skor Tablosu

Görsel stil

Seçenekler

Şablonu değiştir

Otomatik olarak kaydedilen geri yüklensin mi: ?