Reference no: EM13708051
Question: Create a HTML page, answer the given questions.
I use Edit Plus, but any editor can be use.
*BONUS*
What is CSS?
Part 1: add background image on the top line only (use inline style).
Part 2: Add light green as page background color (use inline style).
Coding:
Part 3: Use three <div> </div> tags to add three copies of "New Prospective" on the page, use class in embedded styles to format the text, each copy of "New Prospective" should be:
A. Show text in bold
B. font color is red
C. Italic
D. Font is 45 pixls big
E. background color is yellow
F. word spacing is 15
G. letter spacing is 15
H. add 4-side double border to each copy "New Prospective"
I. border color is blue
Part 4: Modify the second copy, show font in black (use inline style).
Part 5: Modify the third copy, add an ID to <div>, use ID in embedded style to show font in blue, move this copy to the right by 300 px, down by 400 px. Hint: use style position.
You need to make well-formed and clean HTML and Css code. You should not copy and paste the code from other source.
Prompt the user for a series of numbers
: Prompt the user for a series of numbers that may be either a binary number or a decimal number.
|
Implement a function which finds the largest number
: Write a function named largest which will receive the array as input and return the variable LargestNumber.
|
Converts a number from binary to decimal
: Write a program that Converts a Number from Binary to Decimal by using reading keyboard input, nested if statements, nested loops, Strings. Also ensure it's in java please! Thanks so much!
|
Find the clock cycles required in both cases
: What is the global CPI for each implementation and find the clock cycles required in both cases."
|
What is css
: Create a HTML page, answer the given questions - What is CSS
|
Write a program in c of fibonacci series
: Write a program in c of Fibonacci series with and without using fibo func, both
|
Write a program to track hourly employee departure
: A company hires you to write a program to track hourly employee arrival and departure times from work. In essence, you are tasked to make an online time clock.
|
Create a code with two functions
: You have to create a code with two functions. The first function takes a string as an argument and returns a Boolean that indicates whether or not the number of parentheses is balanced (utilizing a stack).
|
Design a pseudo code to create the program
: Design a pseudo code to create, debug and execute the program. The documentation should include your name, course, program name, due date, programming language used
|