PLEASE ANSWER ALL THE QUETION BECAUSE I WANT PREPARE FORTHE TEST.
NOTE: DON'T ANSWER ANY OF THE QUESTIONS IF YOU ARETRYING TO ANSWER ONE QUESTION. answers WOULDN'TALLOWED MY QUESTION POST, BUT IT DID ALLOWED THAT REASON YOUSEE MY POST!
THANK YOU FOR YOUR HELP AND I APPRECIATE YOURUNDERSTANDING.
QUESTION 1
What is the purpose of listing multiple font families ina style?
1. It displays the page in all font families listed andthe user can change the desired font with a drop downlist.
2. The browser displays the page using the first font inthe list that matches what is available on the computer gracefullyfalling back on a known font when the ideal font isn'tfound.
3. You can't list multiple font families in a stylecommand. If the selected font isn't available the browser defaultsto comic sans.
4. There is no font-families section. This informationshould be in the font-style entry and only one font name is allowedin HTML5
QUESTION 2
What are the following elements?
<header>, <nav>, <section>,<aside>, <footer>
1. HTML 5 Semantic Elements
2. HTML 4 Semantic Elements
3. HTML 5 Style Elements
4. HTML 4+ Symbolic Elements
QUESTION 3
What does the <em> tag do?
1. Displays the text in Bold for emphasis.
2. It sets the edge margin for the page.
3. Displays the text in italics
4. It scales all photos inside the tag to equal measurebetween them for spacing.
QUESTION 4
What is the advantage of using Stylesheets?
1. They make our code smaller by reusing components fromother developers
2. They allow us to separate the visual style of our webpage from the html code giving greater control over the appearanceof our pages.
3. They allow our code to flow easily (Cascade) from oneweb page to another.
4. They allow us to highlight all of our html code inblue to make it easier to work with the code inside of a texteditor.
QUESTION 5
Which of the following style commands allows you to seta font to normal, bold, bolder or lighter?
1. font-weight
2. font-type
3. font-style
4. font-thickness
QUESTION 6
Which of the following is not a type of HTMLList?
1. Ordered List
2. Cascading List
3. Unordered List
4. Definition List
QUESTION 7
Which of the following is a valid style for theparagraph tag
1. Paragraph {
p.font.size=p;
align center
}
2. <Style:: p: FS=9, TA=center>
p {
font-size: 9 pt;
text-align: center;
}
3. None of the above are valid.
QUESTION 8
What best describes attributes?
1. Attributes are statistical information about a webpage such as its height, width, background color, etc.
2. Each html element has an attribute tag to set it todisplay or be hidden.
3. Special code words used inside of an HTML tag tocontrol what it does
4. A special section inside of the header tag to controlpage layout functions.
QUESTION 9
Which of the following is a valid CSS displayproperty?
1. display:tiered
2. display:ASCII
3. display:block;
4. display:hidden
2 points
QUESTION 10
If you wanted to place all of your style code in aseparate file from your html code which tag would youuse?
1. <resource type="css"filename="filename.css">
2. This cannot be done in HTML. Style commands must beincluded in the HTML file only.
3. <link href="filename.css"class="stylesheet">
4. <link rel="stylesheet" type="text/css"href="filename.css">
PLEASE ANSWER ALL THE QUETION BECAUSE I WANT PREPARE FOR THE TEST. NOTE: DON'T ANSWER ANY OF THE QUESTIONS IF YOU ARE TR
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am