29.1k views
3 votes
Murray is creating a new website to showcase his photographs. He is trying to decide which languages he needs to learn in order to create a website. Which language will help him create and add text and multimedia content to his website? A. CSS B. HTML C. JavaScript D. XML E. ActionScript

User Cath
by
4.9k points

2 Answers

2 votes

Answer:

If Murray is creating a new website to showcase his photograph then he should first learn HTML. Using HTML, he can easily create an image gallery.

Step-by-step explanation:

Murray should learn HTML to showcase his photographs. Because using HTML, the image gallery can be developed. However, CSS learning is also essential for him, if he wants that website design should be responsive. As we know that, without HTML, CSS is useless. Therefore, he should first learn HTML. Then he would learn CSS if the requirements are related to the design and responsiveness of the website.

JavaScript is used to trigger events in this scenario. For example, show a response to the user, if someone clicks the image. Then he should learn JavaScript. While ActionScript is not necessarily to learn because it is developed for website animation.

User Yiran
by
5.3k points
3 votes

Answer:

B. HTML

Step-by-step explanation:

If Murray only wants to add text and multimedia files, like images or videos, he can use HTML, is not necessary add other programming language, but is Murray wants to add colors and design effects, Murray has to combine HTML with CSS, he could add styles to his website, in this way improve the esthetic.

If Murray wants to add functions can use JavaScript, in this case, his website going to interact with the user, if the user makes a click, the website will do an effect.

User Eric Mabo
by
5.2k points