Member-only story

Make your own website coding in HTML

Crystal X
4 min readFeb 27, 2024

--

More than twenty years ago I had my first stab at making my own website, using Angelfire. Moving on, websites have made a lot of advances, so I have decided to try my hand at my own personal website, placing the code on Replit so that it can be viewed by others. The code can be found on the program, TracyWebPage on my personal Replit account, TracyRenee.

The code is written in HTML and can be seen in the screenshots below.

Line 1 is the tag for the document type, which is html.

Line 2 is the html tag, which finishes on line line 86.

Line 3 is the head tag, which finishes on line 41.

Lines 4 and 5 include metadata for the page.

Line 6 is the title of the web page, being Tracy’s Web Page.

Line 7 is the style marker, which sets the style of the web page and ends on line 40.

Line 8 to 9 set the box sizing of the entire page, being border-box.

Line 12 to 17 set the style of all of the coding included in the body of the page. The font is Lucida Handwriting, the background colour is pink, and the colour of text is purple.

Lines 19 to 22 set the style of the header title, with the text centred and padding of 80px.

--

--

Crystal X
Crystal X

Written by Crystal X

I have over five decades experience in the world of work, being in fast food, the military, business, non-profits, and the healthcare sector.

No responses yet