CSS
images
links
HTML
table
100

what is a CSS

cascading style sheets 

100

what does the image tag do

what makes your image appear

100

why would you need to link a page to something

to put this game on the webpage of course

100

what is the primary reason why simply knowing the basic tags might feel insufficient for building modern websites, as it often requires integration with styling and scripting languages.

The modern web development ecosystem.

100

This is the main HTML tag you use to start creating a table on a webpage.

What is <table>?

200

can a CSS help you put color and images in your webpage?

yes it can do that and a lot more

200

This is the main HTML tag you use to embed an image onto a webpage.

What is <img>?

200

 the main HTML tag you use to create a link to another webpage or a different part of the same page.

what is a <a> (anchor)?

200

new semantic elements in HTML5, like <article> and <nav>, aimed to provide more meaning to content structure, potentially reducing the overuse of generic <div>s.

what are Semantic HTML5 elements.

200

Inside a table, this tag is used to define each row of data.

What is <tr>?

300

would you (most of the time) need a CSS for your webpage to work

yes 

300

This essential attribute within the image tag specifies the path or URL to the image file you want to display.

What is src?

300

 Inside the link tag, this important attribute specifies the destination of the link (the URL).

What is href?

300

 Even in frameworks that dynamically generate content, understanding this foundational markup language is still essential for accessibility, SEO, and performance.

what is a Well-structured and semantic HTML.

300

Within a table row, this tag usually represents a standard data cell.

What is <td>

400

how to make something float left?

what is float: left;

400

It's good practice to include this attribute in your image tags to provide a text description of the image for screen readers and if the image fails to load.

What is alt?

400

By default, clicking a link will open the new page in the same browser window or tab. You can use this attribute to make the link open in a new window or tab.

What is target="_blank"?

400

While not making the core syntax harder, these guidelines for inclusive web design introduce added requirements for HTML attributes and element usage.

what are Accessibility standards (like WCAG).

400

If you want a special cell at the top of a column that describes what the data below it is, you would use this tag instead of the standard data cell tag.

What is <th>

500

What is needed to have the CSS affect the HTML

  what is <link rel="stylesheet" href="example.css">


500

Similar to controlling the width, you can use this attribute to set the visible height of an image (again, CSS is usually the better approach for styling).

What is height?


500

what is a section within the same document a unique ID, you use this special character at the beginning of the href attribute's value to link directly to that section.

 what is # (hash or pound symbol)?

500

Although primarily handled by CSS, a well-structured and semantic version of this markup language provides a crucial base for adaptable layouts across various devices.

what is a Semantic and well-structured HTML in the context of responsive design.

500

You can make a single data cell or header cell span across multiple columns using this attribute.

What is colspan?

M
e
n
u