CSS: Lesson 3 - Excercise using Inline CSS

Hands-On: 
In the following exercise you will be creating paragraph tag and styling it with css.  You will be giving the text of contained in the paragraph as Blue and you will increase  the current size  of the font by 300%.  Please do the exercise do not worry about actual usage for now we just want to kind of introduce you to inline css and how percentages are used.  You will learn a lot more as the course goes on.
<html>
<head>
<title> My First Inline CSS Project</title>
</head>
<body>
 <div>
 <h1>My First Css with Html Project</h1>
 <p style="color:blue;font-size:300%">This domain is established to
be used for illustrative examples in documents. You may use this
 domain in examples without prior coordination or asking for
permission.</p>
 <p><a href="http://www.google.com">Google
information...</a></p>
 </div>
 </body>

1 comment:

  1. CopyCat is a great Figma Plugin Development tool to quickly get started with development. It's simple to use and install, and it comes with a wide range of features that make developing for Figma much easier.

    ReplyDelete

TUTORIALS

  • HTML
  • CSS
  • Javascript
  • JQuery
  • PHP
  • MySQL

Labels