HTML and CSS Exam Questions And Answers With 100% Verified
Solution
| Updated
1. What does html stand for? Hyper Text Markup Language
2. Provide an example of an an HTML <footer></footer> , it simplified <div
5 tag and the purpose of the tag id= "footer"> which most coders were
using any- ways, and it provided a
specific close tag
3. What is the purpose of an HTML
com- ment? For the coder to be able to write notes
to themselves of other coders
explaining their code. The browser does
not show these com- ments to the
4. Before CSS how were HTML tags
viewer of the site.
format- ted? Where was the
formatting applied? HTML tags were formatted using
attributes which were placed in the open
tag
5. In what section do you "build" your
EX: <p color="red">text</p>
divs (apply html)?
<body> </body>
6. What do you include in the html tag to let <!DOCTYPE html>
the browser know that you are writing
in version 5 of HTML?
7. What is the tag for an image? <img>
8. What is the tag for a link? <a> </a>
9. What three tags are required in (use paragraph for an
every example)
.html document?
10. Show a start tag and end tag in html
1/
7
, HTML and CSS Exam Questions And Answers With 100% Verified
Solution
| Updated
<html>, <head>, and <body>.
<p> and </p>
11. Text
2/
7
Solution
| Updated
1. What does html stand for? Hyper Text Markup Language
2. Provide an example of an an HTML <footer></footer> , it simplified <div
5 tag and the purpose of the tag id= "footer"> which most coders were
using any- ways, and it provided a
specific close tag
3. What is the purpose of an HTML
com- ment? For the coder to be able to write notes
to themselves of other coders
explaining their code. The browser does
not show these com- ments to the
4. Before CSS how were HTML tags
viewer of the site.
format- ted? Where was the
formatting applied? HTML tags were formatted using
attributes which were placed in the open
tag
5. In what section do you "build" your
EX: <p color="red">text</p>
divs (apply html)?
<body> </body>
6. What do you include in the html tag to let <!DOCTYPE html>
the browser know that you are writing
in version 5 of HTML?
7. What is the tag for an image? <img>
8. What is the tag for a link? <a> </a>
9. What three tags are required in (use paragraph for an
every example)
.html document?
10. Show a start tag and end tag in html
1/
7
, HTML and CSS Exam Questions And Answers With 100% Verified
Solution
| Updated
<html>, <head>, and <body>.
<p> and </p>
11. Text
2/
7