“Tag HTML umum” Kode Jawaban

HTML Basic Tags

<head></head>
<body></body>
<title></title>
<h1></h1><h6></h6>
<p></p>
<ol><li></li></ol>
<ul><li></li></ul>
<img src="" alt="">
<a href=""></a>
<!-- Comment -->
DevLorenzo

Tag HTML umum

<h?> heading </h?>	<!-- Heading (h1 for largest to h6 for smallest) -->
<p> paragraph </p>	<!-- Paragraph of Text -->
<b> bold </b>	<!-- Make text between tags bold -->
<i> italic </i>	<!-- Make text between tags italic -->
<a href="url"> link name </a>	<!-- Create a link to another page or website -->
<div> ... </div>	<!-- Divide up page content into sections, and applying styles -->
<img src="filename.jpg">	<!-- Show an image -->
<ul> <li> list </li> </ul>	<!-- Unordered, bullet-point list -->
<br>	<!-- Line Break (force a new line) -->
<span style="color:red"> red </span>	<!-- Use CSS style to change text colour -->
WireBot34

Jawaban yang mirip dengan “Tag HTML umum”

Pertanyaan yang mirip dengan “Tag HTML umum”

Lebih banyak jawaban terkait untuk “Tag HTML umum” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya