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 HTML stand for
Hyper Text Markup Language
what does CSS mean?
cascading style sheets
name 3 web browsers
google chrome, firefox, microsoft edge
name a web browser
what HTML tag is used to define title of webpage
<title>
</title>
what HTML tag is used to define a paragraph
<p>
</p>
which HTML tag is used to display images on a webpage?
<img></img>
which HTML tag is used to make a numbered list?
<ol>
</ol>
what HTML is used to make an unordered list
<ul>
</ul>