Intro to HTML
Intro to HTML
Intro to HTML
<p>This is a sentence.</p>
<p><strong>This sentence is in bold print.</strong></p>
This is a sentence.
This sentence is in bold print.
Intro to HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>This is a basic web page with no styling</p>
</body>
</html>
Intro to HTML
<!DOCTYPE html>
Intro to HTML
<html>
</html>
Intro to HTML
<head>
</head>
Intro to HTML
<body>
</body>
Intro to HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>This is a basic web page with no styling</p>
</body>
</html>
Intro to HTML
Intro to HTML
Intro to HTML