Style Tag

 


STYLE TAG



We could design a webpage using this style tag in the html file.

Here are some examples of how to design a webpage using this style tag in the html file.


Example:

<html>

<head>
<title>Base Tags</title>

<style>
h1 {color:red;}
p {color:blue;}
</style>

</head>
<body>

<h1> Website </h1>
<p> WebPage </p>


</body>
</html>     

 





We will learn more about the style tag in the future when we learn CSS coding.

Previous
Next Post »
0 Komentar