Computing: Web Design Flashcards
What language is used to create webpage content?
HTML
What language is used to style and format webpage content?
CSS
What does CSS stand for?
Cascading style sheets
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
Name three popular web browsers?
Google Chrome, Firefox and Microsoft Edge
Name a popular search engine
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> every number can be put up to <h6>
</h6></h1>
Which html tagnis used to display images on a webpage
<img></img>
What html tag is used to create hyperlinks
<a href