Mod1, Chapter 2 Review and apply

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

Write the code to create a relative hyperlink to a web page named clients.html.

<a href="clients.html">Clients</a>

Write the code to create an absolute hyperlink to a website whose domain name is google.com.

<a href="http://google.com">Go there</a>

Which tag is used to hyperlink web pages to each other? <br> <a> <hyperlink> <link>

<a>

Which tag configures the following text or element to display on a new line? <new line> <br> <nl> <line>

<br>

Which tag pair is the best choice to emphasize text with italic font on a web page? <b></b> <strong></strong> <em></em> <bold></bold>

<em></em>

Which tag pair configures the largest heading? a. <h1> </h1> b. <h9> </h9> c. <h type="largest"> </h> d. <h6> </h6>

<h1>

Write the markup language code to display your name in the largest heading element.

<h1>Katrina High</h1>

Think of a favorite quote by someone you admire. Write the HTML code to display the person's name in a heading and the quote block in a blockquote.

<h1>Not sure of the Name</h1> <blockquote>Be the change you wish to see.</blockquote>

Which tag configures a horizontal on a web page? a. <br> b. <line> c. <hr> d. <h1>

<hr> void element no closing tag

Write the markup language code for an ordered list that uses uppercase letters to order the items. This ordered list will display the following: Spring, Summer, Fall, and Winter

<ol type="A"> <li>Spring</li> <li>Summer</li> <li>Fall</li> <li>Winter</li> </ol>

Which tag pair configures a paragraph? <para> </para> <paragraph> </paragraph> <p></p> <body></body>

<p></p>

Modify the following code snippet to indicate that the bolded text has strong importance. <p>A diagram of the organization of a website is called a <<b>sitemap</b>or <b>storyboard</b>. Creating the <b>site map</b> is one of the initial steps in developing a website.</p>

<p>A diagram of the organization of a website is called a <strong><b>sitemap</b></strong> or <strong><b>storyboard</b></strong> .Creating the <strong><b>site map</b></strong>is one of the initial steps in developing a website.</p>

Write the markup language code for an unordered list to display the days of the week.

<ul> <li>Monday</li> <li>Tuesday</li> <li>Wednesday</li> <li>Thursday</li> <li>Friday</li> </ul>

Which statement is true? The W3C Markup Validation Service describes how to fix the errors in your we page. The W3C Markup Validation Service lists syntax errors in a web page. The W3C Markup Validation Service is only available to W3C members. None of the above are true

The W3C Markup Validation Service lists syntax errors in a web page.

Which of the following is an HTML5 element used to indicate navigational content? nav footer header a

nav

Which type of HTML list will automatically number the items for you? numbered list unordered list ordered list description list

ordered list

When should you code an absolute hyperlink? a. when linking to a web page that is internal to your website b. when linking to a webpage that is external to your website c. always; the W3C prefers absolute hyperlinks d. never; absolute hyperlinks are obsolete

when linking to a webpage that is external to your website


Kaugnay na mga set ng pag-aaral

Foundations of Gerontology and Theories of Aging, Prep U: Culture, Spirituality, Etc.

View Set

Combo with "EMT Practice Final Examination" and 21 others Sue R

View Set

Proteins and Enzymes: Adv. Biology

View Set

Third-Party Ownership and Insurable Interest

View Set

Networking Plus Chapter Three, Network Ch.3, Network+ Ch3 quiz, Networking Final Quizlet

View Set