6. Fancy up your font

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST, BUT DON’T DELETE ANYTHING THAT DOESN’T SAY ‘REPLACE THIS’!>

Exercise URL: <replace this with the link to the exercise you’re stuck on.>

Error message:


6. Fancy up your font:

<!DOCTYPE html>
<html>
	<head>
		<title> Mohamed R. </title>
	</head>
	<body> <img src="https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg" /> 
	</body>
	
	
	<p> Hi my name is Mohamed Asfaq Rizwan, and I'm eager to learn hot to code and looking forward to make a website. </p> 
	
	<ul> Interests </ul>   
	<li> Cars </li> 
	<li> Technology </li>
	
	<ul> Jobs </ul> 
	<li> IT </li>
	<li> app devoloper </li> 
	<ul> Where I've lived </ul>
	<li> India </li> 
	<li> KSA </li>
	<ul> Quotes </ul> 
	<li> an eye for an eye makes an whole world blind </li>
	<ol> 
	
	<ul>
	    <li> interests
    <ul>
        <li>cricket</li>
        <li>Game</li>
        <li>Code</li>
        </ul>
        </li> 
        <li>favorite teams</li> 
    
    <ol> 
        <p style="color:red">I'm Green!</p>             <li>Item #1</li>
        <p style="color:green">I'm red! font:15 </p> <li>Item #2</li> 
    </ol>
	
	
</html>

**it says: **

Spice up your profile with different fonts, sizes, and colors. You can do any combination you like, so long as you use font-family, font-size, and color at least once each!

PLS HELP!!!

<BEFORE SUBMITTING YOUR TOPIC look at the box of the right of this one to see what your post will look like. Does it look good? Ok, now click +Create Topic >

i only see color, where are your font-family and font-size? You need all three

1 Like
  1. All of this code should be before the closing body tag…
  2. You haven’t added font-family
  3. Your font size is in correct

should be something like:

<p style="color: yellow; font-size: 19px">Something </p>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.