Horje
common html tags Code Example
common html tags
<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 rel="nofollow" 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 -->
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 rel="nofollow" href=""></a>
<!-- Comment -->




Html

Related
html one page template free Code Example html one page template free Code Example
laravel apache config Code Example laravel apache config Code Example
tailwind width 100 percent Code Example tailwind width 100 percent Code Example
how to make a button in html go to another address Code Example how to make a button in html go to another address Code Example
html newline Code Example html newline Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9