Question

Write a code of a style to define the look and feel of the TextView, take in your perspective these properties padding ( 20 d

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

<style>
textarea {
padding: 20dp;
color:#D6135C;
font-size: 15dp;
}
</style>

Full code:

<!DOCTYPE html>
<html>
<head>
<style>
textarea {
padding: 20dp;
color:#D6135C;
font-size: 15dp;
}
</style>
</head>
<body>
<form>
<textarea>Some text...</textarea>
</form>

</body>
</html>

Run >> Some text... <!DOCTYPE html> <html> <head> <style> textarea { padding: 20dp; color:#D6135C; font-size: 15dp; </style>

Add a comment
Know the answer?
Add Answer to:
Write a code of a style to define the look and feel of the TextView, take...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In python please 4. Write the code that will define a function that takes any given...

    In python please 4. Write the code that will define a function that takes any given random number as input and it will check to see if that number given from the input is a prime number or not. (if you forgot what prime is from algebra, look it up)

  • Write a report expressing the direction that you feel the Canadian government should take on a...

    Write a report expressing the direction that you feel the Canadian government should take on a cleaner energy policy. Your report must be backed up by data from your research and should be 1-2 pages in length, in a word processed format. (25 marks 20 for content/research, 5 for grammar/spelling) Energy generation methods are: Hydroelectric, Fossil Fuels, Nuclear, Geothermal, Wind, Solar

  • Using scheme language, write the code for the following question 3 Define a procedure "Product" that...

    Using scheme language, write the code for the following question 3 Define a procedure "Product" that takes two parameters and returns the product of them. Then, call you procedure using [5 points] > (Product 1040) 03d

  • Practice Problem [no points]: You should read and understand Fibonacci algorithm, write a code in a...

    Practice Problem [no points]: You should read and understand Fibonacci algorithm, write a code in a high level language of your choice and in Assembly to find a Fibonacci number and check your result. At the end of this assignment a possible solution to this problem is given both in Python and MIPS assembler. Note that it would have been possible to write the Python differently to achieve the same function. . [20 points] Write and debug a MIPS program...

  • How will the function look in MATLAB? Write a function called plot_prop that takes an input...

    How will the function look in MATLAB? Write a function called plot_prop that takes an input value n. You need to plot a parabola i.e. a plot which ranges from a value to zero and then again from zero back to that value. Your parabola must be able to take any number (n) as an input. a) The line of the parabola is magenta and a solid line. b) The points of the parabola are starred. c) The X-axis is...

  • Write in C code: Define an array f=[23,-12,34,-56,-10,12,19], using call-by-reference (use pointers), to pass the array...

    Write in C code: Define an array f=[23,-12,34,-56,-10,12,19], using call-by-reference (use pointers), to pass the array to a function, named Summation. In main: Define array, pass array, print out the array and the result returned from Summation on screen. In function Summation: 1)take array and size from main 2) sum each element according to the following rules 3) if the value of f(i) is positive, add 2*f(i) to the sum 4)if the value of f(i) is negative, add -3*f(i) to...

  • 4. Write the HTML code to associate a web page with an external style sheet named...

    4. Write the HTML code to associate a web page with an external style sheet named myprint.css to configure a printout.

  • PHP code that is given : <?php // Here is where your preprocessing code goes //...

    PHP code that is given : <?php // Here is where your preprocessing code goes // An example is already given to you for the First Name $fname = $_GET['fname']; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Exercise 2 - GET Echo</title> <style> body { margin:0; padding:0; font-family: Arial; } form { margin:20px; } input[type="text"], input[type="password"] { width:150px; padding:3px; font-size:1em; } input[type="submit"] { padding:3px; font-size:1em; } label { display:inline-block; width:150px; } .input-container { padding:5px; } </style> </head> <body> <form...

  • write programs with detailed instructions on how to execute. code is java What you need to...

    write programs with detailed instructions on how to execute. code is java What you need to turn in: You will need to include an electronic copy of your report (standalone) and source code (zipped) of your programs. All programming files (source code) must be put in a zipped folder named "labl-name," where "name" is your last name. Submit the zipped folder on the assignment page in Canvas; submit the report separately (not inside the zipped folder) as a Microsoft Word...

  • Write a MATLab code for a function m-file that that can take three inputs (f, y,...

    Write a MATLab code for a function m-file that that can take three inputs (f, y, t) and uses a while loop to examine f(x) for x = y, x = y+2t, x = y+4t, ... until a number is larger than the previous value and returns the x value for which this happens. Notes: Assume that f is decreasing at x=y but that there is a cutoff x=b > y after which f starts increasing. Assume the input for...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT