Can you decode the ransom note by changing the CSS, without changing the HTML?
- Can you change the ransom note so that it uses your favorite colors?
- Without changing the HTML, can you make the ransom note appear more like a normal sentence?
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<h1>My favorite musicians</h1> | |
<h2>Justin Bieber</h2> | |
<p><img src="https://www.fuse.tv/image/544533319a9551c444000080/316/316/justin-bieber.jpg"></p> |
Below the paragraph, make a bulleted list of three notable Westinghouse alumni.
Link each name to a page on the Internet with more information about them.
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
hey | |
</body> | |
</html> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
</body> | |
</html> |