Today you are going to learn haw to make this:
Luke Skywalker
This is Luke Skywalker.
If you have a windows computer, open the notepad, If not go to codecademy, Web fundamentals, the first course. Alright, I think I can start you off.
Lesson 1: Paragraphs
To make the website say what you want it to say, we use the tags <p>,</p> and <br>,</br>.
Lets worry about<p> and </p> first.
Type:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>Type anything here</p>
</body>
</html>
alright, if you are using codecademy hit run. If you are using notepad hit save as....
There will be 5 Lessons(counting this one).
Lets worry about<p> and </p> first.
Type:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>Type anything here</p>
</body>
</html>
alright, if you are using codecademy hit run. If you are using notepad hit save as....
There will be 5 Lessons(counting this one).
No comments:
Post a Comment