HTML Headings with CSS Inline Styles Script:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="html,css,js,php,script,styles" />
<meta name="description" content="HTML Headings with CSS Inline Styles Script and its output" />
<title>Sample HTML</title>
</head>
<body>
<h1 align="center" style="color:#7F9F55; background-color:#FCF; border:double; border-color:#AA7FFF; padding:10px;" >Welcome To ITJobCareers</h1>
<hr align="center" width="50%" size="5" color="red" />
<h2>HTML</h2>
<h3>CSS</h3>
<h4>JS</h4>
<h5>PHP</h5>
<h6>MySQL</h6>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="html,css,js,php,script,styles" />
<meta name="description" content="HTML Headings with CSS Inline Styles Script and its output" />
<title>Sample HTML</title>
</head>
<body>
<h1 align="center" style="color:#7F9F55; background-color:#FCF; border:double; border-color:#AA7FFF; padding:10px;" >Welcome To ITJobCareers</h1>
<hr align="center" width="50%" size="5" color="red" />
<h2>HTML</h2>
<h3>CSS</h3>
<h4>JS</h4>
<h5>PHP</h5>
<h6>MySQL</h6>
</body>
</html>
No comments:
Post a Comment