Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html basic tags syntax

Anchor
<a href="" target="_blank">Name</a>

Headings and Paragraph
<h1>Heading</h1>
<h2>Heading</h2>
<h3>Heading</h3>
<h4>Heading</h4>
<h5>Heading</h5>
<h6>Heading</h6>

<p>
Paragraph
</p>

Image 
<img src="path" alt="alttext">
Comment

html tags

HTML Elements are what make up HTML in general.
This is a list of the main Html element tags. 
(There are more not included in this list.)
<!DOCTYPE> 	Defines the document type
<html> Defines the root of an HTML document </html>
<title>	Defines a title for the document </title>
<header> Defines a header for a document or section </header>
<main> Specifies the main content of a document </main>
<footer> Defines a footer for a document or section </footer>
<p>	Defines a paragraph </p>
<a>	Defines a hyperlink </a>
<b> Defines bold text </b>
<br> Defines a single line break </br>
<button> Defines a clickable button </button>
<div> Defines a section in a document </div>
<footer> Defines a footer for a document or section </footer>
<h1> to <h6> Defines HTML headings </h1> to </h6>
<img> Defines an image </img>
<ol> Defines an ordered list </ol>
<ul> Defines an unordered list </ul>
<li> Defines a list item  </li>
<script> Defines a client-side script </script>
<span> Defines a section in a document</span>
<table>	Defines a table </table>
<td> Defines a cell in a table</td>
<th> Defines a header cell in a table </th>
<tr> Defines a row in a table </tr>
Comment

basic html tag

<html>
<head>
<title> kwik Learners </title>
</head>
<body>
<h1> Hello Kwik Learners </h1>
<p> This is the content </html>
</body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: in form right to left html 
Html :: jquery get innerhtml of span 
Html :: how to increase size of input submit type in html 
Html :: Formatting code with <pre tag in React and JSX 
Html :: how to create a clock 
Html :: js coding practices airbnb 
Html :: copy table to clipboard html 
Html :: input select and button on same line 
Html :: leaderboard html 
Html :: mvc 5 required field validation not working 
Html :: bootstrap table same width 
Html :: tabbing slider 
Html :: HTML tags - what are tags ? 
Html :: what is jumbotron in bootstrap 
Html :: bootstrap 5 tooltip 
Html :: static html template 
Html :: xss html 
Html :: html section tag 
Html :: kotlin fabric 
Html :: html style guide 
Html :: table collapse row html 
Html :: format json logs 
Html :: you may need an appropriate loader to handle this file type html 
Html :: eleventy collection get url 
Html :: Search CSV files for text 
Html :: filetype: env"DB_PASSWORDS" 
Html :: nonce in script tag 
Html :: How do you set a focus keyphrase in html site 
Html :: Theological 
Html :: gambar html 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =