Web Design Flashcards
What language is used to create webpage content
HTML
What language is used to style and format webpage content
Css
What arenweb browsers used for
Viewing webpages
What are search engines used for
Finding useful information on the web
What are search engines used for
Finding useful information on the web
What does the acronym HTML stand for
Hyper text markup language
What does the acronym CSS stand for
Cascading style shedts
Name 3 popular web browsers
Google Crome, Mozilla Firefox, Microsoft edge
Name a popular search engine
What HTML tag is used to define the title of a webpage
<title>
</title>
What HTML tag is used to define a paragraph
<p>
</p>
What HTML tag is used to define a heading
<h1> <h2> <h3>
</h3></h2></h1>
Which html tag is used to display images on a webpage
<img></img>
What html tag is used to create a hyper link
<a></a>
Which html tag is used to create a numbered list
<ol>
</ol>