this is used to begin a body text
what is a <p> tag?
used to define HTML headings
what is the <h1> - <h6> tags?
this stands for hypertext markup language
what is html
this is the main function of preview
these are the three parts of the work space
what are the files, work space, and preview?
this is used to close a body text
what is a </p> tag>
this heading is used as title for a page
what is the <h1> tag?
this is the current version of html
what is html 4.01
this button allows for changes to be shown in preview made by code.
what is the "refresh and save" button?
this is the place where code is written.
what is the work space?
this is the <p> tag and </p>'s purpose
what is used to separate body text into paragraphs?
this is the smallest heading
what is the <h6> tag?
this is used to structure a web page and its content
what is html?
this causes an error and makes a mistake in the preview.
what is a bug?
this is where the web page is shown that is created by code.
what is the preview?
this makes the body text appear as paragraphs in the preview window
what is the refresh and save tool?
this is used to close a header
what is the </h1> - </h6> tags?
this is a main feature of html
what is the import of text, videos, pictures, and audio?
this tool allows the user to see what code creates what part of the web page in the preview
what is the inspector tool?
this is where files are created and imported to use in code.
what is the files tab?
this creates a blank line before and after itself when used.
what is a <p> tag?
these allow modifications to headings such as font and text color.
what is a heading element?
this is the creator of the html language
who is Tim Berners-Lee?
this causes paragraphs to form in the preview area.
what is the <p> tag?
this is the line of code that every page must begin with.
what is <!doctype html>?