Be good at codeing today!

CHAPTER 1: Codeing HTML

Body Scripting

< body>

TIP:This will go inside of the "Body" part of your script.

Here's how you make a link: < a href="https://URL">TEXT< /a>

Ex: Neocities_Web

Here's how you can make bold: < strong>bold< /strong> and italic: < em>italic< /em>.

Here's how you can add an image:

< img src="NAME.TYPE">

Ex:

Here's how to make a list:

< /ul>

Here's how to make a text: < p>TEXT< /p>

Here's how to make a title on screen: < h1>TEXT< /h1>

Here's how to make a button < button>TEXT< /button>

Here's how to make emojis: < p>&#NUMBER< /p>

Ex: 😂

< /body>

Head Scripting

< head>

TIP:This will a go inside of the "Head" part of your script

Here's how to make a title for your site: < title>TEXT< /title>

Here's how to make a message: < !--TEXT-->

Here's how to connect to your css script: < link herf="/NAME.css" rel="stylesheet" type="text/css" media="all">

< /head>

CHAPTER 2: Codeing CSS

CSS codeing

Here's how to customize your HTML in CSS. In CSS type:

Body {

backround-color: COLOR;

color: COLOR:

font-family: FONT;

}

End

Thank you for seeing this if you're this far and I hope that I toght you something!

If I didnt mention something tell me!

for More help
v1.5

Update details

Update details 1.5

Update v1.4