CSC Exam 4| 60 questions| with complete solutions
<!DOCTYPE html> correct answer: First line in an HTML5 document. Tells web browsers that this document is an HTML5 document. src= correct answer: Attribute used to provide the file name of an image Ex: <img src="folder/ alt="Picture of pix" title="The Picture" /> <head> correct answer: This tag contains information about the document - contains metadata, information, and instructions to the Web browsers & Search Engines <h1> correct answer: This tag defines the largest heading Ex: <h1 style="font-size: 350%"> Headline for the Page</h1> <h6> correct answer: This tag defines the smallest heading <a> correct answer: This tag is used to create links Ex: <a href=" <em> correct answer: This tag defines emphasized text with italics Ex: A sentence that uses <em>this</em> tag! <li> correct answer: Each item in an ordered list or unordered list must use this tag Ex: <ul>a list <li> list item one </li> <li> list item two </li> </ul> <br /> correct answer: This tag creates a line break <hr /> correct answer: This tag creates a horizontal line across the page style= correct answer: Attribute used to control the appearance of an element; specifies the inline style for an element Ex: <h1 style="font-size: 350%"> Headline for the Page</h1> <body> correct answer: All of the content to be displayed on the page is in this tag <html> correct answer: This tag marks the start of a web page document <img /> correct answer: This tag allows you to add a picture to your web page Ex: <img src="folder/ alt="Picture of pix" title="The Picture" /> <blockquote> correct answer: This tag creates an indented block
Written for
- Institution
-
Liberty University
- Course
-
CSC
Document information
- Uploaded on
- February 3, 2023
- Number of pages
- 5
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
csc exam 4| 60 questions| with complete solutions