Computing Flashcards
What Bahia he 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?
Hyper Text Markup Language
Shat does the acronym CSS stand for?
Cascading Style Sheets
Name three popular web browsers
Google, Chrome, 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 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>
Which 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 sued to create a bulleted list?
<li>
</li>