??05????????????????????????????????????
??04??????HTML?????????????????????????????????????????????HTML??????????????????????????????????????????HTML????????????????????????????????????t??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
????????????????????
??????????????????????HTML??????????????????????????????????????????????????????????????????????????????????????????????????????????HTML?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
??????????????????????
styleName
{
color: #990000;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}
- 01?????
- ?????????????????????????????????????????????????????????????????#??????????????????????? .????????????????????????????????????????????????????????????ID???????????????????????HTML?????????????????????????????????????????????????????????????????????????HTML??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
- 02?????
- 01??????????????????????????????????????????HTML???????????????????????????????????????????????????????
- 03?????
- ???????????????????????????????????"color"????????????????????????"#990000"?????????????????????????????????????????????":"???????????????????????????????????????????????????????????????????????????????????????????????????????????
- 04?????
- ??????????????16px?????????????
- 05?????
- ??????????????????"????"?????????????
- 06?????
- ????????????????????????????
- 07?????
- ????????????????????????????????????????????????
??????????????????????????????????????HTML?????????????????
<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<title>????????????????????????</title>
<style type="text/css">
<!--
.text01 {
color: #990000;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}
-->
</style>
</head>
<body>
<p class="text01">???????????????</p>
</body>
</html>
???????????????????????????????????????????????????????????????????????????????????????????CSS??????????????????????????????????????


