2025/2026 Exam Questions and Answers
| 100% Pass
Each computer has its own _____ address - 🧠 ANSWER ✔✔Unique
What is the address we used? - 🧠 ANSWER ✔✔people.tamu.edu
Individuals create storage locations called_______ on these computers and
files - 🧠 ANSWER ✔✔Subdirectories
Where do you put files so that everyone can see them? - 🧠 ANSWER
✔✔Public Folder
How does your browser find webpages? - 🧠 ANSWER ✔✔Breaks URL into
parts, computer, individual account, directory, then file
, If no file is specified the browser looks for a file called? - 🧠 ANSWER
✔✔Index. html
What does HTML stand for? - 🧠 ANSWER ✔✔Hypertext Markup Language
HTML files are _____ text - 🧠 ANSWER ✔✔Plain
HTML is the language used to create what? - 🧠 ANSWER ✔✔A web site
Tags come in pairs? T/F - 🧠 ANSWER ✔✔True
What are the three bare bone tags? - 🧠 ANSWER ✔✔<html>
<head>
<body>
What does <Hn> where the n is a number from 1-6 represent? - 🧠
ANSWER ✔✔Heading Tag
What does a <p> represent? - 🧠 ANSWER ✔✔Paragraph
What does <ul> represent? - 🧠 ANSWER ✔✔Unordered List
What does <ol> represent? - 🧠 ANSWER ✔✔Ordered List
What does <li> represent? - 🧠 ANSWER ✔✔List item