This tag is responsible for titles on a webpage.
<H1> or Headline tags
This type of coding is the creation of web pages through a series of basic commands.
What is HTML Coding?
<h1< Hello! </h1>
There is a second lesser carrot in the opening tag.
Atom is this type of a program
What is a text editor?
To set up a new webpage code, you need to use this file type in your title for it.
What is ".html"
This tag uses spacing to organize lines of words.
<p> or Paragraph tags
This type of coding is what determines the CONTENT of the webpage.
What is HTML Coding?
<style> h1 [color: blue;]</style>
Wrong bracket type around the property and value portion.
When creating a code, the category we are creating in the tag is also know as the ___________.
Attribute! It means feature!
To ensure that your content is displayed as the content you'd like to show, you need to use these.
Attribute tags.
This tag uses images that you have saved on your device.
An image tag!
This type of coding is responsible for the style of a page, adding color, images, indentation and other visual features.
What is CSS?
<p1> This is the content of my title! </p1>
P tags are used for Paragraphs, not headings!
True or false, the large the number in a tag, the larger the text will appear.
False! An H9 tag would be significantly smaller than an H1!
A hamburger! It defines the type of code (the bun), the ending tag shows a difference for shape the bottom bun), and the type of content determines the type of sandwich! (Turkey burger=header tag code, etc.) Content is in the middle!
The <li> tag is used to make these.
List items.
HTML stands for this.
What is Hyper Text Media Link?
A coder programs a website with their favorite music albums listed, organizing each line by type of tag, placing all headlines, paragraphs, and their deciding style values together for organization. Why does this not work?
You cannot have all of the same type of tag together and expect them to appear in a different order. You need to have your style values for each type set in a tag before the remainder of the code. Etc.
False! That is an ID tag.
What kind of food is CSS coding similar to? Why?
Sushi! It has its content portions, but things are rearranged and colored specifically for style!
CSS Stands for this
Cascading Style Sheets
Why can't the audience of this website read the text?
<style> h1 {color:blue; background-color:blue}</style>
If the background color and font are the same color, they will appear as blocks, not separated items layered as needed.
It is used to add a hyperlink, or a clickable portion used to take you to another page!
What is the most important habit when it comes to coding?
SAVE SAVE SAVE