Welcome to my Website!

Here's how you can make bold and italic text.

This is a paragraph! Here's how you make a link: NeoCities.

Here's how to make a list:

"< html >
< head >
< meta charset="UTF-8" >
< title >The web site of melissa19julie< /title >
< style type="text/css" >
/* This is a CSS comment. CSS is how you can add style to your website, such as colors, fonts, and positioning of your HTML content.
See http:// for more info. */
body {
background-color: grey;
color: black;
font-family: Verdana;
}
div.box{
border: 5px dashed red;
width: 150px;
}
div.box2{
background-color:red;
width:1300px;
height:20px;
}
< /style >
< /head >
< body>
< h1 >Welcome to my Website!< /h1 >
< div class="box2">< p >Here's how you can make < strong >bold< /strong > and < em >italic< /em > text.< /p >< /div > < div class="box">< p >This is a paragraph! Here's how you make a link: < a href="http://neocities.org" >NeoCities< /a >.< /p > < /div >
< div class="box" >< p >Here's how to make a list:< /p >
< ul >
< li >First thing< /li >
< li >Second thing< /li >
< li >Third thing< /li >
< /ul >
< /div >
< /body >
< /html >
HERE ARE SOME BORDER TYPES:
solid
dashed
dotted
inset
groove
ridge
double
"