HTML Flashcards
which element tag should be used to make a word bold?
<b> </b>
which element tag is used for headers ?
<h1> </h1>
True or False : Header tags get smaller when the number gets higher?
True. You have to strategies where the header tags go on your HTML page
How many header tags can exist on a page?
6
True or False: Header tags don’t have to descend in order. You can have a <h4> in between two <h3></h3></h4>
True
what is the <p> </p> tag?
paragraph
What is the <pre> </pre> tag?
preformated and it shows anything that is done inside the web page such as spacing or indenting
what is the <i> </i> tag?
italicized
what is the <br></br> tag?
line breaks. When you wanted to something right under the other. For example when you are typing your address. It like using the return button on the keyboard
what is the <em> </em> tag?
emphasize. looks like its italicized
what is the <strong> </strong> tag?
bold the word. Its similar to bold tag
which tags don’t need a closing tag?
line break tags and paragraphs
what is the tag?
navigation. It is used to wrap a list of internal or eternal links found on a page.
what is the tag?
used when a set of information can be deemed to stand alone. Generally you would use it to wrap around the paragraphs on the page.
what is the tag?
can be used to wrap around every paragraph and header. It falls inside the article tag. Each header and paragraph gets one.