HTML
CSS
LINKING
What is font-size?
CSS property sets the thickness of all four borders of an element.

100

What are HTML tags?

the building blocks of web pages, acting as instructions to web browsers on how to display content, like structuring text into paragraphs or creating hyperlinks

100

What is CSS, and why is it used?

CSS is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes

100

how to add a link to your coding pages?

With the anchor tag, the <A> tag. An attribute then follows the letter "A" in the tag. For a link to another web page, the "A" is followed by "HREF".

100

 What's the purpose of the text (body, heading, functional)?

 to identify the topic of the content within each section

100

What is border-width?

Controls the thickness or width of an element's borders, allowing you to specify a uniform border around a box or set different widths for individual sides.

200

What types of text are there?

s it body text, a heading, a caption, or functional UI text (like buttons or icons)

200

How do you center a div element in CSS?

Centering with margin inline.

200

Where exactly should the link go?

When adding a link in HTML, the URL (or destination) goes inside the href attribute of the <a> tag

200

Is the font size easy to read and accessible for all users?

Aim for a font size of at least 16 pixels (or 12 points) for body text

200

What is border-style?

a property that controls the visual appearance of an element's border

300

What is the purpose of the <body> tag?

The <body> tag contains all the visible content of an HTML page.

300

Explain the CSS box model?

 a box that wraps around every HTML element.

300

How will the user know it's a link?

underlined text that is typically blue. You can also use an image as a link, which will also be underlined and blue

300

How do I add a font size for headings?

Modify the styles associated with those headings or use CSS to set the font size.

300

What is border color for coding?

 a CSS property that sets the color of an element's border, allowing you to customize the appearance of elements with borders.

400

How do you create a hyperlink in HTML?

Create a hyperlink using the <a> tag with the href attribute.

400

What is important about CSS?

It is the coding language that gives a website its look and layout.

400

What text or image should be used for the linking ?

either text or an image, but using a combination of both is recommended for accessibility and clarity

400

What is the purpose of the text?

To inform, persuade, entertain, or express feelings, among other possibilities.

400

What are border-top-width, border-right-width, border-bottom-width, border-left-width?

Properties that control the width of an element's respective border sides.

500

What is the difference between HTML tags and HTML elements?

An HTML tag is a keyword enclosed in angle brackets (e.g., <p>), while an HTML element is the entire structure, including the tag, its attributes, and the content within it (e.g., <p>This is a paragraph.</p>

500

How to use border color in CSS?

Set color-value by name: All the 140 valid CSS color names can be assigned to the border color. ...Set Color Using Hex Value. HEX color value can be assigned to the border color. ...Set Color Using RGB Value. RGB color value can be assigned to the border color. ...Set Color to Transparent

500

Why is this linking your pages necessary?

to create a navigable website and allow users to move between different pages or sections within a page.

500

What is the purpose of the <head> tag?

The <head> tag contains information about the document, such as the title, character set, and links to external stylesheets or scripts.

500

What is a border?

an HTML, CSS, and a WikiText attribute that changes the color, type, and size of an element's border.