HTML...CSS...Programming

User Generated

Arbawniv

Programming

Description

Download the provided Unit2.zip document and save it to your computer. Click here to download the Unit2.zip document.

  • Right-click the Unit2.zip folder and Extract All.
  • Open Visual Studio and select File > Open Web Site from the menu.Navigate to the extracted Unit2 folder and select it to open the Website in Visual Studio.
  • Select Website > Add New Item from the menu and select Style Sheet from Add New Item dialog box. Name the style sheet Unit2.css.
  • Add style rules to Unit2.css to accomplish the following:
    • Ensure that the semantic elements format in older browsers.
    • Eliminate the default spacing around all elements.
    • Use the Verdana font or any available sans-serif font for the text.
    • Set the font size for the body to 80% of the browser’s default font size.
    • Set the width of the window to display the document to 700.
    • Center the text in the header.
    • Provide spacing at the top of the level-one heading in the header to the equivalent of one capital M without affecting the spacing of the image.
    • Set the font size for the level-one heading in the header to three times the browser’s default font size.
    • Display the image in the header to the right of the text.
    • Ensure the text of the section does not flow around the image in the header.
    • Display the image in the first paragraph to the left of the text.
    • Set the font size for the level-one heading in the section to two times the browser’s default font size.
    • Center the text in the level-one heading in the section.
    • Provide spacing at the bottom of the level-one heading in the section to the equivalent of one capital M.
    • Set the font size for the level two headings in the section to one and one-half times the browser’s default font size.
    • Center the text in the level two headings in the section.
    • Center the text in the navigation.
    • Provide spacing at the bottom of the navigation to the equivalent of two capital Ms.
    • Bold the text of a hyperlink when the user hovers over the hyperlink or a hyperlink gets the focus.
    • Set the text of a hyperlink to red when the user hovers over the hyperlink or a hyperlink gets the focus.
    • Display the footer on the right side of the page.
    • Set the font size of the text in the footer to 75% of the browser’s default font size
    • Validate the CSS style rules.
    • Zip (compress) the Visual Studio project folder into a .zip file to submit.

Unformatted Attachment Preview

Running head: PSEUDO CODE 1 Individual Project Title Orlando Calvay Fundamentals of Programming and Logic: ITCO221 AIU Online July 27, 2014 INDIVIDUAL PROJECT TITLE 2 Pseudo Code Steps Needed to Develop C# Console Program: The application will gather information including the following: 1) 2) 3) 4) Name Whether or not he or she has programming experience How many years of experience 1 item about the person that he or she wishes to share (interests, hobbies, etc.). Given questions above, will use variables “name” for question number 1, variable “experience” for question number 2, variable “years” for question 3 and variable “Team” for question 4. And all will have data type “String”, except for variable “years” which will have data type as “int” Step 1: Write command “Console.Out.WriteLine” to start, plus first line in quotation marks and parenthesis and semicolon after parenthesis Step 2: Type data type as String and declare variable as “name” Step 3 : Take input from command line and store it as “name” Step 4: Write command “Console.Out.WriteLine” to start, plus line for question 2 in quotation marks and parenthesis and semicolon after parenthesis Step 5: Type data type as String and declare variable as “experience” Step 6 : Take input from command line and store it as “experience” Step 7: Write command “Console.Out.WriteLine” to start, plus line for question 3 in quotation marks and parenthesis and semicolon after parenthesis Step 8: Type data type as “int” and declare variable as “years” Step 9: Take input from command line and store it as “years”, but add “Convert.ToInt16 at INDIVIDUAL PROJECT TITLE 3 beginning of read command to differentiate numbers from text. Step 10: Write command “Console.Out.WriteLine” to start, plus line for question 4 in quotation marks and parenthesis and semicolon after parenthesis Step 11: Type data type as String and declare variable as “Team” Step 12: Take input from command line and store it as “Team” ===================================================================== Step 13: Output all variables by predicating the variables and later concatenating to each one of the variables with a plus sign Console.Out.WriteLine("You entered your name as: " + name + ", and when asked if you have programming experience, you answered: " + experience + ", The years of programming experience you having indicated was: " + years + ", and you also indicated that your favorite sports team is: " + Team); Step 14: Display output by holding Alt then press F5 on keyboard and then type info INDIVIDUAL PROJECT TITLE 4 INDIVIDUAL PROJECT TITLE 5
Purchase answer to see full attachment
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer


Anonymous
Excellent! Definitely coming back for more study materials.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Related Tags