+Bootstrap

This commit is contained in:
Milana
2023-09-29 10:24:57 +03:00
parent 00d1730f75
commit 4882dfffd9
3 changed files with 31 additions and 3 deletions

15
texts.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Text webpage!</title>
</head>
<body>
<h2>Hello, World</h2>
<div>
<p type="text">Text</p>
<p type="subtext">subtext</p>
</div>
<body>
</html>