151k views
4 votes
Jason is creating a web page for his school's basketball team. He just finished creating his storyboard. Which tool should he use to start coding? Storyboard Text editor Web browser Word processing document

2 Answers

6 votes

Answer:

Text editor

Step-by-step explanation:

So lets say jason just finished planning his storyboard aka planning his design for the website he is going to make he already got the font down and everything else he needs except he doesnt know what to choose first.

Well lets break this down in a way dummies could understand

Storyboard

It cant be storyboard since he is already using that to make the website he needs to know what he could use after.

Text editor

Yes, this is the correct answer using a text editor is a great way to start your website after you your storyboard to plan it

Web browser

Sure a web browser is very helpful for many things but a web broswer is already basically a huge website that links to other smaller webitesbut since you need to make your own website this is inccorrect so hit the buzzer!

Word proccesing document

Word proccesing documents such as word can be used to plan your website in the first place, they can be used as a storyboard, so using them to create an idea is not a very good idea unless you want to plan one.

So the answer is text editor your welcome! p.s i hope dummies CAN understand this...

User JimmyG
by
5.6k points
4 votes

Answer:

Jason should use the Text editor to create a web page for his school's basketball team.

Step-by-step explanation:

You can do HTML, CSS, javascript coding using any text editor. The text editor is used for creating web pages. However, by default, a text editor "notepad" on windows is installed. You can use notepad like text editor for creating the web pages. Furthermore, the text editor writes all your code in black color and you need to adjust/ align code chunk accordingly for example if-else statement. However, you can download other text editors such as "Sublime text" etc. which is a friendly text editor and allow you to write code in different colors for understanding easily. So, Jason should use the text editor to create a web page for his project.

Why other options are not correct?

Storyboard

A storyboard is a tool of conceptualizing the idea about how your website functionally looks like. However, the storyboard can't use for creating a web page.

Web Browser

A web browser is used to display the web page and its content such as google chrome, firefox, Mozilla and internet explorer. Web browser can not use for creating the web pages rather it is used to display the web page contents such as text, graphics elements, videos, and audio, etc.

Word processing document

Word processing application produces word documents and does not create a web page. Because word processing document contains text and display as a document such you write a report, essay, story, and books, etc. Word processing document does not use for creating a web page. Because it does not convert HTML, CSS and javascript code into browser's readable format. Therefore, the word processing document contains plain text and does not use for creating web pages.

User Kurt Wagner
by
5.1k points