Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. What file extensions do HTML files use? The following line of HTML code conta

ID: 3745357 • Letter: 1

Question

1. What file extensions do HTML files use? The following line of HTML code contains errors. What is the correct way to write this lire? 2. sp This is a paragraph of text p 3. At the very least, which tags should be included in a basic HTML page?" 4. Identify th e tag name, attribute, and value in the following line of HTML code: 5. Fill in the blank: XHTML requires all tages to be 6. Which option is not acceptable for an HTML flename? case A. myfile.html B. my_file.html C. my file.html D. my file.html What is the named character entity used to add a copyright symbol to a Web page? You ju an error After ixing the error and saving the Web page, which button should you click 7. 8. st created a Web page, and you're previewing it in a Web browser when you notice in the browser to view the changes made?

Explanation / Answer

[1] HTML [HyperText Markup Language] having ".html" extension.

[2] <p> tag used to defines a paragraph.

Correct : <p> this is a paragraph of text </p>

[3] Basic tag used in each HTML file

<!DOCTYPE html>

<html>

<body>

</body>

</html>

[4] Tag Name : font

attribute : face

value : "arial"

[5] all tags to be lowercase.

[6] [C] my file.html

Reason : HTML file name should contain [letters a-z, A-Z,numbers 0-9, hyphens (-), underscores (_) and periods (.)].

[7] Char : ©

Number : &#169;

Entity : &copy;

[8] "Reload the page" used to refresh the web page.