HTML Reading Assignment

  1. What is HTML? Hypertext Markup Language
  2. What is HTML used for? HTML defines the structure of your web page layout. It makes your web page appear or act in a certain way.
  3. Why are we learning HTML? It is the foundation of a web page.
  4. What is an HTML tag? Tags open and close the content that is being put into a webpage.
  5. What is the structure of an HTML tag? The structure of an HTML tag includes and opening tag <p> this is where the element takes effect, and the closing tag </p> this is where the element ends.
  6. What is an attribute? Attributes contain extra info about the element that you do not want to appear. i.e. style information, identifier info.
  7. What is the anatomy of an HTML document? The anatomy of a HTML is a combination individual HTML elements that make up a basic web page. i.e.
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>My test page</title>
  </head>
  <body>
    <img src="images/firefox-icon.png" alt="My test image">
  </body>
</html>
1 Like
  1. What is HTML?

HTML is a hyper text markup language, used for creating websites and adding text to them.

  1. What is HTML used for?

It is used for creating titles, paragraphs and lists and many more things on websites.

  1. Why are we learning HTML?

To be able to create a website using smart contracts to interact with it.

  1. What is an HTML tag?

A HTML tag is used for creating an element.

  1. What is the structure of a HTML tag?

The opening tag, the content and the closing tag.

  1. What is an attribute

Attributes provide extra information for the element.

  1. What is the Anatomy of an HTML document?
1 Like

1.hyper text markup language
2. it contains the structure of content and how it will appear
3.its needed for a server to understand how to display content
4.The html element wraps all the content on the entire page and is sometimes known as the root element.
5. open and closing tag
6. extra information that doesnt appear to the user made out of name and value
7.

1 Like

What is HTML?

HTML ( H yper t ext M arkup L anguage) is the code that is used to structure a web page and its content. It`s a markup language that defines the structure of your content.

It consists of a series of elements that you can ENCLOSE or WRAP to make it appear or behave in a certain way

What is HTML used for?

It is used to construct web pages. The web browser reads the HTML document, and displays it according to the HTML language

Why are we learning HTML?

We are learning it so we can code web pages. We need to be able to interact with web pages with our blockchain applications.

What is an HTML tag?

I t’s a way to tell which element you are putting into the code. Where its begins and were it ends

What is the structure of an HTML tag?

The opening tag has use the “greater then, smaller then symbol” <> with the element symbol inside. The closing one uses a forward slash as well to tell where the element ends </> with the element sybol after the forward slash

What is an attribute?

Attributes contain extra information about the element that you don’t want to appear in the actual content.

What is the anatomy of an HTML document?

Doctype: Telling the browser we are talking about a HTML file. It must expect according to the latest HTML standard

HTML lang=“en” Is a mandatory tag. Wraps all the content on the entire page

Head: Some meta information. Information on the document itself

Body: Inside the body, you write the document itself.

1 Like

1.) HTML= Hypertext Markup Language, its code where you can use to structure a web page.

2.) for pages with simple functions who can interact with each other.

3.) for basic knowledge in coding, every webpages uses HTML, when you want to understand something start at the bottom.

4.) betweent a HTML tag is the content, that could be a picture or words.

5.) opening tag and closing tag

  1. ) it contains content that i dont wont to show on the page.

7.) when i use the !DOCTYPE function first, then i had al the elements i need and this is the anatomy of a HTML document.

1 Like

What is HTML?

HTML is a code to structure the content (text and images of a webpage). The acronym stands for HyperText Markup Language.

What is HTML used for?

It is used to define the structure of the content of a webpage.

Why are we learning HTML?

To be able to build pages that can communicate messages to machines and humans at the same time.

What is an HTML tag?

An HTML tag is a code that encloses an instruction regarding a content (text or an image content).

What is the structure of an HTML tag?

The HTML tag is comprised of an opening angled bracket followed by the element name, followed by a closing angle bracket. If it is a closing tag, then it has a forward slash before the element name to indicate it is the end of the instruction.

What is an attribute?

An attribute is information about the element (opening tag, content, closing tag) that is indicated but not displayed visually in the webpage

What is the anatomy of an HTML document?

The anatomy consists of an ordered organization of these elements:

  • Doctype element - <!DOCTYPE HTML>
  • HTML element - <html></html>
  • Header element - <head></head>
  • Character Set element - <meta charset="utf-8">
  • Page Title Element - <title></title>
  • Body Element - <body></body>

These elements are nested in this way:

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>Page Title</title>

</head>

<body>

</body>

</html>
1 Like
  1. What is HTML?
    It stands for Hypertext markup language.

  2. What is HTML used for?
    It is a markup language used to structure a web page and its content.

  3. Why are we learning HTML?
    It’s an essential part of web programming.

  4. What is an HTML tag?
    It denotes the element used for displaying content, wrapped in angle brackets.

  5. What is the structure of an HTML tag?
    Opening angle bracket, name of the element, e.g. p (paragraph), closing angle bracket.

<p>
  1. What is an attribute?
    Extra information about the element which is not displayed as part of the content.

  2. What is the anatomy of an HTML document?
    doctype , html element that wraps all the content, head which contains all meta information for the page (character set, title), references to scripts, styles and the body that holds all the content we want to display to users.

1 Like
  1. A language that lets you structure content on a web page

  2. Putting different types of things into a web page like pictures and links among other things

  3. I would think it is because Web3 apps still need to display data to users so they do this in a browser that uses HTML**

  4. A way to enclose different elements of your page you want to display

  5. It has an open like

    and sometimes a closing tag

    and the things within that get the properties of that tag

  6. They have extra information or modifications that gets put inside the opening tag.

  7. Doctype html element head element body element

1 Like
  1. What is HTML?
    HTML stands for Hypertext markup language

  2. What is HTML used for?
    HTML is a code used for structuring a web page and content on a page

  3. Why are we learning HTML?
    We are learning HTML in order to understand the basis for javascript programming, essentially learning the basics of coding for internet programming purposes since most coding we will be using will be used online.

  4. What is an HTML tag?
    A tag consists of elements that are used to wrap parts of the content to make it appear or act in a certain way, i.e.:

    This academy is pretty dope!

    This would be a tag that makes the text into a paragraph using the < p > opening tag and < /p > closing tag at the beginning and end of the text.
  5. What is the structure of an HTML tag?
    Opening and closing elements beginning with <> and ending with </> with the correct element name to effect the text or image etc.

  6. What is an attribute?
    attributes have names and values that contain info about elements you dont want to appear in the actual content of the page

  7. What is the anatomy of an HTML document?

  • doctype
    -required preamble for HTML

  • html element
    -wraps all content on page
    -known as the root element

  • The head element (i.e. used for keywords and descriptions)
    -container for items not included in content

  • character set
    -UTF-8: includes most characters from written languages

  • title element
    -sets the title for your page

  • body element
    -all the content of your page

1 Like
  1. Hyper Text Markup Language
  2. For website development. specifically used to wrap code around the things you want on your site
  3. For back end website manipulating
  4. It’s used to isolate various elements and prevent code from “leaking”
  5. stuff
  6. Contains information used to affect the content without showing itself on the front end.
  1. What is HTML?
    HTML is a mark-up language used to define the structure of content.
  2. What is HTML used for?
    It is used for adding or creating structure to words and other forms of media on a page.
  3. Why are we learning HTML?
    To add structure to content visually?
  4. What is an HTML tag?
    A tag denotes where a kind of structuring of content begins and ends.
  5. What is the structure of an HTML tag?
    You get angle brackets ("<>") wrapped around the name of the element (eg. “p”) as the opening tag. That tag is followed by some content, be it a string or form of media, then the closing tag follows after in this format “

    ”, with a forwardslash added after the first angle bracket.
  6. What is an attribute?
    An attribute is additional information about the element that doesn’t appear in the content itself. It can be used to target the element and other elements with the same values with style info or other things.
  7. What is the anatomy of an HTML document?
    It goes - Doctype (not very much going on here, just necessary for not messing things up), then the html element which wraps content on the whole page, then the element that contains everything you don’t want to appear on the page (eg. SEO keywords, style elements and more), then the element, which set the character set the document uses. Then the element which shows up in the browser tab, and finally the element, which contains all the content you will show on your webpage.
1 Like
  1. **What is HTML?**HTML is a code that is used to structure a web page
  2. What is HTML used for? HTML is used to structure your content
  3. **Why are we learning HTML?**We are learninh HTML to be able to build our own web pages
  4. **What is an HTML tag?**HTML tags are part of the element used to give instructions on when the paragraph or sentence starts and ends
  5. What is the structure of an HTML tag? 1. A tag starts with an opening , has usually an attribute inside and finishes with a closing
  6. **What is an attribute?**Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. What is the anatomy of an HTML document? 1. An HTML page always starts with the tag , it has and where all the info needed to the website that won’t appear as a content (title, descriptions, seo, scripts and so on), and finally the where all the content lies. All these tags need to be closed
1 Like
  1. HyperText Markup Language
  2. Is a language to structure a web page and its content
  3. To get the basic of coding language in order to understand more advance coding
  4. HTML tag tells the browser what type of content it is and how it show in a webpage
  5. A tag start with and close with
  6. Extra information about the element.
  7. `... ...
`
  1. HTML is a language

  2. HTML is used to correctly display content on a web page.

  3. We are learning HTML to gain an understanding of basic programming.

  4. A HTML Tag is a means of indexing what the content is and how it should be displayed.

  5. A structure of a tag is as follows: content

  6. an attribute is extra information not meant to be visually shown.

`<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
  </body>
</html>

`

1 Like
  1. HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content.
    2.HTML is a protocol to build a website structure to be viewed on the internet.
    3.To have the ability to make our own website instead of outsourcing.
    4.The tag is the container of HTML elements, also known as the root element.
  2. The is used for opening, usually has an attribute(s) inside and is used to state where the tag ends.
  3. An attribute contains extra information about the element that you don’t want to appear in the content. Type=“file”
  4. Used to combine HTML elements of a wesite.
  1. What is HTML?
    Hypertext Markup Language

  2. What is HTML used for?
    Defining the structure of page content

  3. Why are we learning HTML?
    Because it’s the foundation of programming for the web.

  4. What is an HTML tag?
    HTML tags define page elements. You wrap your elements with tags.

  5. What is the structure of an HTML tag?

<opening tag> content </closing tag>
  1. What is an attribute?
    An attribute is a part of an element that contains extra
    information that you don’t want to appear in the content.

  2. What is the anatomy of an HTML document?

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
  </body>
</html>
1 Like

1 . Hypertext Markup Language
2.HTML is the markup language used on your content page. contains elements contained in enclosing tags.
3.we need to be able to build a basic web page and be familiar with the language
4.Tells web browser you are using an html doc.
5.The structure of HTML is open tag < > content </> this whole thing is the element
6.attribute is something that contains info about the element you don’t want to appear in actual content.
7.every HTML has heading and body elements in tags so ex
< html >
head tags
body tags
< /html>
(without spaces)

1 Like
  1. HTML (Hypertext markup language) it’s a technology that lets you see content in your browser.
  2. It is used to program websites with fixed content.
  3. It’s good to learn HTML as a foundation for web development and blockchain development.
  4. A tag is what makes the browser recognize what type of content it has to show and in what way.
  5. A tag starts with an opening , has usually an attribute inside, and finishes with a closing
  6. An attribute specifies some additional properties regarding the content included inside a tag.
  7. An HTML page always starts with the tag , it has and where all the info needed to the website that won’t appear like content (title, descriptions, SEO, scripts, and so on), and finally the where all the content lies. All these tags need to be closed
1 Like

1: HTML is the markup language that defines the structure of the content.
2: It is used to structure a webpage and its subsequent content.
3: Because learning it will us know what to put on the web and how to do so.
4: The HTML tags tells the browser that it is an HTML document. Additionally. The different parts of the HTML document can be defined, such as text being bold or italic, etc.
5: The initial tag contains the name, and the ending tag also has the name, but is preceded by “/”
6: An attribute, in the context of HTML, must have a space between it and the previous element or attribute, the attribute name is followed by “=,” and the attribute valued is enclosed in opening/closing quotation marks.
7: The anatomy of an HTML document is as follows:
A: The name of the element in opening and closing angle brackets, which indicates where the paragraph or effect begins.
B: The closing tag is like the opening tag, but includes a forward slash before the element name. to indicate the end
C: The content or the text of the element
D: Lastly, the opening and closing tags, along with the text comprises the element.

1 Like
type or pa<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Answers to questions</title>
</head>
<body>
    <h1>What is HTML?</h1>
    <p1>HTML is a markup language that defines the structure of your content. 
        HTML consists of a series of elements, which you use to enclose, or wrap, 
        different parts of the content to make it appear a certain way, or act a certain way. 
        The enclosing tags can make a word or image hyperlink to somewhere else, 
        can italicize words, can make the font bigger or smaller, and so on.</p1>
      <h1>What is HTML used for?</h1>
      <p1>To structure webpage and its content</p1>
    <h1>Why are we learning HTML?</h1>
    <p1>HTML is basic web programing language to structure and build websites.</p1>
    <h1>    What is an HTML tag? </h1>
    <p1>html tag defines elements inside it. you mark those elements with tags.</p1>
    <h1>What is the structure of an HTML tag?</h1>
    <p1> Tag structure look like this : opening < tag > content < tag / > its means content </p1>
<h1>What is an attribute?</h1>
<p1> attribute is a part of an element that contains additional 
    information that you don’t want to appear in the content</p1>
    <h1>What is the anatomy of an HTML document?</h1>
    <p1>doctype
        -required preamble for HTML
        
        html element
        -wraps all content on page
        -known as the root element
        
        The head element (i.e. used for keywords and descriptions)
        -container for items not included in content
        
        character set
        -UTF-8: includes most characters from written languages
        
        title element
        -sets the title for your page
        
        body element
        -all the content of your page</p1>
        
</body>
</html>
1 Like