seldor492's avatar
seldor492

Nov. 27, 2020

0
Do you want to learn how to build a simple website?

First steps, we are going to learn html, that means hyper text markup language, we are going to use some tools like a notepad.

Exist simple notepad from Microsoft or advanced notepad like Sublime, Atom or Visual Studio Code.

You have to think than website is similar like word document, there ara paragraph, bullets, we can center text, we can set color.

In word we use buttons to set a color, bold or center a text, with html use tags.

For example, copy and paste this text in a notepad, save it with html extension like "index.html"

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

Corrections

Do you want to learn how to build a simple website?

FIn the first steps, we are going to learn html, thatwhich means hyper text markup language, we arand we going to use some tools like a notepad.

ExistYou can use a simple notepad from Microsoft or an advanced notepad like Sublime, Atom or Visual Studio Code.

You have tocan think thanof a website ias something similar liketo a word document, t. There arae paragraph,s and bullets, w. We can center text, and we can set color.

In wWord, we use buttons to set a color, bold or center a text, with. In html we use tags.

For example, copy and paste this text in a notepad,. Then save it with an html extension like "index.html".

Usually, the period (.) would go inside the quotation marks "".
Ex: He said, "I'm going to the store."
But since you are giving a command for a website/computer language then I think it is okay to put the period outside for clarity.

<body>


Do you want to learn how to build a simple website?


This sentence has been marked as perfect!

First steps, we are going to learn html, that means hyper text markup language, we are going to use some tools like a notepad.


FIn the first steps, we are going to learn html, thatwhich means hyper text markup language, we arand we going to use some tools like a notepad.

Exist simple notepad from Microsoft or advanced notepad like Sublime, Atom or Visual Studio Code.


ExistYou can use a simple notepad from Microsoft or an advanced notepad like Sublime, Atom or Visual Studio Code.

You have to think than website is similar like word document, there ara paragraph, bullets, we can center text, we can set color.


You have tocan think thanof a website ias something similar liketo a word document, t. There arae paragraph,s and bullets, w. We can center text, and we can set color.

In word we use buttons to set a color, bold or center a text, with html use tags.


In wWord, we use buttons to set a color, bold or center a text, with. In html we use tags.

For example, copy and paste this text in a notepad, save it with html extension like "index.html"


For example, copy and paste this text in a notepad,. Then save it with an html extension like "index.html".

Usually, the period (.) would go inside the quotation marks "". Ex: He said, "I'm going to the store." But since you are giving a command for a website/computer language then I think it is okay to put the period outside for clarity.

<!DOCTYPE html>


<html>


<head>


<title>Page Title</title>


</head>


<h1>This is a Heading</h1>


<p>This is a paragraph.</p>


</body>


</html>


You need LangCorrect Premium to access this feature.

Go Premium