Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

How do you write a basic HTML code?

<html>
<head>
<title> kwik Learners </title>
</head>
<body>
<h1> Hello Kwik Learners </h1>
<p> This is the content </html>
</body>
</html>
 
PREVIOUS NEXT
Tagged: #How #write #basic #HTML
ADD COMMENT
Topic
Name
6+3 =