Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Sample HTML file

<!doctype html>
<html>
	<head>
		<title>Example website</title>
		<meta charset="utf-8"/>
		<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
		<meta name="viewport" content="width=device-width, initial-scale=1"/>
      <style type="text/css">* {font-family: Inter;} body {padding: 2em;}</style>
	</head>
	<body>
		<div>
			<h1>Hello world!</h1>
			<p>This is a example website.</p>
            <!-- Hi! -->
			<p>
				<a href="https://tiagorangel.com/">Learn More</a>
			</p>
		</div>
	</body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: html how to make text not bold 
Html :: back button ionic 
Html :: google web fonts open sans 
Html :: css textarea limit 
Html :: font awesome 
Html :: html skype call 
Html :: html space between characters 
Html :: fullpage cdn 
Html :: textarea placeholder 
Html :: handlebars teamplate script tag 
Html :: show pdf in html 
Html :: indian phone pattern regex 
Html :: bootstrap table hover 
Html :: jquery select2 set value 
Html :: english alphabet 
Html :: chrome clear cache for one site 
Html :: markdown collapsible list 
Html :: default date in html 
Html :: open anchor tag in new tab 
Html :: datalayer push 
Html :: react bootstrap navbar fixed 
Html :: rotate svg 
Html :: adding meta social media tags 
Html :: html input radio 
Html :: html a href 
Html :: meta viewport 
Html :: how to create html dropdown 
Html :: how do you play audio files on html 
Html :: html auto redirect 
Html :: open new tab href 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =