How do you make content look nicer?
What's the CSS used for?
<link rel="stylesheet" href="EDUCATION.css"> where does this go in the HTML?
What is always the first thing in an HTML besides the head?
Do you go to the CSS to change the text style?
Where do you go to change the text style?
Why does pink show up in your codes?
What color do you see on your screen when a bug appears?
Is it possible to change the color of <h> tags?
Can you change the color of the <h> tags?
What does Cascading Style Sheet stand for?
What does the CSS stand for?
Does Hypertext Markup Language stand for HTML?
What does HTML stand for?
Why do you go to the CSS to change the color of your text?
Where do you go to change the color of the text?
What does the <li> tag do?
How do you create bullets in coding?
Why do bugs appear?
What is a bug in your HTML?
What makes the visual elements come to life?
What can go in the CSS but not the HTML?
Does the <h> tags have different variations of sizes?
What makes the font sizes change in the HTML?
Is Underline a example of text-decoration?
What is an example of text-decoration?
Is this how you change the font style?
Font-style: (whatever style you want)
How do you change the border style?
What does the +Add CSS button do?
How do you add a CSS to a web page?
Is this how you add a border and size to an Image?
img {
border-radius:50%;
border-style:double;
border-color:black;
border-width:thick;
text-align: center;
}
This is an example of what you could do
How do you size or add a border to an Image?
What is the purpose of the <body> tag?
What is the purpose of the <body> tag in the HTML?
Why do you type the <center> tag in above what you want centered?
How do you make something centered?
Does The <div> tag helps create things in the HTML instead of the CSS?
What does the <div> tag do?
Is this how You add a footer?:
footer{float:right;
color:white;}
And this in the HTML:
<hr> <strong><footer>Ireland Mew</footer></strong>
How do you add a footer tag and make it shift to the right?
You type this in, this is an example:
a:hover{
color:white;
background-color:gainsboro;
}
How do you make a hover element in the CSS?
What does this <a href="https://www.example.com">Visit Example Website</a> do?
What tag is used to create a link to another website?
Is adding images of things you like doing or favorite colors an example of adding creativity into your page?
What is an example of adding yourself into your own page?
Do these jobs use coding? A software developer or Software Engineer
What Job mainly uses coding?
Is the difference between HTML is for the way the page is setup and structured but the CSS is for giving the page it's actual creativeness?
What's the difference between the HTML and the CSS?