Answers about HTML have answers
- Question 1. Which HTML attribute identifies a text that will replace the image, if the image cannot be displayed?
- alt
- src
- title
- longdesc
-
- Question 2. The HTML (comment) comments begin by
- True
- False
-
- Question 3. Which HTML tags create a drop-down list?
- Question 4. Which HTML element does a new line?
- Question 5. What HTML tags are used to insert images into web pages?
-
image.gif
-
-
-
-
- Question 6. Which HTML is correct to create a link?
- http://www.timoday.edu.vn
- Find here
- Find here
- Find here
-
- Question 7. Where is the HTML element creating a numbered list of items?
- Question 8. Which is the biggest HTML element for the title format?
- Question 9. Which character is used to end a tag in HTML?
- <
- ^
- *
- /
-
- Question 10. Select the best HTML element to represent the importance of the text?
4 ★ | 2 Vote
You should read it
- Statistics of the most 'hated' programming languages
- P13 programming set of multiple choice questions
- Top 5 best programming languages for kids today
- Set of multiple choice questions about programming with P12
- The world's 5 most annoying 'programming languages'
- Set of multiple choice questions for programming with P15 prize
- A set of multiple choice questions for programming has a P2 prize
- Set of multiple choice questions about programming with P7 prize
May be interested
- Text in HTMLthe element in html is used to define a paragraph of text.
- How to Use Text Color Tags in HTMLthis 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 elements in html help determine the style and importance of text.
- Elements in HTMLthe html element usually goes in pairs, including the opening tag, closing tag, and the content inside the two tags.
- Symbol - Icon in HTMLhtml has many mathematical, technical and monetary symbols that cannot be used to write.
- Common HTML mistakes that you should avoid for better web programminglearning 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 HTMLthis 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 HTMLwhen 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 HTMLproperties are used to add information to elements in html.
- The id attribute in HTMLin html, the id attribute is used to specify a unique id for an html element (the value must be unique in the html file).