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

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 :: html range start value 
Html :: how to use input type file and show selected file on screen 
Html :: cuales son los elementos bloque y los elementos linea 
Html :: how to add bg color in html 
Html :: html games for mobile 
Html :: wordpress html templates 
Html :: how to add a rollover image in html 
Html :: navbar bootstrap 5 
Css :: css font arial 
Css :: css media queries 
Css :: how to remove scrollbar in css 
Css :: overlay css background image 
Css :: increase the size of an image on hover using css 
Css :: html center video 
Css :: how to use between in media query 
Css :: grid template column auto fill 
Css :: css print landscape 
Css :: html make footer stick to bottom 
Css :: click through css 
Css :: instagram gradient css 
Css :: css display none alternatives 
Css :: css disable selection 
Css :: how to remove the line below the link text css 
Css :: css list no bullets 
Css :: css box shadow right and down 
Css :: keyframe fade down css 
Css :: how to change style based on screen size 
Css :: boxshadow one side 
Css :: mirror text css 
Css :: set rotation of img in css 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =