HTML and CSS Flashcards
what are the opening and closing tags for the largest heading
<h1></h1>
what opening and closing tags do you put the code for your website in
<body></body>
What opening and closing tags are used for a paragraph
<p></p>
what opening and closing tags used to break up one paragraph from another
<div></div>
what are the opening and closing tags for the second largest heading
<h2></h2>
what are the opening an closing tags for the third largest heading
<h3></h3>
what do you add to the opening div tag to show the attribute of the line
Id=”…”>
What are the opening and closing tags that put certain words in italics
<em></em>
What are the opening and closing tags that put certain words in bold
<strong></strong>
What does HTML stand for
Hyper Text Markup Language
What is HTML used for
HTML provides structure to the content appearing on a website, such as images, text, or videos.
HTML is composed of elements. Describe an HTML element.
An element is made up of:
- an opening tag <p>
- The content “Hello World” text
- A closing tag </p>
how many heading elements are there
6 heading elements
Which one is used of main headings
heading 1
what is the <p> element used for
The paragraph element is used for displaying text