Embedded, or internal, designs area unit used for the full page. within the top part, the design tags surround all of the designs for the page.<!DOCTYPE html>
<html>
<head>
<title>CSS Example</title>
<style>
p {
color: red;
}
a {
color: blue;
}
</style>
...
This will build all of the paragraphs within the page red and every one of the links blue.
Although desirable to failure our HTML provides with inline presentation, it's equally typically desirable to stay the HTML and also the CSS file separate, then we have a tendency to area unit left with our savior…
No comments:
Post a Comment