Planning website, Lesson 1 Flashcards
(9 cards)
What does HTML stand for?
HyperText Markup Language
HTML is the standard language for creating web pages.
What is the purpose of wrapping tags in HTML?
To tell the browser what the content is
Tags like <h1> for headings and <p> for paragraphs are used to define the structure of the content.
What tag is used for a heading in HTML?
<h1> and </h1>
<h1> denotes the highest level of heading.
</h1>
What tag is used to create a paragraph in HTML?
<p> and </p>
<p> is used to denote a block of text as a paragraph.
</p>
What is a structure diagram used for?
To plan a website
Structure diagrams help visualize the layout and components of a website.
What should you do before starting a web project?
Plan your project
Failing to plan can lead to poor website structure and functionality.
What is a site map?
A diagram that outlines the structure of a website
Site maps help in organizing and planning website navigation.
What is the first step in using a structure diagram?
Planning the website layout
Structure diagrams are tools for visualizing the site’s organization.
True or False: HTML is complex and requires extensive coding knowledge.
False
HTML is designed to be simple for creating web content.