0% found this document useful (0 votes)
84 views

Inline CSS: Inlinecss - HTML

This document contains an HTML page with inline CSS styling. The <p> tag contains style attributes that set the color to blue and font size to 200%. The HTML page contains a heading, paragraph of text styled with inline CSS, and a link to more information about example domains.

Uploaded by

Ania Neal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views

Inline CSS: Inlinecss - HTML

This document contains an HTML page with inline CSS styling. The <p> tag contains style attributes that set the color to blue and font size to 200%. The HTML page contains a heading, paragraph of text styled with inline CSS, and a link to more information about example domains.

Uploaded by

Ania Neal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Inline CSS: inlinecss.

html
!
!
!

<!doctype html>
<html>
<head>
<title>Learning CSS</title>

<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

</head>

<body>
<div>
<h1>Example Domain</h1>
<p style="color:blue;font-size:200%">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.iana.org/domains/example">More
information...</a></p>
</div>
</body>
</html>

You might also like