Web Design X 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 stand for
Cascading Style Sheets
Name 3 popular web browsers
Google Chrome, Firefox, 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> <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>