html website example for Beginers to Pro

Sample Html Code

I made it for BEGINNERS(!) The guide is very detailed, yet very easy to follow – even if you’re not very technical.

Edit index.html file


< !DOCTYPE html>


< html>


< head>


< title>Page Title


< /head>


< body>


< h1>This is a Heading< /h1>


< p>This is a paragraph.< /p>


< /body>


< /html>

I made it for BEGINNERS(!) The guide is very detailed, yet very easy to follow – even if you’re not very technical.