Web Design Flashcards
What language is used to create webpage content?
HTML
What language is used to style and format webpage content?
CSS
What are web browsers used for?
Viewing webpages.
What are search engines used for?
Finding useful information on the web.
What does the acronym HTML stand for?
HyperText Markup Language.
What does the acronym CSS stand for?
Cascading Style Sheets.
Name three popular web browsers.
Google chrome, Mozilla Firefox, Microsoft edge.
Name a popular search engine
Google.
What HTML tag is used to define the title of a webpage?
<title>
</title>
Which HTML tag is used to define a paragraph?
<p>
</p>
What HTML tag is used to define headings?
<h1>,<h2>,<h3>,<h4>,<h5>,<h6>.
</h6></h5></h4></h3></h2></h1>
Which HTML tag is used to display images on a webpage?
<img></img>
What HTML tag is used to create hyperlinks?
<a></a>
Which HTML tag is used to create a numbered list?
<ol>
</ol>
Which HTML tag is used to create a bulleted list?
<ul>
</ul>