How do you define font style of the text in HTML?a. <text style="Arial">b. <font style="Arial"></font>c. <text=Arial>d. <style="Arial">e. <style:"Arial">38.Tags and text that do not show directly on the page are placed in thea. Headb. Bodyc. Tablesd. Titlee. text39.What of the following is the file extension used for HTML file ?a. hmtb. htlmc. hmtld. doce. htm40.Besides <b>, another way to make text bold isa. <bold>b. <strong>c. <dark>d. <emp>e. <deep>41.To create a bulleted list use……..a. <ol>b. <il>c. <bullet>d. <ul>e. <th>42.To change the size of an image in HTML use …………a. pliersb. height and widthc. top and bottom
Question
How do you define font style of the text in HTML?a. <text style="Arial">b. <font style="Arial"></font>c. <text=Arial>d. <style="Arial">e. style:"Arial"38.Tags and text that do not show directly on the page are placed in thea. Headb. Bodyc. Tablesd. Titlee. text39.What of the following is the file extension used for HTML file ?a. hmtb. htlmc. hmtld. doce. htm40.Besides <b>, another way to make text bold isa. <bold>b. <strong>c. <dark>d. <emp>e. <deep>41.To create a bulleted list use……..a. <ol>b. <il>c. <bullet>d. <ul>e. <th>42.To change the size of an image in HTML use …………a. pliersb. height and widthc. top and bottom
Solution
-
Tags and text that do not show directly on the page are placed in the Answer: a. Head
-
What of the following is the file extension used for HTML file? Answer: c. html
-
Besides <b>, another way to make text bold is Answer: b. <strong>
-
To create a bulleted list use…….. Answer: d. <ul>
-
To change the size of an image in HTML use ………… Answer: b. height and width
As for the first question, none of the options are correct. The correct way to define the font style of the text in HTML is by using CSS (Cascading Style Sheets). Here is an example:
<p style="font-family: Arial;">This is a paragraph.</p>
Similar Questions
Which HTML attribute is used to define inline styles?A. styleB. divC. classD. font
.Which elements are mandatory in an XHTML document?a. doctype, html, head, body, and titleb. doctype, html and bodyc. doctype, html, head, and bodyd. doctype, html, title, and bodye. html, body24.What XHTML code is "well-formed"?a. <p>A <b><i>short</i></b> paragraphb. <p>A <b><i>short</i></b> paragraph</p>c. <p>A <b><i>short</b></i> paragraph</p>d. all of abovee. none of these25.Which attribute replaces the name attribute in XHTML?a. The src attributeb. The id attributec. Href
Which HTML element is used to define the structure of an HTML document?Options<doctype><body><head><html>
You are creating a web page. In the heading element of the web page is the following code:<link rel=”stylesheet” href=”styles.css”><style> h2 { font-family: “Arial”; } h3 { font-family: “Calibri”; } </style>The code in the styles.css document is the following:h2 { font-family: “Times New Roman”; } .ad { font-family: “Courier-New”; }On the web page you have the following paragraph:<h2 id=”ad”>The best place to eat in town!<h2>What font will be used to display “The best place to eat in town!”?1 pointTimes New RomanArialCourier-NewCalibri
3 Write the HTML tag/attribute for the following:a) It specifies the language used within the document.b) It defines the title of the documentc) It is used to specify background color of the webpage.d) It is used to give the smallest level heading to the text.e) It is used to create a horizontal line.f) It is used to change the style , size and color of the text.g) It is used to centralize a segment of text.Q4 Describe the following tags:a) <br>b) <h1>c) <comment>d) <sub>e) <DL>
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.