HTML Basics Flashcards
defines a paragraph
<p></p>
defines a paragraph
<p></p>
defines a single line break
<br></br>
defines bold text
<b></b>
defines italic text
<i></i>
defines big text
<big></big>
defines smaller text
<small></small>
defines important text
<strong></strong>
defines subscripted text
defines superscripted text
defines inserted text
<ins></ins>
defines deleted text
<del></del>
What is the biggest heading?
<h1></h1>
What is the smallest heading?
<h6></h6>
Which tags are used to indicate headings?
h1-h6
defines a horizontal line
<hr></hr>
comment
______ provide additional information about an element or tag, while also modifying them.
attributes
defines a single line break
<br></br>
defines bold text
<b></b>
defines italic text
<i></i>
defines big text
<big></big>
defines smaller text
<small></small>
defines important text
<strong></strong>
defines subscripted text
defines superscripted text
defines inserted text
<ins></ins>
defines deleted text
<del></del>
What is the biggest heading?
<h1></h1>
What is the smallest heading?
<h6></h6>
Which tags are used to indicate headings?
h1-h6
defines a horizontal line
<hr></hr>
comment
An HTML ______ is written using a start tag and an end tag with the content in between.
element
What is the role of an attribute in HTML?
it modifies the tag
used to insert an image
<img></img>
<img></img>
What does “src” mean?
source