HTML
17 Questions
13 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

HTML code to create a button uses an opening tag and closing tag?

<button></button>

Paragraph Tags?

Paragraph Tags?

h1 heading?

<h1></h1> Signup and view all the answers

Line Break?

<br> Signup and view all the answers

There's an element for giving emphasis to text, it makes it italic?

<p><em></em></p> Signup and view all the answers

Element to define important text?

<p><strong></strong></p> Signup and view all the answers

Make text important - use these tags for the text inside a button?

<p><button><strong></strong></button></p> Signup and view all the answers

General beginning/end of HTML pages?

<!doctype html><html> <body></body></html> Signup and view all the answers

Button Stacked with a Line Break?

<p><button></button><br></p> Signup and view all the answers

Anchor tags?

<p><a></a></p> Signup and view all the answers

Anchor with URL and link text structure?

<p><a href=""></a></p> Signup and view all the answers

Image/source/width/height structure?

<p>&lt;img src=&quot;&quot;width=&quot;&quot; height=&quot;&quot;&gt;</p> Signup and view all the answers

Input/placeholder structure?

<input placeholder=""> Signup and view all the answers

To create a group of elements, we surround the elements with?

<div></div> Signup and view all the answers

We can access local webpages like  t⁠r⁠a⁠i⁠l⁠.⁠h⁠t⁠m⁠l⁠ by adding  /⁠ before the file name?

<p><a href="/trail.html">trail</a></p> Signup and view all the answers

To keep  .⁠h⁠t⁠m⁠l⁠ file names easy to read, we (what?) each word and place a (what?) in between?

<p>Lower case, hyphen</p> Signup and view all the answers

Study Notes

HTML Buttons

  • A button in HTML is created using <button> opening and closing tags, allowing for customizable functionality and styling.

Paragraph Tags

  • Paragraphs in HTML are defined using <p> tags, which start with an opening tag and end with a closing tag, effectively structuring text into readable sections.

Headings

  • The <h1> tag represents the highest level of heading in HTML, emphasizing the most important title or section of content.

Line Breaks

  • A line break is inserted using the <br> tag, which is a self-closing tag that creates a new line without starting a new paragraph.

Emphasis Element

  • The <em> tag is used to emphasize text, typically rendering it in italic style to convey importance or stress.

Important Text Element

  • The <strong> element is designed to define text that is of strong importance, often displayed in bold to highlight its significance.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

HTML

More Like This

HTML Flashcards
10 questions

HTML Flashcards

LoyalLanthanum avatar
LoyalLanthanum
HTML Basics and URL Structure
0 questions
Code HS HTML 2.4-2.7 Flashcards
5 questions
HTML Block and Inline Elements Quiz
11 questions
Use Quizgecko on...
Browser
Browser