Blog Archive

Popular Posts

How to code a simple website (NOOB FRIENDLY) by Ursula

This coding is for a simple html website like a blog or one pager. I learned to do this when I was 12 so anyone can do this :) Message me if you need any help. I will cut the code into parts.

The full code we will be working with
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<head>
<title>Website Title</title>
<style type="text/css">
body {...

How to code a simple website (NOOB FRIENDLY) by Ursula

by Ursula via TBN

No comments:

Add Comment