Answers about HTML have answers

  1. Question 1. Which HTML attribute identifies a text that will replace the image, if the image cannot be displayed?
    1. alt
    2. src
    3. title
    4. longdesc
  2. Question 2. The HTML (comment) comments begin by
    1. True
    2. False
  3. Question 3. Which HTML tags create a drop-down list?
  4. Question 4. Which HTML element does a new line?
  5. Question 5. What HTML tags are used to insert images into web pages?
    1. Answers about HTML have answers Picture 1 image.gif
    2. Answers about HTML have answers Picture 2
    3. Answers about HTML have answers Picture 3
  6. Question 6. Which HTML is correct to create a link?
    1. http://www.timoday.edu.vn
    2. Find here
    3. Find here
    4. Find here
  7. Question 7. Where is the HTML element creating a numbered list of items?
  8. Question 8. Which is the biggest HTML element for the title format?
  9. Question 9. Which character is used to end a tag in HTML?
    1. <
    2. ^
    3. *
    4. /
  10. Question 10. Select the best HTML element to represent the importance of the text?
4 ★ | 2 Vote

May be interested

  • Text in HTMLText in HTML
    the element in html is used to define a paragraph of text.
  • How to Use Text Color Tags in HTMLHow to Use Text Color Tags in HTML
    this article explains how to change the font color in html documents. although the html style tag is obsolete in html5, you can use css to color content on an html page. if you use an older version of html, you can use the html text color tag as needed.
  • Format text in HTMLFormat text in HTML
    format elements in html help determine the style and importance of text.
  • Elements in HTMLElements in HTML
    the html element usually goes in pairs, including the opening tag, closing tag, and the content inside the two tags.
  • Symbol - Icon in HTMLSymbol - Icon in HTML
    html has many mathematical, technical and monetary symbols that cannot be used to write.
  • Common HTML mistakes that you should avoid for better web programmingCommon HTML mistakes that you should avoid for better web programming
    learning html is not difficult, but when running it in the browser, errors often occur. here are common html errors and how to handle them for better web development.
  • How to insert spaces in HTMLHow to insert spaces in HTML
    this tutorial explains how to insert spaces and line breaks in html. because no matter how many times you type a space, html will display a space so to insert more than one space, you will need to use the html tag.
  • Image img in HTMLImage img in HTML
    when you visit the website, you will often see images of all sizes and positions on the page. images in html web pages will help to enrich the content as well as increase the aesthetics of the page.
  • Attributes in HTMLAttributes in HTML
    properties are used to add information to elements in html.
  • The id attribute in HTMLThe id attribute in HTML
    in html, the id attribute is used to specify a unique id for an html element (the value must be unique in the html file).