What do you have to put before the letter to close the tag?
hat is</_>
What is an HTML?
what is a page where you post all of your codes and information(Hyper Text Markup Language )
How do you Change Color of the paragraph?
what is P {
color:aqua;
}
What do links do?
what is They make so you don't have to put everything on one page
Header
what is Header is the big tittle ate the start of your webpage and its the main topic of the webpage.
What Tag is a Paragraph?
what is <p> </p>
How do you change a pages name ?
what is By left clicking it
How do you change the Boldness of a header?
what is h1 {
text-weight:20px;
}
How do you link a website?
what is You use the same link for the webpage but instead of the webpage you link a website.
Coding
what is When you put tags and make the computer do your task for you
What Tag is a Header tag?
what is <h1> </h1>
Where do you start typing on the HTML?
what is There should always be a little space but if not start typing between the <body> and <head>
How do you make your header in the middle?
what is h1 {
text-align:middle;
}
What are you linking?
what is You are linking a webpage or website.
Links
what is Links are when you create two webpages and link them to each other or link a website
Which tag makes a bullet point?
what is <ul> </ul>
How do you make a numbered list?
what is <ol> </ol>
How do you make a color outline on your picture?
what is img {
border-color:red;
}
Which tag make an image?
what is <img src="____" alt="_____">
Copyright
what is When you use other peoples work and images without giving them credit and following the CC-
What codes spreads out text
what is <br>
How do you use <ul> tag?
what is The <ul> tag defines an unordered (bulleted) list. Use the <ul> tag together with the <li> tag to create unordered lists.
How do you change the font of your H1
what is H1 {
font-family=20px;
}
Which tags make a link to a webpage?
what is <a href="_____">_____</a>
CSS Style Sheet
what is This is where you change the color of text and weight of text and can get creative.