To prevent long page load times for pages containing images, it is best to use a compressed file format such as JPG, as well as appropriate image dimensions and
What is the most important job of a web server?
Look at the code in the example below, and then answer the question.<body> <img src="mydog.jpg" alt="My dog" title="My very smart dog" /></body>In the example code, what does the title attribute create?
In HTML, which of the following tags would you use to create bolded text?
To help ensure that an HTML document renders well in many different web browsers, it is important to include which of the following at the top of the file.
What statement best describes percentage values in CSS?
An anchor tag can be coded using which two attributes?
Look at the code, and then answer the question below.<style type="text/css">#intro {text-transform: uppercase;font-style: italic;text-indent: 0px;}</style>...<body><div><p id="intro">Alice was beginning to get very tired of sitting by her sister on the bank.</p>...Which of the following statements is true according to the code?
Look at the website address, and then answer the question.http://www.w3schools.com/Which part of the website address is its top-level domain name?
To help ensure that an HTML document renders well in many different web browsers, it is important to include which of the following at the top of the file.
Which item is essential to know before sketching a navigation menu flowchart?
Compared to an RGB color value of 50, the RGB color value of 150 would be
What does using nesting in HTML allow you to do?
Which technology is most often used to update parts of a web page without reloading the whole page?
Which item is most important for a successful website design?
What term best describes the grammatical rules for writing proper code?
Which website navigation method consists of a single web page containing a list of hyperlinks representing all the pages in the website?
A website design can be rated as acceptable if it enables the site to fulfill its purpose and also
Which item is essential to know before sketching a navigation menu flowchart?
In addition to a web browser, what is needed to create and render a web page?
An excellent website design delights its audience and is the product of innovation built on a foundation of
What is the most important question to ask when conducting research to select a website host?
What term best describes the grammatical rules for writing proper code?
Which is the most likely problem with a static layout?
Which factor is the most important when choosing a website host?
One of the common tests used to evaluate the accessibility of a web page consists of
Look at the code in the example below, and then answer the question.<body> <a href="http://www.w3schools.com">Click to visit W3Schools.com</a></body>In the example code, what is the link’s destination or target?
A website design can be rated as acceptable if it enables the site to fulfill its purpose and also
Which website navigation method consists of a single web page containing a list of hyperlinks representing all the pages in the website?
What is the purpose of the website directory provided by the website host?
Text line breaks and returns are controlled using which tags?.
Text line breaks and returns are controlled using which tags?.
What is the most important job of a web server?
What is the main advantage of using a WYSIWYG (“what you see is what you get”) editor when constructing a website?
Which of the following technologies is now being used to do many of the things that Adobe Flash was once used for?
Read the following scenario, and then answer the question.Paul is the web page designer for his company. Paul’s boss tells him that customers have been complaining that it is difficult to read the text on the company’s web page. Paul’s boss asks him to solve the issue by increasing the legibility of the text on the web page.What is the best way Paul can improve the legibility?
To prevent long page load times for pages containing images, it is best to use a compressed file format such as JPG, as well as appropriate image dimensions and
What is an advantage of using CSS to style web pages?
Which page layout is most commonly used for a website with a large navigation menu?
What is the most important question to ask when conducting research to select a website host?
What is the first step necessary to begin setting up a website once a host has been selected and paid?
Which of the following technologies is now being used to do many of the things that Adobe Flash was once used for?
In addition to a web browser, what is needed to create and render a web page?
Look at the code in the example below, and then answer the question.<body> <img src="mydog.jpg" alt="My dog" title="My very smart dog" /></body>In the example code, what does the src attribute do?
Which of the following is part of the process of publishing a website?
An excellent website design delights its audience and is the product of innovation built on a foundation of
What should a web page designer consider when choosing between fixed positioning and absolute positioning?
Did you find these answers helpful?