{{theTime}}

Search This Blog

Total Pageviews

HTML Inline Class Attribute

<!DOCTYPE html>
<html>
<head>
<style>
span.note {
    font-size: 120%;
    color: green;
}
</style>
</head>
<body>

<h1>My <span class="note">HTML </span> Inline Class Attribute</h1>
<p>This is <span class="note">HTML Class Inline Attribute</span> Example.</p>

</body>
</html>

No comments:

java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport

SpringBoot Error: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.j...